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

Unified Diff: trunk/src/build/config/features.gni

Issue 387573003: Revert 282355 "Add chrome/browser/ui to the GN build." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 | « trunk/src/build/config/BUILD.gn ('k') | trunk/src/build/config/ui.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/config/features.gni
===================================================================
--- trunk/src/build/config/features.gni (revision 282358)
+++ trunk/src/build/config/features.gni (working copy)
@@ -23,12 +23,6 @@
# Enables Native Client support.
enable_nacl = (!is_ios && !is_android)
-
- # If debug_devtools is set to true, JavaScript files for DevTools are stored
- # as is and loaded from disk. Otherwise, a concatenated file is stored in
- # resources.pak. It is still possible to load JS files from disk by passing
- # --debug-devtools cmdline switch.
- debug_devtools = false
}
# Additional dependent variables -----------------------------------------------
@@ -150,9 +144,3 @@
enable_remoting = !is_ios && !is_android
enable_google_now = !is_ios && !is_android
-
-enable_one_click_signin = is_win || is_mac || (is_linux && !is_chromeos)
-
-# Chrome OS: whether to also build the upcoming version of
-# ChromeVox, which can then be enabled via a command-line switch.
-enable_chromevox_next = false
« no previous file with comments | « trunk/src/build/config/BUILD.gn ('k') | trunk/src/build/config/ui.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698