| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 65c2de75e5c2ce784a5e5e8fd245c9e87ee5ffbb..56ff7b7a725abe55ec11edec6f128a12580c6884 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -152,6 +152,8 @@
|
| 'debug/paint_time_counter.h',
|
| 'resources/picture.cc',
|
| 'resources/picture.h',
|
| + 'quads/picture_draw_quad.cc',
|
| + 'quads/picture_draw_quad.h',
|
| 'layers/picture_image_layer.cc',
|
| 'layers/picture_image_layer.h',
|
| 'layers/picture_image_layer_impl.cc',
|
| @@ -294,6 +296,8 @@
|
| 'resources/tile.h',
|
| 'quads/tile_draw_quad.cc',
|
| 'quads/tile_draw_quad.h',
|
| + 'quads/tile_draw_quad_base.cc',
|
| + 'quads/tile_draw_quad_base.h',
|
| 'resources/tile_manager.cc',
|
| 'resources/tile_manager.h',
|
| 'resources/tile_priority.cc',
|
|
|