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

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: 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index dbdd9cb29e5ea955a5bb5cbd5fd0de34d272772f..59cfcd7db9f52b528171e4c31ab2ba6c6bc70872 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -144,7 +144,7 @@
'file_manager_extension%': 0,
# Disable WebUI TaskManager by default.
mazda 2011/10/10 23:58:46 Disable -> Enalbe
yoshiki 2011/10/11 00:09:09 Done.
- 'webui_task_manager%': 0,
+ 'webui_task_manager%': 1,
# Python version.
'python_ver%': '2.6',
@@ -317,8 +317,6 @@
# Enable WebUI TaskManager only on Chrome OS, Touch or PureView.
mazda 2011/10/10 23:58:46 only -> always ?
yoshiki 2011/10/11 00:09:09 Done.
['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"', {

Powered by Google App Engine
This is Rietveld 408576698