| Index: content/public/browser/BUILD.gn
|
| diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
|
| index ebe488e9be2e864d08767dacd1dbf9c4abe672d3..5319c05e1dd0f4a4b95fd150d19c532cc867a6fa 100644
|
| --- a/content/public/browser/BUILD.gn
|
| +++ b/content/public/browser/BUILD.gn
|
| @@ -43,7 +43,10 @@ source_set("browser_sources") {
|
| sources -= [ "context_factory.h" ]
|
| }
|
|
|
| - configs += [ "//content:content_implementation" ]
|
| + configs += [
|
| + "//build/config:precompiled_headers",
|
| + "//content:content_implementation",
|
| + ]
|
|
|
| public_deps = [
|
| "//content/public/common:mojo_bindings",
|
|
|