| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 43e4b20243a8aafb347bf994a3bc7b7a6c23ec91..1e6ab2c0e83e31bfeeaa4312c03249178e3ee8d2 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -107,6 +107,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',
|
| @@ -377,6 +378,11 @@
|
| 'resources/eviction_tile_priority_queue.h',
|
| 'resources/filter_display_item.cc',
|
| 'resources/filter_display_item.h',
|
| + 'resources/rasterizer.h',
|
| + 'resources/gpu_rasterizer.cc',
|
| + 'resources/gpu_rasterizer.h',
|
| + 'resources/software_rasterizer.cc',
|
| + 'resources/software_rasterizer.h',
|
| 'resources/gpu_tile_task_worker_pool.cc',
|
| 'resources/gpu_tile_task_worker_pool.h',
|
| 'resources/image_layer_updater.cc',
|
|
|