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 source_set("bindings") { | 5 source_set("bindings") { |
6 sources = [ | 6 sources = [ |
7 "array.h", | 7 "array.h", |
8 "array_traits.h", | 8 "array_traits.h", |
9 "array_traits_carray.h", | 9 "array_traits_carray.h", |
10 "array_traits_standard.h", | 10 "array_traits_standard.h", |
11 "array_traits_stl.h", | 11 "array_traits_stl.h", |
12 "associated_binding.h", | 12 "associated_binding.h", |
13 "associated_group.h", | 13 "associated_group.h", |
14 "associated_group_controller.h", | 14 "associated_group_controller.h", |
15 "associated_interface_ptr.h", | 15 "associated_interface_ptr.h", |
16 "associated_interface_ptr_info.h", | 16 "associated_interface_ptr_info.h", |
17 "associated_interface_request.h", | 17 "associated_interface_request.h", |
18 "binding.h", | 18 "binding.h", |
19 "binding_set.h", | 19 "binding_set.h", |
| 20 "connector.h", |
20 "enum_traits.h", | 21 "enum_traits.h", |
21 "interface_endpoint_client.h", | 22 "interface_endpoint_client.h", |
22 "interface_endpoint_controller.h", | 23 "interface_endpoint_controller.h", |
23 "interface_id.h", | 24 "interface_id.h", |
24 "interface_ptr.h", | 25 "interface_ptr.h", |
25 "interface_ptr_info.h", | 26 "interface_ptr_info.h", |
26 "interface_ptr_set.h", | 27 "interface_ptr_set.h", |
27 "interface_request.h", | 28 "interface_request.h", |
28 "lib/array_internal.cc", | 29 "lib/array_internal.cc", |
29 "lib/array_internal.h", | 30 "lib/array_internal.h", |
30 "lib/array_serialization.h", | 31 "lib/array_serialization.h", |
31 "lib/associated_group.cc", | 32 "lib/associated_group.cc", |
32 "lib/associated_group_controller.cc", | 33 "lib/associated_group_controller.cc", |
33 "lib/associated_interface_ptr_state.h", | 34 "lib/associated_interface_ptr_state.h", |
34 "lib/binding_state.h", | 35 "lib/binding_state.h", |
35 "lib/bindings_internal.h", | 36 "lib/bindings_internal.h", |
36 "lib/buffer.h", | 37 "lib/buffer.h", |
37 "lib/connector.cc", | 38 "lib/connector.cc", |
38 "lib/connector.h", | |
39 "lib/control_message_handler.cc", | 39 "lib/control_message_handler.cc", |
40 "lib/control_message_handler.h", | 40 "lib/control_message_handler.h", |
41 "lib/control_message_proxy.cc", | 41 "lib/control_message_proxy.cc", |
42 "lib/control_message_proxy.h", | 42 "lib/control_message_proxy.h", |
43 "lib/filter_chain.cc", | 43 "lib/filter_chain.cc", |
44 "lib/filter_chain.h", | 44 "lib/filter_chain.h", |
45 "lib/fixed_buffer.cc", | 45 "lib/fixed_buffer.cc", |
46 "lib/fixed_buffer.h", | 46 "lib/fixed_buffer.h", |
47 "lib/handle_interface_serialization.h", | 47 "lib/handle_interface_serialization.h", |
48 "lib/interface_endpoint_client.cc", | 48 "lib/interface_endpoint_client.cc", |
49 "lib/interface_ptr_state.h", | 49 "lib/interface_ptr_state.h", |
50 "lib/map_data_internal.h", | 50 "lib/map_data_internal.h", |
51 "lib/map_serialization.h", | 51 "lib/map_serialization.h", |
52 "lib/message.cc", | 52 "lib/message.cc", |
53 "lib/message_buffer.cc", | 53 "lib/message_buffer.cc", |
54 "lib/message_buffer.h", | 54 "lib/message_buffer.h", |
55 "lib/message_builder.cc", | 55 "lib/message_builder.cc", |
56 "lib/message_builder.h", | 56 "lib/message_builder.h", |
57 "lib/message_filter.cc", | 57 "lib/message_filter.cc", |
58 "lib/message_header_validator.cc", | 58 "lib/message_header_validator.cc", |
59 "lib/message_header_validator.h", | |
60 "lib/message_internal.h", | 59 "lib/message_internal.h", |
61 "lib/multiplex_router.cc", | 60 "lib/multiplex_router.cc", |
62 "lib/multiplex_router.h", | 61 "lib/multiplex_router.h", |
63 "lib/native_enum_data.h", | 62 "lib/native_enum_data.h", |
64 "lib/native_enum_serialization.h", | 63 "lib/native_enum_serialization.h", |
65 "lib/native_struct.cc", | 64 "lib/native_struct.cc", |
66 "lib/native_struct_data.cc", | 65 "lib/native_struct_data.cc", |
67 "lib/native_struct_data.h", | 66 "lib/native_struct_data.h", |
68 "lib/native_struct_serialization.cc", | 67 "lib/native_struct_serialization.cc", |
69 "lib/native_struct_serialization.h", | 68 "lib/native_struct_serialization.h", |
70 "lib/no_interface.cc", | 69 "lib/no_interface.cc", |
71 "lib/pipe_control_message_handler.cc", | 70 "lib/pipe_control_message_handler.cc", |
72 "lib/pipe_control_message_handler.h", | |
73 "lib/pipe_control_message_handler_delegate.h", | |
74 "lib/pipe_control_message_proxy.cc", | 71 "lib/pipe_control_message_proxy.cc", |
75 "lib/pipe_control_message_proxy.h", | |
76 "lib/router.cc", | 72 "lib/router.cc", |
77 "lib/router.h", | 73 "lib/router.h", |
78 "lib/scoped_interface_endpoint_handle.cc", | 74 "lib/scoped_interface_endpoint_handle.cc", |
79 "lib/serialization.h", | 75 "lib/serialization.h", |
80 "lib/serialization_context.cc", | 76 "lib/serialization_context.cc", |
81 "lib/serialization_context.h", | 77 "lib/serialization_context.h", |
82 "lib/serialization_forward.h", | 78 "lib/serialization_forward.h", |
83 "lib/serialization_util.cc", | 79 "lib/serialization_util.cc", |
84 "lib/serialization_util.h", | 80 "lib/serialization_util.h", |
85 "lib/string_serialization.h", | 81 "lib/string_serialization.h", |
86 "lib/string_traits_string16.cc", | 82 "lib/string_traits_string16.cc", |
87 "lib/sync_call_restrictions.cc", | 83 "lib/sync_call_restrictions.cc", |
88 "lib/sync_handle_registry.cc", | 84 "lib/sync_handle_registry.cc", |
89 "lib/sync_handle_watcher.cc", | 85 "lib/sync_handle_watcher.cc", |
90 "lib/sync_handle_watcher.h", | |
91 "lib/template_util.h", | 86 "lib/template_util.h", |
92 "lib/union_accessor.h", | 87 "lib/union_accessor.h", |
93 "lib/validate_params.h", | 88 "lib/validate_params.h", |
94 "lib/validation_context.cc", | 89 "lib/validation_context.cc", |
95 "lib/validation_context.h", | 90 "lib/validation_context.h", |
96 "lib/validation_errors.cc", | 91 "lib/validation_errors.cc", |
97 "lib/validation_errors.h", | 92 "lib/validation_errors.h", |
98 "lib/validation_util.cc", | 93 "lib/validation_util.cc", |
99 "lib/validation_util.h", | 94 "lib/validation_util.h", |
100 "map.h", | 95 "map.h", |
101 "map_traits.h", | 96 "map_traits.h", |
102 "map_traits_standard.h", | 97 "map_traits_standard.h", |
103 "map_traits_stl.h", | 98 "map_traits_stl.h", |
104 "message.h", | 99 "message.h", |
105 "message_filter.h", | 100 "message_filter.h", |
| 101 "message_header_validator.h", |
106 "native_enum.h", | 102 "native_enum.h", |
107 "native_struct.h", | 103 "native_struct.h", |
108 "no_interface.h", | 104 "no_interface.h", |
| 105 "pipe_control_message_handler.h", |
| 106 "pipe_control_message_handler_delegate.h", |
| 107 "pipe_control_message_proxy.h", |
109 "scoped_interface_endpoint_handle.h", | 108 "scoped_interface_endpoint_handle.h", |
110 "stl_converters.h", | 109 "stl_converters.h", |
111 "string.h", | 110 "string.h", |
112 "string_traits.h", | 111 "string_traits.h", |
113 "string_traits_standard.h", | 112 "string_traits_standard.h", |
114 "string_traits_stl.h", | 113 "string_traits_stl.h", |
115 "string_traits_string16.h", | 114 "string_traits_string16.h", |
116 "string_traits_string_piece.h", | 115 "string_traits_string_piece.h", |
117 "strong_binding.h", | 116 "strong_binding.h", |
118 "struct_ptr.h", | 117 "struct_ptr.h", |
119 "sync_call_restrictions.h", | 118 "sync_call_restrictions.h", |
120 "sync_handle_registry.h", | 119 "sync_handle_registry.h", |
| 120 "sync_handle_watcher.h", |
121 "type_converter.h", | 121 "type_converter.h", |
122 ] | 122 ] |
123 | 123 |
124 public_deps = [ | 124 public_deps = [ |
125 ":struct_traits", | 125 ":struct_traits", |
126 "//base", | 126 "//base", |
127 "//ipc:param_traits", | 127 "//ipc:param_traits", |
128 "//mojo/public/cpp/system", | 128 "//mojo/public/cpp/system", |
129 ] | 129 ] |
130 | 130 |
(...skipping 24 matching lines...) Expand all Loading... |
155 ] | 155 ] |
156 | 156 |
157 public_deps = [ | 157 public_deps = [ |
158 ":bindings", | 158 ":bindings", |
159 "//third_party/WebKit/Source/wtf", | 159 "//third_party/WebKit/Source/wtf", |
160 ] | 160 ] |
161 | 161 |
162 public_configs = [ "//third_party/WebKit/Source:config" ] | 162 public_configs = [ "//third_party/WebKit/Source:config" ] |
163 } | 163 } |
164 } | 164 } |
OLD | NEW |