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

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 jam's commnents about not ifdef'ing includes 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index f68157df2db5ace2bb415527f6dba1b76a4da14d..fcdb6f2c9019f88221a8ef9d89040a8f352d388b 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2192,6 +2192,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',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698