| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index c1d96d2131326872bcf4f138e19547ddbe561a55..c6f816bb1a2ed014e474ef70f8e43f58cd647f59 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -22,7 +22,10 @@ content_tests_gypi_values =
|
| [ "../content_tests.gypi" ])
|
|
|
| # GYP version //content/content_tests.gypi:test_support_content
|
| -source_set("test_support") {
|
| +#
|
| +# Use a static library here because many test binaries depend on this but don't
|
| +# require many files from it. This makes linking more efficient.
|
| +static_library("test_support") {
|
| testonly = true
|
|
|
| # See comment at the top of //content/BUILD.gn for why this is disabled in
|
|
|