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

Unified Diff: mojo/system/BUILD.gn

Issue 501983003: Mojo: add mojo_message_pipe_perftests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing Windows build error Created 6 years, 4 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/mojo_base.gyp ('k') | mojo/system/message_pipe_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/BUILD.gn
diff --git a/mojo/system/BUILD.gn b/mojo/system/BUILD.gn
index d8dcb75959e7a0f8ebb9eb6ac8fae409353efcf7..85faf7b97334e0008b893afb0d69bbbcb809b45c 100644
--- a/mojo/system/BUILD.gn
+++ b/mojo/system/BUILD.gn
@@ -103,6 +103,8 @@ test("mojo_system_unittests") {
"local_data_pipe_unittest.cc",
"memory_unittest.cc",
"message_pipe_dispatcher_unittest.cc",
+ "message_pipe_test_utils.h",
+ "message_pipe_test_utils.cc",
"message_pipe_unittest.cc",
"multiprocess_message_pipe_unittest.cc",
"options_validation_unittest.cc",
@@ -120,3 +122,23 @@ test("mojo_system_unittests") {
"waiter_unittest.cc",
]
}
+
+# GYP version: mojo/mojo_base.gyp:mojo_message_pipe_perftests
+test("mojo_message_pipe_perftests") {
+ deps = [
+ ":system",
+ "//base",
+ "//base/test:test_support",
+ "//base/test:test_support_perf",
+ "//mojo/common/test:test_support",
+ "//testing/gtest",
+ ]
+
+ sources = [
+ "message_pipe_perftest.cc",
+ "message_pipe_test_utils.h",
+ "message_pipe_test_utils.cc",
+ "test_utils.cc",
+ "test_utils.h",
+ ]
+}
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/system/message_pipe_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698