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

Unified Diff: BUILD.gn

Issue 2753273002: 📱 Add enable_chrome_android_internal GN flag (Closed)
Patch Set: Created 3 years, 9 months 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 | « no previous file | build/config/android/config.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 8f84ca3c4baba15dac7777c1262a636b3d3d5534..4ecf89ca262b2e761ccdca8fdfd769eee7093880 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -322,7 +322,7 @@ group("gn_all") {
]
}
- if (has_chrome_android_internal) {
+ if (enable_chrome_android_internal) {
deps += [ "//clank" ]
}
}
« no previous file with comments | « no previous file | build/config/android/config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698