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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1038033002: New Task Manager - Phase 1.1: Implement Browser Process Task Providing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Converting size_t's to int64's Created 5 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
« 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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 4387babcc8a2f30b4f0fe25c9ee5451b74243119..4bae9fb6d9c9889a7da288e03d1b38c4ac47af88 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -954,6 +954,10 @@
'browser/ui/window_sizer/window_sizer_ash_unittest.cc',
],
'chrome_unit_tests_task_manager_sources': [
+ # New Task Manager Tests Sources:
+ 'browser/task_management/providers/browser_process_task_unittest.cc',
+
+ # Old Task Manager Tests Sources:
'browser/task_manager/task_manager_unittest.cc',
'browser/task_manager/task_manager_util_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