| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 2a40437293958829cb08b9825107c1de02446818..74095a7ab6c5df57d297d9b84deeaeb362b87ea4 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -421,8 +421,14 @@
|
| 'raster/raster_buffer.h',
|
| 'raster/scoped_gpu_raster.cc',
|
| 'raster/scoped_gpu_raster.h',
|
| + 'raster/single_thread_task_graph_runner.cc',
|
| + 'raster/single_thread_task_graph_runner.h',
|
| + 'raster/synchronous_task_graph_runner.cc',
|
| + 'raster/synchronous_task_graph_runner.h',
|
| 'raster/task_graph_runner.cc',
|
| 'raster/task_graph_runner.h',
|
| + 'raster/task_graph_work_queue.cc',
|
| + 'raster/task_graph_work_queue.h',
|
| 'raster/texture_compressor.cc',
|
| 'raster/texture_compressor.h',
|
| 'raster/texture_compressor_etc1.cc',
|
|
|