| Index: content/public/common/BUILD.gn
|
| diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
|
| index ade86a26b57156b01298adcde689460e8ffa6063..3ae9297e8481af22697c270c736a9a580080cbd0 100644
|
| --- a/content/public/common/BUILD.gn
|
| +++ b/content/public/common/BUILD.gn
|
| @@ -34,10 +34,7 @@ source_set("common_sources") {
|
| ".",
|
| "//content")
|
|
|
| - configs += [
|
| - "//build/config:precompiled_headers",
|
| - "//content:content_implementation",
|
| - ]
|
| + configs += [ "//content:content_implementation" ]
|
|
|
| public_deps = [
|
| "//content/common",
|
|
|