Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: components/BUILD.gn

Issue 666533007: Move JavaScriptDialogManager, JavascriptAppModalDialogViews to components/app_modal_dialogs (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 3ba3272710098fbe454b5b748c5d83b212aa4b72..ca08f6ee9d95e9805e4cdafc0923b5d1841fb9a6 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -195,6 +195,10 @@ group("all_components") {
]
}
+ if (!is_ios) {
+ deps += [ "//components/app_modal_dialogs" ]
+ }
+
if (toolkit_views) {
deps += [ "//components/constrained_window" ]
}

Powered by Google App Engine
This is Rietveld 408576698