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

Unified Diff: cc/cc_tests.gyp

Issue 14689004: Re-land: cc: Cancel and re-prioritize worker pool tasks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added support for dependencies and tests. Created 7 years, 7 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: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 71c2dd6173deec62b509310f22610d9003361018..d928d5e23bee0fa2f5e166a5fb1e8e640c6db77a 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -228,9 +228,10 @@
'cc_test_support',
],
'sources': [
- 'trees/layer_tree_host_perftest.cc',
- 'test/run_all_unittests.cc',
+ 'base/worker_pool_perftest.cc',
'test/cc_test_suite.cc',
+ 'test/run_all_unittests.cc',
+ 'trees/layer_tree_host_perftest.cc',
],
'include_dirs': [
'test',

Powered by Google App Engine
This is Rietveld 408576698