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

Unified Diff: content/browser/BUILD.gn

Issue 2096843002: mus+ash: Enable Chrome HW rendering in mus+ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 5 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 | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 6a8cd8881d9664d152dde65a0e6018d947d20106..b8ffbbe9c653d66405ccc9d71f559986a37aba7a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -389,9 +389,12 @@ source_set("browser") {
"//ui/aura",
"//ui/aura_extra",
"//ui/strings",
+ "//ui/views/mus",
"//ui/wm",
]
sources += [
+ "compositor/mus_browser_compositor_output_surface.cc",
+ "compositor/mus_browser_compositor_output_surface.h",
"compositor/software_output_device_mus.cc",
"compositor/software_output_device_mus.h",
"renderer_host/render_widget_host_view_mus.cc",
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698