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

Unified Diff: build/common.gypi

Issue 8727021: WebUI TaskManager: Turn it off-by-default on Win/Mac/Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 9 years, 1 month 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 8b2792357b9a4c157347005bb8f147ccd9ebf65a..0b12dc2968afda0c7d47c88ca57f2e6b66fa622b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -133,8 +133,8 @@
# Disable file manager component extension by default.
'file_manager_extension%': 0,
- # Enable WebUI TaskManager by default.
- 'webui_task_manager%': 1,
+ # Disable WebUI TaskManager by default.
+ 'webui_task_manager%': 0,
# Python version.
'python_ver%': '2.6',
@@ -325,7 +325,7 @@
'file_manager_extension%': 0,
}],
- # Enable WebUI TaskManager always on Chrome OS or Aura.
+ # Enable WebUI TaskManager only 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