| 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',
|
|
|