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

Unified Diff: content/browser/BUILD.gn

Issue 1442893002: Move Shell connection to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@i2
Patch Set: . 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 | « components/mus/public/cpp/BUILD.gn ('k') | 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 d97c5cb229dcd3554fd58dee2fd207e4321634b3..9990e726efcd8dabdea498b8bb20a8d3e4c268bc 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -104,6 +104,8 @@ source_set("browser") {
],
".")
+ defines += [ "MOJO_SHELL_CLIENT" ]
+
# Non-iOS deps.
deps += [
"//cc",
@@ -417,6 +419,7 @@ source_set("browser") {
"//ui/aura",
"//ui/aura_extra",
"//ui/strings",
+ "//ui/views/mus:for_component",
"//ui/wm",
]
} else { # Not aura.
« no previous file with comments | « components/mus/public/cpp/BUILD.gn ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698