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

Unified Diff: cc/cc.gyp

Issue 1430813002: cc: Fork OverlayCandidate to CALayerOverlay (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master1
Patch Set: Fix init in tests Created 5 years, 1 month 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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index c4533300ebab95be6a75ec0e15be17f28cf3f0b3..ca98ea3586dfdd38950a54e6865cf5e464f5a29c 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -265,6 +265,8 @@
'output/bsp_tree.h',
'output/bsp_walk_action.cc',
'output/bsp_walk_action.h',
+ 'output/ca_layer_overlay.cc',
+ 'output/ca_layer_overlay.h',
'output/compositor_frame.cc',
'output/compositor_frame.h',
'output/compositor_frame_ack.cc',
@@ -311,8 +313,6 @@
'output/overlay_candidate_validator.h',
'output/overlay_processor.cc',
'output/overlay_processor.h',
- 'output/overlay_strategy_all_or_nothing.cc',
- 'output/overlay_strategy_all_or_nothing.h',
'output/overlay_strategy_sandwich.cc',
'output/overlay_strategy_sandwich.h',
'output/overlay_strategy_single_on_top.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/ca_layer_overlay.h » ('j') | cc/output/ca_layer_overlay.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698