| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 0c6656b895498091d68aac94ae27c82b322abf35..0b828120e8b51cdc6bde5db26faeedf735683587 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -307,6 +307,7 @@
|
| 'output/software_renderer.h',
|
| 'output/viewport_selection_bound.cc',
|
| 'output/viewport_selection_bound.h',
|
| + 'output/vsync_parameter_observer.h',
|
| 'quads/checkerboard_draw_quad.cc',
|
| 'quads/checkerboard_draw_quad.h',
|
| 'quads/content_draw_quad_base.cc',
|
| @@ -456,6 +457,8 @@
|
| 'resources/ui_resource_request.h',
|
| 'resources/video_resource_updater.cc',
|
| 'resources/video_resource_updater.h',
|
| + 'scheduler/begin_frame_source.cc',
|
| + 'scheduler/begin_frame_source.h',
|
| 'scheduler/delay_based_time_source.cc',
|
| 'scheduler/delay_based_time_source.h',
|
| 'scheduler/draw_result.h',
|
|
|