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

Unified Diff: content/browser/BUILD.gn

Issue 1476643002: mustash: Enable connections to mus from the Chrome renderer [take 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't create a RenderWidgetWindowTreeeClientFactory in tests 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') | content/common/render_widget_window_tree_client_factory.mojom » ('J')
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..aa5fbc2a801c79966c1c6df8fa21725383076d00 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",
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/common/render_widget_window_tree_client_factory.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698