| Index: ios/clean/chrome/browser/ui/dialogs/BUILD.gn
|
| diff --git a/ios/clean/chrome/browser/ui/dialogs/BUILD.gn b/ios/clean/chrome/browser/ui/dialogs/BUILD.gn
|
| index 599d2b2b14288bb75fbf489fea6422adcfa07e8e..8b91365d2f6a26aa22088c0c8f3242b1d063add2 100644
|
| --- a/ios/clean/chrome/browser/ui/dialogs/BUILD.gn
|
| +++ b/ios/clean/chrome/browser/ui/dialogs/BUILD.gn
|
| @@ -2,6 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +source_set("dialogs") {
|
| + public_deps = [
|
| + "//ios/clean/chrome/browser/ui/dialogs/java_script_dialogs",
|
| + ]
|
| +}
|
| +
|
| source_set("dialogs_internal") {
|
| sources = [
|
| "dialog_coordinator+subclassing.h",
|
|
|