| Index: mojo/public/c/system/tests/BUILD.gn
|
| diff --git a/mojo/public/c/system/tests/BUILD.gn b/mojo/public/c/system/tests/BUILD.gn
|
| index 8db2ce4b8faeb751d628921c14411837b09539d8..b2290fd29d1a850aef8e6cb29a4bcdcd19eba389 100644
|
| --- a/mojo/public/c/system/tests/BUILD.gn
|
| +++ b/mojo/public/c/system/tests/BUILD.gn
|
| @@ -16,3 +16,21 @@ source_set("tests") {
|
| "macros_unittest.cc",
|
| ]
|
| }
|
| +
|
| +# GYP version: mojo/mojo_public_tests.gypi:mojo_public_system_perftests
|
| +executable("perftests") {
|
| + testonly = true
|
| + output_name = "mojo_public_system_perftests"
|
| +
|
| + sources = [
|
| + "core_perftest.cc",
|
| + ]
|
| +
|
| + deps = [
|
| + "//base",
|
| + "//mojo/common/test:run_all_perftests",
|
| + "//mojo/public/cpp/test_support:test_utils",
|
| + "//mojo/public/cpp/utility",
|
| + "//testing/gtest",
|
| + ]
|
| +}
|
|
|