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

Unified Diff: chrome/chrome_tests.gypi

Issue 9701006: Don't build the task manager into Android builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolve yfriedman's comments Created 8 years, 9 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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 9c1d805570e26b1fc885c106813d0b92e8be3a3f..f7f83616003e5b9251c8d5e90f6a6682c3fa3bf7 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2187,6 +2187,12 @@
['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'],
],
}],
+ ['enable_task_manager==0', {
+ 'sources/': [
+ ['exclude', '^browser/task_manager/'],
+ ['exclude', '^browser/ui/webui/task_manager/'],
+ ],
+ }],
['file_manager_extension==0', {
'sources!': [
'browser/ui/views/select_file_dialog_extension_unittest.cc',
« chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698