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

Unified Diff: chrome/common/BUILD.gn

Issue 1459793002: Android: Allow compiling browser without Java UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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/chrome_features.gypi ('k') | chrome/common/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 863ceddf7f478ca7efd227431ca6b3b1ef8138a7..1912a2272192f6afbc133f5c2764b76ef76fc858 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -40,7 +40,10 @@ if (enable_extensions) {
buildflag_header("features") {
header = "features.h"
- flags = [ "ENABLE_GOOGLE_NOW=$enable_google_now" ]
+ flags = [
+ "ENABLE_GOOGLE_NOW=$enable_google_now",
+ "ANDROID_JAVA_UI=$android_java_ui",
+ ]
}
# GYP version: chrome/chrome_common.gypi:common
« no previous file with comments | « chrome/chrome_features.gypi ('k') | chrome/common/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698