| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 07ee03f909cbaa2216ae3727a42a889cc779a43d..f3f34981c9c50e5e53658c40408e0187093aadd6 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -22,7 +22,6 @@ content_tests_gypi_values =
|
| # GYP version //content/content_tests.gypi:test_support_content
|
| source_set("test_support") {
|
| testonly = true
|
| - configs += [ "//build/config:precompiled_headers" ]
|
| public_deps = [
|
| "//content/public/app:both",
|
| "//content/public/browser",
|
| @@ -310,10 +309,7 @@ if (!is_mac) {
|
|
|
| defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
|
|
|
| - configs += [
|
| - "//build/config:precompiled_headers",
|
| - "//build/config/compiler:no_size_t_to_int_warning",
|
| - ]
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
|
| deps = [
|
| ":browsertest_support",
|
| @@ -499,8 +495,6 @@ test("content_unittests") {
|
| }
|
| }
|
|
|
| - configs += [ "//build/config:precompiled_headers" ]
|
| -
|
| deps = [
|
| ":test_support",
|
| "//base/allocator",
|
|
|