BUILD.gn 525 B

123456789101112131415161718
  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("alert") {
  5. sources = [
  6. "sc_alert_coordinator.h",
  7. "sc_alert_coordinator.mm",
  8. ]
  9. deps = [
  10. "//ios/chrome/browser/ui/alert_view",
  11. "//ios/chrome/browser/ui/elements",
  12. "//ios/chrome/browser/ui/presenters",
  13. "//ios/showcase/common",
  14. ]
  15. frameworks = [ "UIKit.framework" ]
  16. configs += [ "//build/config/compiler:enable_arc" ]
  17. }