| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 9125a94a40efd78adda6235339b52df89a023b92..fe59bcdfdb7e38b9c966af078ff163af8271bae7 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -1063,10 +1063,7 @@
|
| }
|
|
|
| # In GYP this is part of test_support_common.
|
| -#
|
| -# 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") {
|
| +source_set("test_support") {
|
| testonly = true
|
|
|
| # Always include this via the main test support target.
|
|
|