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

Unified Diff: content/browser/BUILD.gn

Issue 2056833002: WIP HW (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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 | « components/mus/public/cpp/window_surface_client.h ('k') | 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 fe4a920ffdccb194be18cca3a1e3584d18f6ee29..b6de8e2fc47c5191f8b00379780d3565852c7b78 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -390,6 +390,9 @@ source_set("browser") {
if (use_aura) {
deps += [
"//components/bitmap_uploader",
+
+ # XXX should not depend mus/common
+ "//components/mus/common:mus_common",
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
"//ui/aura",
@@ -398,6 +401,8 @@ source_set("browser") {
"//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 | « components/mus/public/cpp/window_surface_client.h ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698