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 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 '../../mojo_variables.gypi', | 7 '../../mojo_variables.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'export_dependent_settings': [ | 145 'export_dependent_settings': [ |
146 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 146 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
147 ], | 147 ], |
148 'dependencies': [ | 148 'dependencies': [ |
149 'mojo_network_bindings', | 149 'mojo_network_bindings', |
150 '../../public/mojo_public.gyp:mojo_application_bindings', | 150 '../../public/mojo_public.gyp:mojo_application_bindings', |
151 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 151 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
152 ], | 152 ], |
153 }, | 153 }, |
154 { | 154 { |
155 # GN version: //mojo/services/public/interfaces/network | 155 # GN version: //mojo/services/network/public/interfaces |
156 'target_name': 'mojo_network_bindings', | 156 'target_name': 'mojo_network_bindings', |
157 'type': 'static_library', | 157 'type': 'static_library', |
158 'sources': [ | 158 'sources': [ |
159 'interfaces/network/cookie_store.mojom', | 159 '../network/public/interfaces/cookie_store.mojom', |
160 'interfaces/network/net_address.mojom', | 160 '../network/public/interfaces/net_address.mojom', |
161 'interfaces/network/network_error.mojom', | 161 '../network/public/interfaces/network_error.mojom', |
162 'interfaces/network/network_service.mojom', | 162 '../network/public/interfaces/network_service.mojom', |
163 'interfaces/network/tcp_bound_socket.mojom', | 163 '../network/public/interfaces/tcp_bound_socket.mojom', |
164 'interfaces/network/tcp_connected_socket.mojom', | 164 '../network/public/interfaces/tcp_connected_socket.mojom', |
165 'interfaces/network/tcp_server_socket.mojom', | 165 '../network/public/interfaces/tcp_server_socket.mojom', |
166 'interfaces/network/udp_socket.mojom', | 166 '../network/public/interfaces/udp_socket.mojom', |
167 'interfaces/network/url_loader.mojom', | 167 '../network/public/interfaces/url_loader.mojom', |
168 'interfaces/network/web_socket.mojom', | 168 '../network/public/interfaces/web_socket.mojom', |
169 ], | 169 ], |
170 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], | 170 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], |
171 'export_dependent_settings': [ | 171 'export_dependent_settings': [ |
172 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 172 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
173 ], | 173 ], |
174 'dependencies': [ | 174 'dependencies': [ |
175 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 175 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
176 ], | 176 ], |
177 }, | 177 }, |
178 { | 178 { |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 258 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
259 ], | 259 ], |
260 'export_dependent_settings': [ | 260 'export_dependent_settings': [ |
261 'mojo_input_events_bindings', | 261 'mojo_input_events_bindings', |
262 '../../public/mojo_public.gyp:mojo_application_bindings', | 262 '../../public/mojo_public.gyp:mojo_application_bindings', |
263 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 263 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
264 ], | 264 ], |
265 }, | 265 }, |
266 ], | 266 ], |
267 } | 267 } |
OLD | NEW |