Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2264)

Unified Diff: cc/cc.gyp

Issue 1126963006: Move VISUAL_STATE promise to activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Current state (presubmit warnings, cc_unittests tests failing) Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/layers/surface_layer.cc » ('j') | cc/trees/layer_tree_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | cc/layers/surface_layer.cc » ('j') | cc/trees/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698