Chromium Code Reviews| 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 ----------------------------------------------------------------- |