| Index: mojo/common/test/BUILD.gn
|
| diff --git a/mojo/common/test/BUILD.gn b/mojo/common/test/BUILD.gn
|
| index b63de6a2c5c9def969731f5a357881896fdef8f8..9be7ff11289b96c011b76d8502ffe45da381c9e1 100644
|
| --- a/mojo/common/test/BUILD.gn
|
| +++ b/mojo/common/test/BUILD.gn
|
| @@ -17,6 +17,21 @@ source_set("run_all_unittests") {
|
| sources = [ "run_all_unittests.cc" ]
|
| }
|
|
|
| +# GYP version: mojo/mojo_base.gyp:mojo_run_all_perftests
|
| +source_set("run_all_perftests") {
|
| + testonly = true
|
| + deps = [
|
| + ":test_support_impl",
|
| + "//base",
|
| + "//base/test:test_support",
|
| + "//mojo/public/c/test_support",
|
| + "//mojo/system",
|
| + ]
|
| +
|
| + sources = [ "run_all_perftests.cc" ]
|
| +}
|
| +
|
| +
|
| # GYP version: mojo/mojo_base.gyp:mojo_test_support_impl
|
| source_set("test_support_impl") {
|
| testonly = true
|
|
|