Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 2b5c7c23cf2e59939817931a804b11cb9b93e061..fd917b3c4f7baaf8502014ae5f3f7ef308e82dbf 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -13,6 +13,7 @@ source_set("browser") { |
# internal content ones) should depend on the public one. |
visibility = [ "//content/public/browser:browser_sources" ] |
+ configs += [ "//build/config:precompiled_headers" ] |
defines = [] |
libs = [] |
ldflags = [] |