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

Unified Diff: build/common.gypi

Issue 9355053: Enable WebUI TaskManager by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unused section. Created 8 years, 10 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 014e2088f2a705a0d5659d05b0ef222090dd2e54..7c834799055d2efd3d1836de6b9d19b8704becd1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -136,8 +136,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',
@@ -358,11 +358,6 @@
'file_manager_extension%': 0,
}],
- # Enable WebUI TaskManager on Chrome OS or Aura.
- ['chromeos==1 or use_aura==1', {
- 'webui_task_manager%': 1,
- }],
-
['OS=="android"', {
'proprietary_codecs%': 1,
'enable_webrtc%': 0,
« 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