| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index a321e4f0cd773a31380b903d2d297818d3ccde82..44c2c7493bcaa1b4d4fab4bc2ce7455517fd045d 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -84,6 +84,8 @@ source_set("test_support") {
|
| "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",
|
| @@ -228,6 +230,7 @@ if (!is_android) {
|
| ".",
|
| "//chrome")
|
|
|
| + configs += [ "//build/config:precompiled_headers" ]
|
| defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
|
| ldflags = []
|
|
|
| @@ -547,6 +550,8 @@ if (!is_android) {
|
| ".",
|
| "//chrome")
|
|
|
| + configs += [ "//build/config:precompiled_headers" ]
|
| +
|
| deps = [
|
| ":browser_tests_js_webui",
|
| ":sync_integration_test_support",
|
| @@ -1153,6 +1158,7 @@ if (!is_android) {
|
| ".",
|
| "//chrome")
|
|
|
| + configs += [ "//build/config:precompiled_headers" ]
|
| defines = []
|
|
|
| deps = [
|
|
|