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

Unified Diff: components/BUILD.gn

Issue 735473002: Rename app_modal_dialogs dir to app_modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase 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
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | components/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 63a9f3e6e3bbd21968da4b96df2bd830664b57f6..50f2c4639ffaf580a57c506451a94aa16797d71a 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -196,7 +196,7 @@ group("all_components") {
}
if (!is_ios) {
- deps += [ "//components/app_modal_dialogs" ]
+ deps += [ "//components/app_modal" ]
}
if (toolkit_views) {
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698