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

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

Issue 2165233003: Mojo C++ bindings: provide data view for all object types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 import("../../../mojo_application.gni") 5 import("../../../mojo_application.gni")
6 6
7 source_set("tests") { 7 source_set("tests") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
11 "array_common_test.h", 11 "array_common_test.h",
12 "array_unittest.cc", 12 "array_unittest.cc",
13 "associated_interface_unittest.cc", 13 "associated_interface_unittest.cc",
14 "bind_task_runner_unittest.cc", 14 "bind_task_runner_unittest.cc",
15 "binding_callback_unittest.cc", 15 "binding_callback_unittest.cc",
16 "binding_unittest.cc", 16 "binding_unittest.cc",
17 "buffer_unittest.cc", 17 "buffer_unittest.cc",
18 "connector_unittest.cc", 18 "connector_unittest.cc",
19 "constant_unittest.cc", 19 "constant_unittest.cc",
20 "container_test_util.cc", 20 "container_test_util.cc",
21 "container_test_util.h", 21 "container_test_util.h",
22 "data_view_unittest.cc",
22 "equals_unittest.cc", 23 "equals_unittest.cc",
23 "handle_passing_unittest.cc", 24 "handle_passing_unittest.cc",
24 "interface_ptr_unittest.cc", 25 "interface_ptr_unittest.cc",
25 "map_common_test.h", 26 "map_common_test.h",
26 "map_unittest.cc", 27 "map_unittest.cc",
27 "message_queue.cc", 28 "message_queue.cc",
28 "message_queue.h", 29 "message_queue.h",
29 "multiplex_router_unittest.cc", 30 "multiplex_router_unittest.cc",
30 "request_response_unittest.cc", 31 "request_response_unittest.cc",
31 "router_test_util.cc", 32 "router_test_util.cc",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 source_set("mojo_public_bindings_test_utils") { 136 source_set("mojo_public_bindings_test_utils") {
136 sources = [ 137 sources = [
137 "validation_test_input_parser.cc", 138 "validation_test_input_parser.cc",
138 "validation_test_input_parser.h", 139 "validation_test_input_parser.h",
139 ] 140 ]
140 141
141 deps = [ 142 deps = [
142 "//mojo/public/c/system", 143 "//mojo/public/c/system",
143 ] 144 ]
144 } 145 }
OLDNEW
« no previous file with comments | « mojo/public/cpp/bindings/struct_traits.h ('k') | mojo/public/cpp/bindings/tests/data_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698