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

Side by Side Diff: mojo/public/cpp/bindings/tests/BUILD.gn

Issue 2532053004: Mojo C++ bindings: remove the single-threaded Router. (Closed)
Patch Set: . Created 4 years 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("tests") { 5 source_set("tests") {
6 testonly = true 6 testonly = true
7 7
8 sources = [ 8 sources = [
9 "array_common_test.h", 9 "array_common_test.h",
10 "array_unittest.cc", 10 "array_unittest.cc",
(...skipping 14 matching lines...) Expand all
25 "interface_ptr_unittest.cc", 25 "interface_ptr_unittest.cc",
26 "map_common_test.h", 26 "map_common_test.h",
27 "map_unittest.cc", 27 "map_unittest.cc",
28 "message_queue.cc", 28 "message_queue.cc",
29 "message_queue.h", 29 "message_queue.h",
30 "multiplex_router_unittest.cc", 30 "multiplex_router_unittest.cc",
31 "report_bad_message_unittest.cc", 31 "report_bad_message_unittest.cc",
32 "request_response_unittest.cc", 32 "request_response_unittest.cc",
33 "router_test_util.cc", 33 "router_test_util.cc",
34 "router_test_util.h", 34 "router_test_util.h",
35 "router_unittest.cc",
36 "sample_service_unittest.cc", 35 "sample_service_unittest.cc",
37 "serialization_warning_unittest.cc", 36 "serialization_warning_unittest.cc",
38 "stl_converters_unittest.cc", 37 "stl_converters_unittest.cc",
39 "string_unittest.cc", 38 "string_unittest.cc",
40 "struct_unittest.cc", 39 "struct_unittest.cc",
41 "sync_method_unittest.cc", 40 "sync_method_unittest.cc",
42 "type_conversion_unittest.cc", 41 "type_conversion_unittest.cc",
43 "union_unittest.cc", 42 "union_unittest.cc",
44 "validation_context_unittest.cc", 43 "validation_context_unittest.cc",
45 "validation_unittest.cc", 44 "validation_unittest.cc",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 source_set("mojo_public_bindings_test_utils") { 140 source_set("mojo_public_bindings_test_utils") {
142 sources = [ 141 sources = [
143 "validation_test_input_parser.cc", 142 "validation_test_input_parser.cc",
144 "validation_test_input_parser.h", 143 "validation_test_input_parser.h",
145 ] 144 ]
146 145
147 deps = [ 146 deps = [
148 "//mojo/public/c/system", 147 "//mojo/public/c/system",
149 ] 148 ]
150 } 149 }
OLDNEW
« no previous file with comments | « mojo/public/cpp/bindings/strong_binding.h ('k') | mojo/public/cpp/bindings/tests/bindings_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698