| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 9990e726efcd8dabdea498b8bb20a8d3e4c268bc..92428f5b420046193f6f5af2354a62da0238416e 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,8 +107,6 @@ source_set("browser") {
|
| ],
|
| ".")
|
|
|
| - defines += [ "MOJO_SHELL_CLIENT" ]
|
| -
|
| # Non-iOS deps.
|
| deps += [
|
| "//cc",
|
|
|