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

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: overlay test changes 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/overlay_strategy_common.h » ('j') | no next file with comments »
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 c796e7d844c239ffa3686668fdc99abb49e99699..6ea911006c8371eeba4f6c8fd7b8657bf6f6dfdf 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -298,8 +298,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',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/overlay_strategy_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698