| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index e2910c5152d6a5f7a0d7f11b69c7e5fda2047712..296f1bc4092b5edf52219abd0b4b4115e5820b99 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -30,6 +30,8 @@
|
| 'output/compositor_frame_ack.h',
|
| 'output/compositor_frame_metadata.cc',
|
| 'output/compositor_frame_metadata.h',
|
| + 'quads/content_draw_quad_base.cc',
|
| + 'quads/content_draw_quad_base.h',
|
| 'layers/content_layer.cc',
|
| 'layers/content_layer.h',
|
| 'layers/content_layer_client.h',
|
| @@ -152,6 +154,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',
|
|
|