| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 2e769ee5b583a59129b8a9c0bc5c25aaffcefa28..10e581654f28a99cf43aad36c8e55772c05fc7e5 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -78,6 +78,16 @@ group("All") {
|
| ]
|
| }
|
|
|
| +# TODO(GYP): This target exists for compatibility with GYP for the builders.
|
| +# For now, this builds everything. We should decide if we want to build less.
|
| +group("chromium_builder_tests") {
|
| + testonly = true
|
| +
|
| + deps = [
|
| + ":All",
|
| + ],
|
| +}
|
| +
|
| # The "both_gn_and_gyp" target should reflect every target that is built
|
| # in both the GN and GYP builds, and ideally it should match the
|
| # "both_gn_and_gyp" target in build/gn_migration.gypi line-for-line.
|
|
|