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

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

Issue 2083463002: Replace //net TypeConverters with StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@type-converter-cleanup--gurl
Patch Set: rebase 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
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 interfaces_bindings_gen_dir = "$root_gen_dir/mojo/public/interfaces/bindings" 5 interfaces_bindings_gen_dir = "$root_gen_dir/mojo/public/interfaces/bindings"
6 6
7 component("bindings") { 7 component("bindings") {
8 sources = [ 8 sources = [
9 # Normally, targets should depend on the source_sets generated by mojom 9 # Normally, targets should depend on the source_sets generated by mojom
10 # targets. However, the generated source_sets use portions of the bindings 10 # targets. However, the generated source_sets use portions of the bindings
(...skipping 21 matching lines...) Expand all
32 "associated_group.h", 32 "associated_group.h",
33 "associated_group_controller.h", 33 "associated_group_controller.h",
34 "associated_interface_ptr.h", 34 "associated_interface_ptr.h",
35 "associated_interface_ptr_info.h", 35 "associated_interface_ptr_info.h",
36 "associated_interface_request.h", 36 "associated_interface_request.h",
37 "binding.h", 37 "binding.h",
38 "binding_set.h", 38 "binding_set.h",
39 "bindings_export.h", 39 "bindings_export.h",
40 "connection_error_callback.h", 40 "connection_error_callback.h",
41 "connector.h", 41 "connector.h",
42 "enum_traits.h",
43 "filter_chain.h", 42 "filter_chain.h",
44 "interface_data_view.h", 43 "interface_data_view.h",
45 "interface_endpoint_client.h", 44 "interface_endpoint_client.h",
46 "interface_endpoint_controller.h", 45 "interface_endpoint_controller.h",
47 "interface_id.h", 46 "interface_id.h",
48 "interface_ptr.h", 47 "interface_ptr.h",
49 "interface_ptr_info.h", 48 "interface_ptr_info.h",
50 "interface_ptr_set.h", 49 "interface_ptr_set.h",
51 "interface_request.h", 50 "interface_request.h",
52 "lib/array_internal.cc", 51 "lib/array_internal.cc",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "//base", 158 "//base",
160 "//mojo/public/interfaces/bindings:bindings__generator", 159 "//mojo/public/interfaces/bindings:bindings__generator",
161 "//mojo/public/interfaces/bindings:bindings_shared__generator", 160 "//mojo/public/interfaces/bindings:bindings_shared__generator",
162 ] 161 ]
163 162
164 defines = [ "MOJO_CPP_BINDINGS_IMPLEMENTATION" ] 163 defines = [ "MOJO_CPP_BINDINGS_IMPLEMENTATION" ]
165 } 164 }
166 165
167 source_set("struct_traits") { 166 source_set("struct_traits") {
168 sources = [ 167 sources = [
168 "enum_traits.h",
169 "struct_traits.h", 169 "struct_traits.h",
170 ] 170 ]
171 } 171 }
172 172
173 if (!is_ios) { 173 if (!is_ios) {
174 # TODO(yzshen): crbug.com/617718 Consider moving this into blink. 174 # TODO(yzshen): crbug.com/617718 Consider moving this into blink.
175 source_set("wtf_support") { 175 source_set("wtf_support") {
176 sources = [ 176 sources = [
177 "array_traits_wtf.h", 177 "array_traits_wtf.h",
178 "array_traits_wtf_vector.h", 178 "array_traits_wtf_vector.h",
179 "lib/string_traits_wtf.cc", 179 "lib/string_traits_wtf.cc",
180 "lib/wtf_clone_equals_util.h", 180 "lib/wtf_clone_equals_util.h",
181 "lib/wtf_hash_util.h", 181 "lib/wtf_hash_util.h",
182 "lib/wtf_serialization.h", 182 "lib/wtf_serialization.h",
183 "map_traits_wtf.h", 183 "map_traits_wtf.h",
184 "map_traits_wtf_hash_map.h", 184 "map_traits_wtf_hash_map.h",
185 "string_traits_wtf.h", 185 "string_traits_wtf.h",
186 "wtf_array.h", 186 "wtf_array.h",
187 "wtf_map.h", 187 "wtf_map.h",
188 ] 188 ]
189 189
190 public_deps = [ 190 public_deps = [
191 ":bindings", 191 ":bindings",
192 "//third_party/WebKit/Source/wtf", 192 "//third_party/WebKit/Source/wtf",
193 ] 193 ]
194 194
195 public_configs = [ "//third_party/WebKit/Source:config" ] 195 public_configs = [ "//third_party/WebKit/Source:config" ]
196 } 196 }
197 } 197 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/tools/bindings/chromium_bindings_configuration.gni » ('j') | net/dns/mojo_host_resolver_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698