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

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

Issue 2608163003: Change single-interface mojo bindings to use SequencedTaskRunner. (Closed)
Patch Set: Created 3 years, 11 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/public/cpp/bindings/lib/multiplex_router.cc ('k') | mojo/public/cpp/bindings/tests/e2e_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/tests/BUILD.gn
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
index 71305b8efc7c7e21c3e91e31432e0a1cd933c4ef..20a29dfa775bffeef76da6c6e95ca067fa3a9426 100644
--- a/mojo/public/cpp/bindings/tests/BUILD.gn
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn
@@ -133,12 +133,18 @@ source_set("perftests") {
}
source_set("mojo_public_bindings_test_utils") {
+ testonly = true
+
sources = [
+ "thread_per_task_sequenced_task_runner.cc",
+ "thread_per_task_sequenced_task_runner.h",
"validation_test_input_parser.cc",
"validation_test_input_parser.h",
]
deps = [
+ "//base",
"//mojo/public/c/system",
+ "//testing/gtest",
]
}
« no previous file with comments | « mojo/public/cpp/bindings/lib/multiplex_router.cc ('k') | mojo/public/cpp/bindings/tests/e2e_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698