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

Unified Diff: chrome/common/features.gni

Issue 2619603002: Remove android_java_ui as it is not used (Closed)
Patch Set: Rebase to master Created 3 years, 11 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 | « chrome/common/BUILD.gn ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 527f93ee7b7d0de9fdd41daa36bc15d6dcca074b..8a1b30e0d29fd8b37ce1b5ce060b5b240a4ee29b 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -15,12 +15,6 @@ import("//ui/base/ui_features.gni")
# Please keep features in alphabetical order.
declare_args() {
- # Whether the Java UI is being used (Java infobars and popups, Java native
- # settings and first run experience, sign-in etc.).
- # Default to true if compiling for android, but allow this being overriden
- # through the environment.
- android_java_ui = is_android
-
enable_app_list = is_chromeos
# Enables support for background apps.
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698