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