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

Unified Diff: cc/BUILD.gn

Issue 1304303002: Mac Overlays: Add sandwich strategy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@overlay_debug
Patch Set: Ready for pre-review Created 5 years, 4 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/cc.gyp » ('j') | cc/output/gl_renderer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 75e65135dbc4b5bc975df54982c9f71a6f3f5cbc..e2c730c1338bdc13cb50b5043993073de63cd44f 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -255,6 +255,8 @@ component("cc") {
"output/overlay_processor.h",
"output/overlay_strategy_common.cc",
"output/overlay_strategy_common.h",
+ "output/overlay_strategy_sandwich.cc",
+ "output/overlay_strategy_sandwich.h",
"output/overlay_strategy_single_on_top.cc",
"output/overlay_strategy_single_on_top.h",
"output/overlay_strategy_underlay.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/output/gl_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698