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

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

Issue 2900543002: Mojo C++ bindings: introduce mojo::internal::deque and use it in MultiplexRouter. (Closed)
Patch Set: . Created 3 years, 7 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 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 "associated_interface_unittest.cc", 9 "associated_interface_unittest.cc",
10 "bind_task_runner_unittest.cc", 10 "bind_task_runner_unittest.cc",
11 "binding_callback_unittest.cc", 11 "binding_callback_unittest.cc",
12 "binding_set_unittest.cc", 12 "binding_set_unittest.cc",
13 "binding_unittest.cc", 13 "binding_unittest.cc",
14 "buffer_unittest.cc", 14 "buffer_unittest.cc",
15 "connector_unittest.cc", 15 "connector_unittest.cc",
16 "constant_unittest.cc", 16 "constant_unittest.cc",
17 "container_test_util.cc", 17 "container_test_util.cc",
18 "container_test_util.h", 18 "container_test_util.h",
19 "data_view_unittest.cc", 19 "data_view_unittest.cc",
20 "deque_unittest.cc",
20 "equals_unittest.cc", 21 "equals_unittest.cc",
21 "handle_passing_unittest.cc", 22 "handle_passing_unittest.cc",
22 "hash_unittest.cc", 23 "hash_unittest.cc",
23 "interface_ptr_unittest.cc", 24 "interface_ptr_unittest.cc",
24 "map_unittest.cc", 25 "map_unittest.cc",
25 "message_queue.cc", 26 "message_queue.cc",
26 "message_queue.h", 27 "message_queue.h",
27 "multiplex_router_unittest.cc", 28 "multiplex_router_unittest.cc",
28 "report_bad_message_unittest.cc", 29 "report_bad_message_unittest.cc",
29 "request_response_unittest.cc", 30 "request_response_unittest.cc",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 source_set("mojo_public_bindings_test_utils") { 138 source_set("mojo_public_bindings_test_utils") {
138 sources = [ 139 sources = [
139 "validation_test_input_parser.cc", 140 "validation_test_input_parser.cc",
140 "validation_test_input_parser.h", 141 "validation_test_input_parser.h",
141 ] 142 ]
142 143
143 deps = [ 144 deps = [
144 "//mojo/public/c/system", 145 "//mojo/public/c/system",
145 ] 146 ]
146 } 147 }
OLDNEW
« no previous file with comments | « mojo/public/cpp/bindings/lib/multiplex_router.h ('k') | mojo/public/cpp/bindings/tests/deque_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698