| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index c3355dd040eab457def5d8c8a730e9b78fb80c20..cee83d8b670a4ec7e371e291b41ebd60a9e5025d 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -382,8 +382,6 @@
|
| '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',
|
| @@ -403,6 +401,8 @@
|
| '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',
|
|
|