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

Unified Diff: third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn

Issue 1311043003: Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn b/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
index bb94bc2238cc37aa7bfd619558dfd054aef0f97b..d087cbf876b669858fdfccf87d765043f84224c6 100644
--- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -23,6 +23,8 @@ mojo_sdk_source_set("tests") {
"handle_passing_unittest.cc",
"interface_ptr_unittest.cc",
"map_unittest.cc",
+ "message_queue.cc",
+ "message_queue.h",
"request_response_unittest.cc",
"router_unittest.cc",
"sample_service_unittest.cc",
@@ -51,6 +53,28 @@ mojo_sdk_source_set("tests") {
]
}
+mojo_sdk_source_set("perftests") {
+ testonly = true
+
+ sources = [
+ "bindings_perftest.cc",
+ ]
+
+ deps = [
+ "//testing/gtest",
+ ]
+
+ mojo_sdk_deps = [
+ "mojo/public/cpp/bindings",
+ "mojo/public/cpp/bindings:callback",
+ "mojo/public/cpp/environment:standalone",
+ "mojo/public/cpp/system",
+ "mojo/public/cpp/test_support:test_utils",
+ "mojo/public/cpp/utility",
+ "mojo/public/interfaces/bindings/tests:test_interfaces",
+ ]
+}
+
mojo_sdk_source_set("mojo_public_bindings_test_utils") {
sources = [
"validation_test_input_parser.cc",

Powered by Google App Engine
This is Rietveld 408576698