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

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

Issue 1309103002: Revert of 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 d087cbf876b669858fdfccf87d765043f84224c6..bb94bc2238cc37aa7bfd619558dfd054aef0f97b 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,8 +23,6 @@
"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",
@@ -50,28 +48,6 @@
"mojo/public/cpp/utility",
"mojo/public/interfaces/bindings/tests:test_interfaces",
"mojo/public/interfaces/bindings/tests:test_interfaces_experimental",
- ]
-}
-
-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",
]
}

Powered by Google App Engine
This is Rietveld 408576698