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

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: Check and prevent worker pool reentrancy during dispatch of completion callbacks 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
« no previous file with comments | « cc/base/worker_pool_unittest.cc ('k') | cc/resources/managed_tile_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index e9a4d0216933972f0707ce2098fcd6fcb5a2da08..19b2547c0ce227e48d4e628ced88a83ca7089457 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -226,9 +226,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',
« no previous file with comments | « cc/base/worker_pool_unittest.cc ('k') | cc/resources/managed_tile_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698