BUILD.gn 389 B

12345678910111213141516
  1. # Copyright 2021 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. source_set("ios") {
  5. sources = [
  6. "crb_protocol_observers.h",
  7. "crb_protocol_observers.mm",
  8. ]
  9. frameworks = [ "Foundation.framework" ]
  10. deps = [ "//base" ]
  11. configs += [ "//build/config/compiler:enable_arc" ]
  12. }