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

Unified Diff: content/public/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 | « content/common/render_process_client.mojom ('k') | content/public/browser/render_widget_host_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 89fdec11fd4b0291c78b36563ebff7a09554c1bc..a3cb7b4293ca24c028d99589e5d798de39bb4984 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -46,9 +46,12 @@ source_set("browser_sources") {
configs += [
"//build/config:precompiled_headers",
"//content:content_implementation",
+ "//content/public/common:mojo_shell_client",
]
public_deps = [
+ "//components/mus/public/cpp",
+ "//components/mus/public/interfaces",
"//content/public/common:mojo_bindings",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
« no previous file with comments | « content/common/render_process_client.mojom ('k') | content/public/browser/render_widget_host_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698