Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 92428f5b420046193f6f5af2354a62da0238416e..9990e726efcd8dabdea498b8bb20a8d3e4c268bc 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -12,10 +12,7 @@ |
# internal content ones) should depend on the public one. |
visibility = [ "//content/public/browser:browser_sources" ] |
- configs += [ |
- "//build/config:precompiled_headers", |
- "//content/public/common:mojo_shell_client", |
- ] |
+ configs += [ "//build/config:precompiled_headers" ] |
defines = [] |
libs = [] |
ldflags = [] |
@@ -107,6 +104,8 @@ |
], |
".") |
+ defines += [ "MOJO_SHELL_CLIENT" ] |
+ |
# Non-iOS deps. |
deps += [ |
"//cc", |