Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 9d9cfdeece88bab200338f31ab81eed00a602d58..6281b91af0cbe6d6b8621253700d8ffec753a5fa 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 = [] |