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

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: keep image cache check 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 a65baf9f0d2554ce8bb8c9b95c5753b7f284472b..aff7eca9b2f6e95ebdd20d9b4b21f886efe290b7 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -225,9 +225,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