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

Unified Diff: mojo/common/test/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
« no previous file with comments | « mojo/apps/js/BUILD.gn ('k') | mojo/dbus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/apps/js/BUILD.gn ('k') | mojo/dbus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698