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 static_library("bindings") { | 5 static_library("bindings") { |
6 sources = [ | 6 sources = [ |
7 "array.h", | 7 "array.h", |
8 "array_data_view.h", | 8 "array_data_view.h", |
9 "array_traits.h", | 9 "array_traits.h", |
10 "array_traits_carray.h", | 10 "array_traits_carray.h", |
11 "array_traits_standard.h", | 11 "array_traits_standard.h", |
12 "array_traits_stl.h", | 12 "array_traits_stl.h", |
13 "associated_binding.h", | 13 "associated_binding.h", |
14 "associated_group.h", | 14 "associated_group.h", |
15 "associated_group_controller.h", | 15 "associated_group_controller.h", |
16 "associated_interface_ptr.h", | 16 "associated_interface_ptr.h", |
17 "associated_interface_ptr_info.h", | 17 "associated_interface_ptr_info.h", |
18 "associated_interface_request.h", | 18 "associated_interface_request.h", |
19 "binding.h", | 19 "binding.h", |
20 "binding_set.h", | 20 "binding_set.h", |
21 "connector.h", | 21 "connector.h", |
22 "enum_traits.h", | 22 "enum_traits.h", |
| 23 "filter_chain.h", |
23 "interface_data_view.h", | 24 "interface_data_view.h", |
24 "interface_endpoint_client.h", | 25 "interface_endpoint_client.h", |
25 "interface_endpoint_controller.h", | 26 "interface_endpoint_controller.h", |
26 "interface_id.h", | 27 "interface_id.h", |
27 "interface_ptr.h", | 28 "interface_ptr.h", |
28 "interface_ptr_info.h", | 29 "interface_ptr_info.h", |
29 "interface_ptr_set.h", | 30 "interface_ptr_set.h", |
30 "interface_request.h", | 31 "interface_request.h", |
31 "lib/array_internal.cc", | 32 "lib/array_internal.cc", |
32 "lib/array_internal.h", | 33 "lib/array_internal.h", |
33 "lib/array_serialization.h", | 34 "lib/array_serialization.h", |
34 "lib/associated_group.cc", | 35 "lib/associated_group.cc", |
35 "lib/associated_group_controller.cc", | 36 "lib/associated_group_controller.cc", |
36 "lib/associated_interface_ptr_state.h", | 37 "lib/associated_interface_ptr_state.h", |
37 "lib/binding_state.cc", | 38 "lib/binding_state.cc", |
38 "lib/binding_state.h", | 39 "lib/binding_state.h", |
39 "lib/bindings_internal.h", | 40 "lib/bindings_internal.h", |
40 "lib/buffer.h", | 41 "lib/buffer.h", |
41 "lib/clone_equals_util.h", | 42 "lib/clone_equals_util.h", |
42 "lib/connector.cc", | 43 "lib/connector.cc", |
43 "lib/control_message_handler.cc", | 44 "lib/control_message_handler.cc", |
44 "lib/control_message_handler.h", | 45 "lib/control_message_handler.h", |
45 "lib/control_message_proxy.cc", | 46 "lib/control_message_proxy.cc", |
46 "lib/control_message_proxy.h", | 47 "lib/control_message_proxy.h", |
47 "lib/filter_chain.cc", | 48 "lib/filter_chain.cc", |
48 "lib/filter_chain.h", | |
49 "lib/fixed_buffer.cc", | 49 "lib/fixed_buffer.cc", |
50 "lib/fixed_buffer.h", | 50 "lib/fixed_buffer.h", |
51 "lib/handle_interface_serialization.h", | 51 "lib/handle_interface_serialization.h", |
52 "lib/interface_endpoint_client.cc", | 52 "lib/interface_endpoint_client.cc", |
53 "lib/interface_ptr_state.h", | 53 "lib/interface_ptr_state.h", |
54 "lib/map_data_internal.h", | 54 "lib/map_data_internal.h", |
55 "lib/map_serialization.h", | 55 "lib/map_serialization.h", |
56 "lib/message.cc", | 56 "lib/message.cc", |
57 "lib/message_buffer.cc", | 57 "lib/message_buffer.cc", |
58 "lib/message_buffer.h", | 58 "lib/message_buffer.h", |
59 "lib/message_builder.cc", | 59 "lib/message_builder.cc", |
60 "lib/message_builder.h", | 60 "lib/message_builder.h", |
61 "lib/message_filter.cc", | |
62 "lib/message_header_validator.cc", | 61 "lib/message_header_validator.cc", |
63 "lib/message_internal.h", | 62 "lib/message_internal.h", |
64 "lib/multiplex_router.cc", | 63 "lib/multiplex_router.cc", |
65 "lib/multiplex_router.h", | 64 "lib/multiplex_router.h", |
66 "lib/native_enum_data.h", | 65 "lib/native_enum_data.h", |
67 "lib/native_enum_serialization.h", | 66 "lib/native_enum_serialization.h", |
68 "lib/native_struct.cc", | 67 "lib/native_struct.cc", |
69 "lib/native_struct_data.cc", | 68 "lib/native_struct_data.cc", |
70 "lib/native_struct_data.h", | 69 "lib/native_struct_data.h", |
71 "lib/native_struct_serialization.cc", | 70 "lib/native_struct_serialization.cc", |
(...skipping 22 matching lines...) Expand all Loading... |
94 "lib/validation_errors.cc", | 93 "lib/validation_errors.cc", |
95 "lib/validation_errors.h", | 94 "lib/validation_errors.h", |
96 "lib/validation_util.cc", | 95 "lib/validation_util.cc", |
97 "lib/validation_util.h", | 96 "lib/validation_util.h", |
98 "map.h", | 97 "map.h", |
99 "map_data_view.h", | 98 "map_data_view.h", |
100 "map_traits.h", | 99 "map_traits.h", |
101 "map_traits_standard.h", | 100 "map_traits_standard.h", |
102 "map_traits_stl.h", | 101 "map_traits_stl.h", |
103 "message.h", | 102 "message.h", |
104 "message_filter.h", | |
105 "message_header_validator.h", | 103 "message_header_validator.h", |
106 "native_enum.h", | 104 "native_enum.h", |
107 "native_struct.h", | 105 "native_struct.h", |
108 "native_struct_data_view.h", | 106 "native_struct_data_view.h", |
109 "no_interface.h", | 107 "no_interface.h", |
110 "pipe_control_message_handler.h", | 108 "pipe_control_message_handler.h", |
111 "pipe_control_message_handler_delegate.h", | 109 "pipe_control_message_handler_delegate.h", |
112 "pipe_control_message_proxy.h", | 110 "pipe_control_message_proxy.h", |
113 "scoped_interface_endpoint_handle.h", | 111 "scoped_interface_endpoint_handle.h", |
114 "stl_converters.h", | 112 "stl_converters.h", |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 ] | 162 ] |
165 | 163 |
166 public_deps = [ | 164 public_deps = [ |
167 ":bindings", | 165 ":bindings", |
168 "//third_party/WebKit/Source/wtf", | 166 "//third_party/WebKit/Source/wtf", |
169 ] | 167 ] |
170 | 168 |
171 public_configs = [ "//third_party/WebKit/Source:config" ] | 169 public_configs = [ "//third_party/WebKit/Source:config" ] |
172 } | 170 } |
173 } | 171 } |
OLD | NEW |