| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 9d73e419f0a1ed9764fb9e537e22d58e80d516c3..30f5403283fbac7315016a29b30f57abb8e7a646 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -114,6 +114,8 @@
|
| 'nine_patch_layer_impl.h',
|
| 'occlusion_tracker.cc',
|
| 'occlusion_tracker.h',
|
| + 'output_surface.h',
|
| + 'output_surface_client.h',
|
| 'overdraw_metrics.cc',
|
| 'overdraw_metrics.h',
|
| 'page_scale_animation.cc',
|
| @@ -208,6 +210,7 @@
|
| 'single_thread_proxy.h',
|
| 'skpicture_content_layer_updater.cc',
|
| 'skpicture_content_layer_updater.h',
|
| + 'software_output_device.h',
|
| 'software_renderer.cc',
|
| 'software_renderer.h',
|
| 'solid_color_draw_quad.cc',
|
|
|