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

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

Issue 2339413004: Allow Mojo structs as map keys (Closed)
Patch Set: Fix hash unit test on Windows Created 4 years, 2 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
« no previous file with comments | « mojo/public/cpp/bindings/struct_ptr.h ('k') | mojo/public/cpp/bindings/tests/hash_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
11 "associated_interface_unittest.cc", 11 "associated_interface_unittest.cc",
12 "bind_task_runner_unittest.cc", 12 "bind_task_runner_unittest.cc",
13 "binding_callback_unittest.cc", 13 "binding_callback_unittest.cc",
14 "binding_set_unittest.cc", 14 "binding_set_unittest.cc",
15 "binding_unittest.cc", 15 "binding_unittest.cc",
16 "buffer_unittest.cc", 16 "buffer_unittest.cc",
17 "connector_unittest.cc", 17 "connector_unittest.cc",
18 "constant_unittest.cc", 18 "constant_unittest.cc",
19 "container_test_util.cc", 19 "container_test_util.cc",
20 "container_test_util.h", 20 "container_test_util.h",
21 "data_view_unittest.cc", 21 "data_view_unittest.cc",
22 "equals_unittest.cc", 22 "equals_unittest.cc",
23 "handle_passing_unittest.cc", 23 "handle_passing_unittest.cc",
24 "hash_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 "report_bad_message_unittest.cc", 31 "report_bad_message_unittest.cc",
31 "request_response_unittest.cc", 32 "request_response_unittest.cc",
32 "router_test_util.cc", 33 "router_test_util.cc",
33 "router_test_util.h", 34 "router_test_util.h",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 source_set("for_blink_tests") { 80 source_set("for_blink_tests") {
80 testonly = true 81 testonly = true
81 82
82 sources = [ 83 sources = [
83 "array_common_test.h", 84 "array_common_test.h",
84 "container_test_util.cc", 85 "container_test_util.cc",
85 "container_test_util.h", 86 "container_test_util.h",
86 "map_common_test.h", 87 "map_common_test.h",
87 "variant_test_util.h", 88 "variant_test_util.h",
88 "wtf_array_unittest.cc", 89 "wtf_array_unittest.cc",
90 "wtf_hash_unittest.cc",
89 "wtf_map_unittest.cc", 91 "wtf_map_unittest.cc",
90 "wtf_types_unittest.cc", 92 "wtf_types_unittest.cc",
91 ] 93 ]
92 94
93 deps = [ 95 deps = [
94 "//mojo/public/cpp/bindings", 96 "//mojo/public/cpp/bindings",
95 "//mojo/public/cpp/system", 97 "//mojo/public/cpp/system",
96 "//mojo/public/interfaces/bindings/tests:test_interfaces", 98 "//mojo/public/interfaces/bindings/tests:test_interfaces",
99 "//mojo/public/interfaces/bindings/tests:test_interfaces_blink",
97 "//mojo/public/interfaces/bindings/tests:test_wtf_types", 100 "//mojo/public/interfaces/bindings/tests:test_wtf_types",
98 "//mojo/public/interfaces/bindings/tests:test_wtf_types_blink", 101 "//mojo/public/interfaces/bindings/tests:test_wtf_types_blink",
99 "//testing/gtest", 102 "//testing/gtest",
100 ] 103 ]
101 } 104 }
102 } 105 }
103 106
104 source_set("struct_with_traits_impl") { 107 source_set("struct_with_traits_impl") {
105 sources = [ 108 sources = [
106 "struct_with_traits_impl.cc", 109 "struct_with_traits_impl.cc",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 source_set("mojo_public_bindings_test_utils") { 141 source_set("mojo_public_bindings_test_utils") {
139 sources = [ 142 sources = [
140 "validation_test_input_parser.cc", 143 "validation_test_input_parser.cc",
141 "validation_test_input_parser.h", 144 "validation_test_input_parser.h",
142 ] 145 ]
143 146
144 deps = [ 147 deps = [
145 "//mojo/public/c/system", 148 "//mojo/public/c/system",
146 ] 149 ]
147 } 150 }
OLDNEW
« no previous file with comments | « mojo/public/cpp/bindings/struct_ptr.h ('k') | mojo/public/cpp/bindings/tests/hash_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698