| Index: ipc/mojo/BUILD.gn
|
| diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
|
| index d059b48bd1e89d25b6daef34e11577c87ab86c4c..58c1f030602ca88613ae3b504e48db41ee78ada4 100644
|
| --- a/ipc/mojo/BUILD.gn
|
| +++ b/ipc/mojo/BUILD.gn
|
| @@ -40,3 +40,22 @@ test("ipc_mojo_unittests") {
|
| "//url",
|
| ]
|
| }
|
| +
|
| +test("ipc_mojo_perftests") {
|
| + sources = [
|
| + "ipc_mojo_perftest.cc",
|
| + ]
|
| +
|
| + deps = [
|
| + "//base",
|
| + "//base/test:test_support",
|
| + "//base/test:test_support_perf",
|
| + "//base/third_party/dynamic_annotations",
|
| + "//ipc",
|
| + "//ipc:test_support",
|
| + "//ipc/mojo",
|
| + "//mojo/environment:chromium",
|
| + "//mojo/system",
|
| + "//url",
|
| + ]
|
| +}
|
|
|