| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index dfe632f9281b52249c45113eab788cce0dea4b66..69d1907aa89833e6eef1ff51b57d252ef3afbc1f 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_tracker.cc',
|
| + 'debug/frame_timing_tracker.h',
|
| 'debug/frame_viewer_instrumentation.cc',
|
| 'debug/frame_viewer_instrumentation.h',
|
| 'debug/invalidation_benchmark.cc',
|
| @@ -364,6 +366,8 @@
|
| 'resources/bitmap_skpicture_content_layer_updater.h',
|
| 'resources/clip_display_item.cc',
|
| 'resources/clip_display_item.h',
|
| + 'resources/clip_path_display_item.cc',
|
| + 'resources/clip_path_display_item.h',
|
| 'resources/content_layer_updater.cc',
|
| 'resources/content_layer_updater.h',
|
| 'resources/display_item.cc',
|
|
|