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

Unified Diff: build/common.gypi

Issue 8221018: WebUI TaskManager: Turn it on-by-default on Win/Mac/Linux (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: review fix Created 9 years, 2 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 | « no previous file | chrome/browser/task_manager/task_manager_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index dbdd9cb29e5ea955a5bb5cbd5fd0de34d272772f..0e68137acca0da3218f67f0d4083d310a42a9a72 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -143,8 +143,8 @@
# Disable file manager component extension by default.
'file_manager_extension%': 0,
- # Disable WebUI TaskManager by default.
- 'webui_task_manager%': 0,
+ # Enable WebUI TaskManager by default.
+ 'webui_task_manager%': 1,
# Python version.
'python_ver%': '2.6',
@@ -314,11 +314,9 @@
'file_manager_extension%': 0,
}],
- # Enable WebUI TaskManager only on Chrome OS, Touch or PureView.
+ # Enable WebUI TaskManager always on Chrome OS, Touch or PureView.
['chromeos==1 or touchui==1 or use_only_pure_views==1 or use_aura==1', {
'webui_task_manager%': 1,
- }, {
- 'webui_task_manager%': 0,
}],
['OS=="android"', {
« no previous file with comments | « no previous file | chrome/browser/task_manager/task_manager_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698