| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 15e72a08d4cda1b61e4a5231903ae47941208754..c64cf596691786d05af54998b51b3b0bf7888e65 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -5,6 +5,15 @@
|
| import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
|
|
| +# This target exists to reference other test executables to bring these files
|
| +# into the build.
|
| +group("test") {
|
| + testonly = true
|
| + deps = [
|
| + "//chrome/test/perf",
|
| + ]
|
| +}
|
| +
|
| # GYP version: chrome/chrome_tests_unit.gypi:test_support_common
|
| source_set("test_support") {
|
| defines = []
|
|
|