| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 026134c1d66db7dee49d44edd6b887ba503d4cad..85f880b478a18e4dad519d4ca5cb684f69f6c851 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -237,6 +237,8 @@
|
| 'resources/content_layer_updater.h',
|
| 'resources/image_layer_updater.cc',
|
| 'resources/image_layer_updater.h',
|
| + 'resources/image_raster_worker_pool.cc',
|
| + 'resources/image_raster_worker_pool.h',
|
| 'resources/layer_painter.h',
|
| 'resources/layer_quad.cc',
|
| 'resources/layer_quad.h',
|
| @@ -262,6 +264,8 @@
|
| 'resources/picture_pile_base.h',
|
| 'resources/picture_pile_impl.cc',
|
| 'resources/picture_pile_impl.h',
|
| + 'resources/pixel_buffer_raster_worker_pool.cc',
|
| + 'resources/pixel_buffer_raster_worker_pool.h',
|
| 'resources/platform_color.h',
|
| 'resources/prioritized_resource.cc',
|
| 'resources/prioritized_resource.h',
|
|
|