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

Unified Diff: content/browser/BUILD.gn

Issue 1461243002: [OLD ATTEMPT, DO NOT REVIEW] mustash: Enable connections to mus from the Chrome renderer Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Ben's comments Created 5 years, 1 month 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/DEPS » ('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 954c3ee78bc9e699f972054f1def6944d735bffe..bcc659fc5623a78c2f296a889212e9d39d07e989 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -423,6 +423,8 @@ source_set("browser") {
if (use_aura) {
deps += [
"//components/bitmap_uploader",
+ "//components/mus/public/cpp",
+ "//components/mus/public/interfaces",
"//ui/aura",
"//ui/aura_extra",
"//ui/strings",
@@ -432,6 +434,10 @@ source_set("browser") {
sources += [
"compositor/software_output_device_mus.cc",
"compositor/software_output_device_mus.h",
+ "mus_util.cc",
+ "mus_util.h",
+ "render_process_connection_listener.cc",
+ "render_process_connection_listener.h",
"renderer_host/render_widget_host_view_mus.cc",
"renderer_host/render_widget_host_view_mus.h",
"web_contents/web_contents_view_mus.cc",
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698