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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1912773002: Remove the old task manager view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thestig's comments Created 4 years, 8 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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index ba10ca96472c7d52bc4d5f8d8bf2b12e47e91a32..5fdcec50a0505685e08cb11a3d482309a39ede1c 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -720,7 +720,9 @@
'browser/task_management/task_manager_observer_unittest.cc',
'browser/task_management/test_task_manager.cc',
'browser/task_management/test_task_manager.h',
- # Old Task Manager Tests Sources:
+ ],
+ 'chrome_unit_tests_old_task_manager_mac_sources': [
+ # Old Task Manager Tests Sources (enabled only on mac):
'browser/task_manager/task_manager_unittest.cc',
tapted 2016/04/26 01:54:04 Move these to chrome_unit_tests_cocoa_sources (wit
afakhry 2016/04/26 22:22:44 Done.
'browser/task_manager/task_manager_util_unittest.cc',
],
@@ -2442,6 +2444,13 @@
['enable_task_manager==1', {
tapted 2016/04/26 01:54:04 It's weird to have this for test targets but not t
'sources': [ '<@(chrome_unit_tests_task_manager_sources)' ],
'dependencies': [ '../gpu/gpu.gyp:gpu' ],
+ 'conditions': [
+ ['OS == "mac"', {
+ 'sources': [
+ '<@(chrome_unit_tests_old_task_manager_mac_sources)'
+ ],
+ }],
+ ],
}],
['enable_mdns==1', {
'sources': [ '<@(chrome_unit_tests_mdns_sources)' ],

Powered by Google App Engine
This is Rietveld 408576698