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

Unified Diff: build/common.gypi

Issue 9290042: WebUI TaskManager: Turn it off by default on Win/Mac/Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « 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 a4deacae86837f15bcfb9e1323406307ec1a4816..bee3601d154e5222a80df79ec64db31fd336c696 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -136,8 +136,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',
@@ -359,7 +359,7 @@
'file_manager_extension%': 0,
}],
- # Enable WebUI TaskManager always on Chrome OS or Aura.
+ # Enable WebUI TaskManager 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