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

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

Issue 2715153004: Mojo: Support enums as map keys in WTF (Closed)
Patch Set: Address review comments Created 3 years, 9 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/map_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 "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 "equals_unittest.cc", 20 "equals_unittest.cc",
21 "handle_passing_unittest.cc", 21 "handle_passing_unittest.cc",
22 "hash_unittest.cc", 22 "hash_unittest.cc",
23 "interface_ptr_unittest.cc", 23 "interface_ptr_unittest.cc",
24 "map_unittest.cc",
24 "message_queue.cc", 25 "message_queue.cc",
25 "message_queue.h", 26 "message_queue.h",
26 "multiplex_router_unittest.cc", 27 "multiplex_router_unittest.cc",
27 "report_bad_message_unittest.cc", 28 "report_bad_message_unittest.cc",
28 "request_response_unittest.cc", 29 "request_response_unittest.cc",
29 "router_test_util.cc", 30 "router_test_util.cc",
30 "router_test_util.h", 31 "router_test_util.h",
31 "sample_service_unittest.cc", 32 "sample_service_unittest.cc",
32 "serialization_warning_unittest.cc", 33 "serialization_warning_unittest.cc",
33 "struct_unittest.cc", 34 "struct_unittest.cc",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 74
74 if (!is_ios) { 75 if (!is_ios) {
75 source_set("for_blink_tests") { 76 source_set("for_blink_tests") {
76 testonly = true 77 testonly = true
77 78
78 sources = [ 79 sources = [
79 "container_test_util.cc", 80 "container_test_util.cc",
80 "container_test_util.h", 81 "container_test_util.h",
81 "variant_test_util.h", 82 "variant_test_util.h",
82 "wtf_hash_unittest.cc", 83 "wtf_hash_unittest.cc",
84 "wtf_map_unittest.cc",
83 "wtf_types_unittest.cc", 85 "wtf_types_unittest.cc",
84 ] 86 ]
85 87
86 deps = [ 88 deps = [
87 "//mojo/public/cpp/bindings", 89 "//mojo/public/cpp/bindings",
88 "//mojo/public/cpp/system", 90 "//mojo/public/cpp/system",
89 "//mojo/public/interfaces/bindings/tests:test_export_blink_component", 91 "//mojo/public/interfaces/bindings/tests:test_export_blink_component",
90 "//mojo/public/interfaces/bindings/tests:test_exported_import_blink", 92 "//mojo/public/interfaces/bindings/tests:test_exported_import_blink",
91 "//mojo/public/interfaces/bindings/tests:test_interfaces", 93 "//mojo/public/interfaces/bindings/tests:test_interfaces",
92 "//mojo/public/interfaces/bindings/tests:test_interfaces_blink", 94 "//mojo/public/interfaces/bindings/tests:test_interfaces_blink",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 source_set("mojo_public_bindings_test_utils") { 137 source_set("mojo_public_bindings_test_utils") {
136 sources = [ 138 sources = [
137 "validation_test_input_parser.cc", 139 "validation_test_input_parser.cc",
138 "validation_test_input_parser.h", 140 "validation_test_input_parser.h",
139 ] 141 ]
140 142
141 deps = [ 143 deps = [
142 "//mojo/public/c/system", 144 "//mojo/public/c/system",
143 ] 145 ]
144 } 146 }
OLDNEW
« no previous file with comments | « mojo/public/cpp/bindings/struct_ptr.h ('k') | mojo/public/cpp/bindings/tests/map_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698