Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index 9a10e271b42485f33a55c02718bafe873f882f70..b710cf5673dd2808ef3ec336c988f71b528a0b33 100644 |
--- a/ash/BUILD.gn |
+++ b/ash/BUILD.gn |
@@ -14,7 +14,6 @@ gypi_values = exec_script("//build/gypi_to_gn.py", |
component("ash") { |
sources = gypi_values.ash_sources |
- configs += [ "//build/config:precompiled_headers" ] |
defines = [ "ASH_IMPLEMENTATION" ] |
public_deps = [ |
@@ -174,10 +173,9 @@ component("ash_with_content") { |
] |
} |
-source_set("test_support") { |
+static_library("test_support") { |
testonly = true |
sources = gypi_values.ash_test_support_sources |
- configs += [ "//build/config:precompiled_headers" ] |
public_deps = [ |
":ash", |
@@ -253,7 +251,6 @@ static_library("ash_shell_lib") { |
test("ash_unittests") { |
sources = gypi_values.ash_unittests_sources |
- configs += [ "//build/config:precompiled_headers" ] |
deps = [ |
":ash", |