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

Unified Diff: build/common.gypi

Issue 8890065: WebUI TaskManager: Turn it on-by-default on Win/Mac/Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | no next file » | 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 9c9fdd5dc86fb9aecdf91bdc3e84c0dd13a96579..ec675c08b77e5a435912d05cb688e398f30b511a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -134,8 +134,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',
@@ -326,7 +326,7 @@
'file_manager_extension%': 0,
}],
- # Enable WebUI TaskManager only on Chrome OS or Aura.
+ # Enable WebUI TaskManager always on Chrome OS or Aura.
['chromeos==1 or use_aura==1', {
'webui_task_manager%': 1,
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698