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