| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 96001ef68a34d4f9ce1701b8e43b8f1a23e7cdfb..609339d9bc93761891efc36c23c97ca0ef73f0d4 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -253,6 +253,8 @@
|
| 'layers/video_layer_impl.h',
|
| 'layers/viewport.cc',
|
| 'layers/viewport.h',
|
| + 'output/activation_promise.cc',
|
| + 'output/activation_promise.h',
|
| 'output/begin_frame_args.cc',
|
| 'output/begin_frame_args.h',
|
| 'output/bsp_tree.cc',
|
| @@ -311,6 +313,10 @@
|
| 'output/overlay_strategy_underlay.h',
|
| 'output/program_binding.cc',
|
| 'output/program_binding.h',
|
| + 'output/promise.cc',
|
| + 'output/promise.h',
|
| + 'output/promise_list.cc',
|
| + 'output/promise_list.h',
|
| 'output/render_surface_filters.cc',
|
| 'output/render_surface_filters.h',
|
| 'output/renderer.cc',
|
| @@ -329,6 +335,7 @@
|
| 'output/software_renderer.h',
|
| 'output/static_geometry_binding.cc',
|
| 'output/static_geometry_binding.h',
|
| + 'output/swap_promise.cc',
|
| 'output/swap_promise.h',
|
| 'output/viewport_selection_bound.cc',
|
| 'output/viewport_selection_bound.h',
|
|
|