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

Unified Diff: cc/cc.gyp

Issue 17004002: cc: Move WorkerPool from cc/base to cc/resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index dcc8b23acad19783236f8ea1c1970d6206306c19..5c09626ea5e3242322ecb191c4d6308c7d32c0f7 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -49,8 +49,6 @@
'base/tiling_data.cc',
'base/tiling_data.h',
'base/util.h',
- 'base/worker_pool.cc',
- 'base/worker_pool.h',
'debug/debug_colors.cc',
'debug/debug_colors.h',
'debug/debug_rect_history.cc',
@@ -304,6 +302,8 @@
'resources/transferable_resource.h',
'resources/video_resource_updater.cc',
'resources/video_resource_updater.h',
+ 'resources/worker_pool.cc',
+ 'resources/worker_pool.h',
'scheduler/delay_based_time_source.cc',
'scheduler/delay_based_time_source.h',
'scheduler/frame_rate_controller.cc',
« no previous file with comments | « cc/base/worker_pool_unittest.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698