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

Unified Diff: content/renderer/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: Invert connection creation flow. Needs lots of work. 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
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index aa203aa23d93ec146d6f3bab0040a1ca89f7a746..4961edc89d7d694eaed8d89786178c232c4c44a7 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -19,6 +19,7 @@ source_set("renderer") {
configs += [
"//content:content_implementation",
"//build/config/compiler:no_size_t_to_int_warning",
+ "//content/public/common:mojo_shell_client",
]
deps = [
@@ -73,6 +74,13 @@ source_set("renderer") {
"//v8",
]
+ if (use_aura) {
+ sources += [
+ "render_widget_view_mus.cc",
+ "render_widget_view_mus.h",
+ ]
+ }
+
if (is_mac) {
sources -= [
"webscrollbarbehavior_impl_gtkoraura.cc",

Powered by Google App Engine
This is Rietveld 408576698