| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index b2bc02242ec5f04ba5b6760a0a8161b683edc564..23a5e27660e0a68440778ef94c70c1fc6b0f5ae1 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -364,6 +364,8 @@
|
| 'quads/tile_draw_quad.h',
|
| 'quads/yuv_video_draw_quad.cc',
|
| 'quads/yuv_video_draw_quad.h',
|
| + 'resources/active_picture_layer_tiling.cc',
|
| + 'resources/active_picture_layer_tiling.h',
|
| 'resources/bitmap_content_layer_updater.cc',
|
| 'resources/bitmap_content_layer_updater.h',
|
| 'resources/bitmap_skpicture_content_layer_updater.cc',
|
| @@ -411,6 +413,8 @@
|
| 'resources/memory_history.h',
|
| 'resources/one_copy_tile_task_worker_pool.cc',
|
| 'resources/one_copy_tile_task_worker_pool.h',
|
| + 'resources/pending_picture_layer_tiling.cc',
|
| + 'resources/pending_picture_layer_tiling.h',
|
| 'resources/picture.cc',
|
| 'resources/picture.h',
|
| 'resources/picture_layer_tiling.cc',
|
|
|