| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 69d1907aa89833e6eef1ff51b57d252ef3afbc1f..49d2f64de6d003764b9c99e92f0fbcf8ba5129fc 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -106,6 +106,8 @@
|
| 'debug/devtools_instrumentation.h',
|
| 'debug/frame_rate_counter.cc',
|
| 'debug/frame_rate_counter.h',
|
| + 'debug/frame_timing_request.cc',
|
| + 'debug/frame_timing_request.h',
|
| 'debug/frame_timing_tracker.cc',
|
| 'debug/frame_timing_tracker.h',
|
| 'debug/frame_viewer_instrumentation.cc',
|
| @@ -427,6 +429,10 @@
|
| 'resources/raster_source.h',
|
| 'resources/raster_source_helper.cc',
|
| 'resources/raster_source_helper.h',
|
| + 'resources/raster_tile_priority_queue_all.cc',
|
| + 'resources/raster_tile_priority_queue_all.h',
|
| + 'resources/raster_tile_priority_queue_required.cc',
|
| + 'resources/raster_tile_priority_queue_required.h',
|
| 'resources/raster_tile_priority_queue.cc',
|
| 'resources/raster_tile_priority_queue.h',
|
| 'resources/rasterizer.h',
|
| @@ -490,7 +496,6 @@
|
| 'resources/tiling_set_raster_queue_all.h',
|
| 'resources/tiling_set_raster_queue_required.cc',
|
| 'resources/tiling_set_raster_queue_required.h',
|
| - 'resources/tiling_set_raster_queue.h',
|
| 'resources/transferable_resource.cc',
|
| 'resources/transferable_resource.h',
|
| 'resources/transform_display_item.cc',
|
|
|