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

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: Fix a compile error 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index d106eddbbde0d1e3dd09d5383dc0fde8ccea5b53..e41aaa73e2e1447af00ceb80f0415d069541c210 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -396,9 +396,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') | content/browser/compositor/gpu_process_transport_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698