1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
7 'target_name': 'network_service_bindings_mojom',
11 'services/network/public/interfaces/cookie_store.mojom',
12 'services/network/public/interfaces/http_connection.mojom',
13 'services/network/public/interfaces/http_message.mojom',
14 'services/network/public/interfaces/http_server.mojom',
15 'services/network/public/interfaces/net_address.mojom',
16 'services/network/public/interfaces/network_error.mojom',
17 'services/network/public/interfaces/network_service.mojom',
18 'services/network/public/interfaces/tcp_bound_socket.mojom',
19 'services/network/public/interfaces/tcp_connected_socket.mojom',
20 'services/network/public/interfaces/tcp_server_socket.mojom',
21 'services/network/public/interfaces/udp_socket.mojom',
22 'services/network/public/interfaces/url_loader.mojom',
23 'services/network/public/interfaces/url_loader_factory.mojom',
24 'services/network/public/interfaces/web_socket.mojom',
26 'mojom_include_path': '<(DEPTH)/mojo/services',
29 '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
32 # GN version: //mojo/services/network/public/interfaces
33 'target_name': 'network_service_bindings_lib',
34 'type': 'static_library',
36 'network_service_bindings_mojom',
39 # Target used to depend only on the bindings generation action, not on any
41 'target_name': 'network_service_bindings_generation',
45 'network_service_bindings_mojom',