Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Unified Diff: mojo/public/c/system/tests/BUILD.gn

Issue 563953003: GN rules for everything in //mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..5bfe9d8490bd5ea3f63b5a4d7d3f0c3976056925 100644
--- a/mojo/public/c/system/tests/BUILD.gn
+++ b/mojo/public/c/system/tests/BUILD.gn
@@ -16,3 +16,22 @@ 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",
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698