| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 4e85ae529e9c59ef74500606040caed4e7167d42..2613ab818306412fcf20080b25e3ee58dac4330f 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -378,6 +378,8 @@
|
| 'resources/single_release_callback.h',
|
| 'resources/skpicture_content_layer_updater.cc',
|
| 'resources/skpicture_content_layer_updater.h',
|
| + 'resources/task_graph_runner.cc',
|
| + 'resources/task_graph_runner.h',
|
| 'resources/texture_mailbox.cc',
|
| 'resources/texture_mailbox.h',
|
| 'resources/texture_mailbox_deleter.cc',
|
| @@ -397,8 +399,6 @@
|
| 'resources/ui_resource_request.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',
|
|
|