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

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: 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/public/common/mojo_shell_connection.h ('k') | content/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index aa203aa23d93ec146d6f3bab0040a1ca89f7a746..6d9fb8ac3d832917c350a2f7bd18b82029e0aea1 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_mus.cc",
+ "render_widget_mus.h",
+ ]
+ }
+
if (is_mac) {
sources -= [
"webscrollbarbehavior_impl_gtkoraura.cc",
« no previous file with comments | « content/public/common/mojo_shell_connection.h ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698