Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1729)

Unified Diff: chrome/test/BUILD.gn

Issue 1260793006: Revert of Add precompiled headers to GN build for large targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/util/BUILD.gn ('k') | chrome/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index c496e3b05d20254c01fa219f1b3bad57d1ca87d3..563af1baf5382f269ffdee6ab61de2cd5dd5d7af 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -84,8 +84,6 @@
"logging/win/test_log_collector.h",
]
- configs += [ "//build/config:precompiled_headers" ]
-
# New deps should go in the non-iOS section below.
public_deps = [
"//content/test:test_support",
@@ -230,7 +228,6 @@
".",
"//chrome")
- configs += [ "//build/config:precompiled_headers" ]
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
ldflags = []
@@ -549,8 +546,6 @@
chrome_tests_gypi_values.chrome_browser_extensions_test_support_sources,
".",
"//chrome")
-
- configs += [ "//build/config:precompiled_headers" ]
deps = [
":browser_tests_js_webui",
@@ -1158,7 +1153,6 @@
".",
"//chrome")
- configs += [ "//build/config:precompiled_headers" ]
defines = []
deps = [
« no previous file with comments | « chrome/installer/util/BUILD.gn ('k') | chrome/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698