BUILD.gn 420 B

123456789101112131415
  1. # Copyright 2019 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. configs += [ "//build/config/compiler:enable_arc" ]
  6. sources = [
  7. "send_tab_to_self_model_bridge_observer.h",
  8. "send_tab_to_self_model_bridge_observer.mm",
  9. ]
  10. deps = [
  11. "//base",
  12. "//components/send_tab_to_self",
  13. ]
  14. }