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

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: 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 6e01ac945f38e3a04b9eae67fa29d0abb81d7349..75216f51f54d53902f70840c4c78e6aee22129ce 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2183,6 +2183,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',

Powered by Google App Engine
This is Rietveld 408576698