| Index: ios/clean/chrome/browser/ui/dialogs/java_script_dialogs/BUILD.gn
|
| diff --git a/ios/clean/chrome/browser/ui/dialogs/java_script_dialogs/BUILD.gn b/ios/clean/chrome/browser/ui/dialogs/java_script_dialogs/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9a04c35b8e53be3eaf7a5eb17eb0ad7aed22ca36
|
| --- /dev/null
|
| +++ b/ios/clean/chrome/browser/ui/dialogs/java_script_dialogs/BUILD.gn
|
| @@ -0,0 +1,34 @@
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +source_set("java_script_dialogs") {
|
| + sources = [
|
| + "java_script_dialog_coordinator.h",
|
| + "java_script_dialog_coordinator.mm",
|
| + "java_script_dialog_mediator.h",
|
| + "java_script_dialog_mediator.mm",
|
| + "java_script_dialog_overlay_presenter.h",
|
| + "java_script_dialog_overlay_presenter.mm",
|
| + "java_script_dialog_request.h",
|
| + "java_script_dialog_request.mm",
|
| + ]
|
| +
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| +
|
| + deps = [
|
| + "//components/strings",
|
| + "//ios/chrome/app/strings",
|
| + "//ios/chrome/browser/web_state_list",
|
| + "//ios/clean/chrome/browser/ui/commands",
|
| + "//ios/clean/chrome/browser/ui/dialogs:dialogs_internal",
|
| + "//ios/clean/chrome/browser/ui/dialogs:dialogs_ui",
|
| + "//ios/clean/chrome/browser/ui/overlay_service",
|
| + "//ios/shared/chrome/browser/ui/browser_list",
|
| + "//ios/shared/chrome/browser/ui/commands",
|
| + "//ios/shared/chrome/browser/ui/coordinators",
|
| + "//ios/web",
|
| + "//ui/base",
|
| + "//url",
|
| + ]
|
| +}
|
|
|