| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 3374251957504232e57810920b83cd9bcc45d8e4..4fa66c214a207a7956120385b4cd1ebb8cd363e3 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -106,6 +106,7 @@
|
| 'debug/frame_rate_counter.cc',
|
| 'debug/frame_rate_counter.h',
|
| 'debug/frame_viewer_instrumentation.h',
|
| + 'debug/frame_viewer_instrumentation.cc',
|
| 'debug/invalidation_benchmark.cc',
|
| 'debug/invalidation_benchmark.h',
|
| 'debug/lap_timer.cc',
|
| @@ -378,6 +379,8 @@
|
| 'resources/filter_display_item.h',
|
| 'resources/gpu_raster_worker_pool.cc',
|
| 'resources/gpu_raster_worker_pool.h',
|
| + 'resources/gpu_rasterizer.cc',
|
| + 'resources/gpu_rasterizer.h',
|
| 'resources/image_layer_updater.cc',
|
| 'resources/image_layer_updater.h',
|
| 'resources/layer_painter.h',
|
|
|