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

Unified Diff: build/config/android/config.gni

Issue 1459793002: Android: Allow compiling browser without Java UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 9b141f9020e4a017c3318f596b61b1f20bf2bc23..07bdca81a842d73087e1081472bdd519fb6eda05 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -88,6 +88,10 @@ if (is_android) {
# Adds intrumentation to each function. Writes a file with the order that
# functions are called at startup.
use_order_profiling = false
+
+ # Whether the Java UI is being used (Java infobars and popups, Java native
+ # settings and first run experience, sign-in etc.).
+ android_java_ui = true
mfomitchev 2015/11/19 15:41:05 Will this be ignored if android_java_ui is already
}
# Host stuff -----------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698