Roll src/third_party/WebKit 10b2b4a:a6818f9 (svn 202548:202549)
[chromium-blink-merge.git] / mojo / mojo_services.gyp
blobcb6c2fc9db6ad001ee8d79b5b7455481c07d5a51
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.
6   'targets': [
7     {
8       'target_name': 'network_service_bindings_mojom',
9       'type': 'none',
10       'variables': {
11         'mojom_files': [
12           'services/network/public/interfaces/cookie_store.mojom',
13           'services/network/public/interfaces/http_connection.mojom',
14           'services/network/public/interfaces/http_message.mojom',
15           'services/network/public/interfaces/http_server.mojom',
16           'services/network/public/interfaces/net_address.mojom',
17           'services/network/public/interfaces/network_error.mojom',
18           'services/network/public/interfaces/network_service.mojom',
19           'services/network/public/interfaces/tcp_bound_socket.mojom',
20           'services/network/public/interfaces/tcp_connected_socket.mojom',
21           'services/network/public/interfaces/tcp_server_socket.mojom',
22           'services/network/public/interfaces/udp_socket.mojom',
23           'services/network/public/interfaces/url_loader.mojom',
24           'services/network/public/interfaces/url_loader_factory.mojom',
25           'services/network/public/interfaces/web_socket.mojom',
26           'services/network/public/interfaces/web_socket_factory.mojom',
27         ],
28         'mojom_include_path': '<(DEPTH)/mojo/services',
29       },
30       'includes': [
31         '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
32       ],
33     },
34     {
35       # GN version: //mojo/services/network/public/interfaces
36       'target_name': 'network_service_bindings_lib',
37       'type': 'static_library',
38       'dependencies': [
39         'network_service_bindings_mojom',
40       ],
41     },
42     {
43       # Target used to depend only on the bindings generation action, not on any
44       # outputs.
45       'target_name': 'network_service_bindings_generation',
46       'type': 'none',
47       'hard_dependency': 1,
48       'dependencies': [
49         'network_service_bindings_mojom',
50       ],
51     },
52     {
53       'target_name': 'updater_bindings_mojom',
54       'type': 'none',
55       'variables': {
56         'mojom_files': [
57           'services/updater/updater.mojom',
58         ],
59         'mojom_include_path': '<(DEPTH)/mojo/services',
60       },
61       'includes': [
62         '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
63       ],
64     },
65     {
66       # GN version: //mojo/services/updater
67       'target_name': 'updater_bindings_lib',
68       'type': 'static_library',
69       'dependencies': [
70         'updater_bindings_mojom',
71       ],
72     },
73   ],