Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index 21ab88e05e8ebbaa9554d545aaf77b3e15b44339..fc85ced6f94a3639c29a0985929e9ad6008a26cf 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -40,10 +40,7 @@ static_library("common") { |
sources = rebase_path(gypi_values.chrome_common_sources, ".", "//chrome") |
defines = [] |
- configs += [ |
- "//build/config:precompiled_headers", |
- "//build/config/compiler:wexit_time_destructors", |
- ] |
+ configs += [ "//build/config/compiler:wexit_time_destructors" ] |
public_deps = [ |
"//chrome/common:constants", |