OLD | NEW |
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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 "pipe_control_message_proxy.h", | 131 "pipe_control_message_proxy.h", |
132 "scoped_interface_endpoint_handle.h", | 132 "scoped_interface_endpoint_handle.h", |
133 "stl_converters.h", | 133 "stl_converters.h", |
134 "string.h", | 134 "string.h", |
135 "string_data_view.h", | 135 "string_data_view.h", |
136 "string_traits.h", | 136 "string_traits.h", |
137 "string_traits_standard.h", | 137 "string_traits_standard.h", |
138 "string_traits_stl.h", | 138 "string_traits_stl.h", |
139 "string_traits_string16.h", | 139 "string_traits_string16.h", |
140 "string_traits_string_piece.h", | 140 "string_traits_string_piece.h", |
| 141 "strong_associated_binding.h", |
141 "strong_binding.h", | 142 "strong_binding.h", |
142 "struct_ptr.h", | 143 "struct_ptr.h", |
143 "sync_call_restrictions.h", | 144 "sync_call_restrictions.h", |
144 "sync_handle_registry.h", | 145 "sync_handle_registry.h", |
145 "sync_handle_watcher.h", | 146 "sync_handle_watcher.h", |
146 "type_converter.h", | 147 "type_converter.h", |
147 "union_traits.h", | 148 "union_traits.h", |
148 ] | 149 ] |
149 | 150 |
150 public_deps = [ | 151 public_deps = [ |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 ] | 189 ] |
189 | 190 |
190 public_deps = [ | 191 public_deps = [ |
191 ":bindings", | 192 ":bindings", |
192 "//third_party/WebKit/Source/wtf", | 193 "//third_party/WebKit/Source/wtf", |
193 ] | 194 ] |
194 | 195 |
195 public_configs = [ "//third_party/WebKit/Source:config" ] | 196 public_configs = [ "//third_party/WebKit/Source:config" ] |
196 } | 197 } |
197 } | 198 } |
OLD | NEW |