Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index e98e6817cc603bfd487c85d10aaf1eba94207101..68dc8d1595c96ca36029fe10fd72baf3a4c535b7 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -12,7 +12,10 @@ source_set("browser") { |
# internal content ones) should depend on the public one. |
visibility = [ "//content/public/browser:browser_sources" ] |
- configs += [ "//build/config:precompiled_headers" ] |
+ configs += [ |
+ "//build/config:precompiled_headers", |
+ "//content/public/common:mojo_shell_client", |
+ ] |
defines = [] |
libs = [] |
ldflags = [] |
@@ -104,7 +107,10 @@ source_set("browser") { |
], |
".") |
- defines += [ "MOJO_SHELL_CLIENT" ] |
+ sources += [ |
+ "mojo/mojo_shell_client_host.cc", |
+ "mojo/mojo_shell_client_host.h", |
+ ] |
# Non-iOS deps. |
deps += [ |