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

Unified Diff: cc/cc.gyp

Issue 979693005: Add underlays and split off common overlay functionality (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add test + check quad switching Created 5 years, 9 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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index bc83b1ff42cc20c98413fc0c7c940a3e95a7e2a0..1c58a86d85bbed838117444a5bdd4cfc1042104d 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -303,8 +303,12 @@
'output/overlay_candidate_validator.h',
'output/overlay_processor.cc',
'output/overlay_processor.h',
+ 'output/overlay_strategy_common.cc',
+ 'output/overlay_strategy_common.h',
'output/overlay_strategy_single_on_top.cc',
'output/overlay_strategy_single_on_top.h',
+ 'output/overlay_strategy_underlay.cc',
+ 'output/overlay_strategy_underlay.h',
'output/program_binding.cc',
'output/program_binding.h',
'output/render_surface_filters.cc',

Powered by Google App Engine
This is Rietveld 408576698