| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 58bd4aca4803ffaeb92f0e6f79b829aeafdb2685..29d751276de0279419785a36d3a12e73f4df3d73 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -134,6 +134,8 @@
|
| 'occlusion_tracker.h',
|
| 'output_surface.h',
|
| 'output_surface_client.h',
|
| + 'output_surface_impl.cc',
|
| + 'output_surface_impl.h',
|
| 'overdraw_metrics.cc',
|
| 'overdraw_metrics.h',
|
| 'page_scale_animation.cc',
|
| @@ -241,6 +243,8 @@
|
| 'skpicture_content_layer_updater.cc',
|
| 'skpicture_content_layer_updater.h',
|
| 'software_output_device.h',
|
| + 'software_output_device_impl.h',
|
| + 'software_output_device_impl.cc',
|
| 'software_renderer.cc',
|
| 'software_renderer.h',
|
| 'solid_color_draw_quad.cc',
|
|
|