| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index eeb4cb65e8065b54a953c68dab22ca52388485f6..67a503268a4208c4ebae10e6d9ff1d5808b2de85 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -244,6 +244,7 @@
|
| 'layers/video_layer_impl.h',
|
| 'output/begin_frame_args.cc',
|
| 'output/begin_frame_args.h',
|
| + 'output/bsp_compare_result.h',
|
| 'output/compositor_frame.cc',
|
| 'output/compositor_frame.h',
|
| 'output/compositor_frame_ack.cc',
|
| @@ -308,6 +309,8 @@
|
| 'quads/content_draw_quad_base.h',
|
| 'quads/debug_border_draw_quad.cc',
|
| 'quads/debug_border_draw_quad.h',
|
| + 'quads/draw_polygon.cc',
|
| + 'quads/draw_polygon.h',
|
| 'quads/draw_quad.cc',
|
| 'quads/draw_quad.h',
|
| 'quads/io_surface_draw_quad.cc',
|
|
|