| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 2bd9bc3fabb7131cbbddb00ddff8f7d1b2d9543b..be8f0f9fae4172ac5e453b9418266d15489afccd 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -23,7 +23,10 @@ group("test") {
|
| }
|
|
|
| # GYP version: chrome/chrome_tests_unit.gypi:test_support_common
|
| -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") {
|
| defines = []
|
| testonly = true
|
|
|
|
|