| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 1a62366860adc6d24673c3200181719990d44706..e075ac7fb614b17aeec8056e88ee389d46accda3 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -118,6 +118,8 @@
|
| 'debug/micro_benchmark_controller_impl.h',
|
| 'debug/paint_time_counter.cc',
|
| 'debug/paint_time_counter.h',
|
| + 'debug/performance_draw_timing_counter.cc',
|
| + 'debug/performance_draw_timing_counter.h',
|
| 'debug/picture_record_benchmark.cc',
|
| 'debug/picture_record_benchmark.h',
|
| 'debug/rasterize_and_record_benchmark.cc',
|
| @@ -187,6 +189,7 @@
|
| 'layers/nine_patch_layer.h',
|
| 'layers/nine_patch_layer_impl.cc',
|
| 'layers/nine_patch_layer_impl.h',
|
| + 'layers/paint_properties.cc',
|
| 'layers/paint_properties.h',
|
| 'layers/painted_scrollbar_layer.cc',
|
| 'layers/painted_scrollbar_layer.h',
|
|
|