OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'network_service_bindings_mojom', | 8 'target_name': 'network_service_bindings_mojom', |
9 'type': 'none', | 9 'type': 'none', |
10 'variables': { | 10 'variables': { |
(...skipping 10 matching lines...) Expand all Loading... |
21 'services/network/public/interfaces/tcp_server_socket.mojom', | 21 'services/network/public/interfaces/tcp_server_socket.mojom', |
22 'services/network/public/interfaces/udp_socket.mojom', | 22 'services/network/public/interfaces/udp_socket.mojom', |
23 'services/network/public/interfaces/url_loader.mojom', | 23 'services/network/public/interfaces/url_loader.mojom', |
24 'services/network/public/interfaces/url_loader_factory.mojom', | 24 'services/network/public/interfaces/url_loader_factory.mojom', |
25 'services/network/public/interfaces/web_socket.mojom', | 25 'services/network/public/interfaces/web_socket.mojom', |
26 'services/network/public/interfaces/web_socket_factory.mojom', | 26 'services/network/public/interfaces/web_socket_factory.mojom', |
27 ], | 27 ], |
28 'mojom_include_path': '<(DEPTH)/mojo/services', | 28 'mojom_include_path': '<(DEPTH)/mojo/services', |
29 }, | 29 }, |
30 'includes': [ | 30 'includes': [ |
31 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', | 31 'mojom_bindings_generator_explicit.gypi', |
32 ], | 32 ], |
33 }, | 33 }, |
34 { | 34 { |
35 # GN version: //mojo/services/network/public/interfaces | 35 # GN version: //mojo/services/network/public/interfaces |
36 'target_name': 'network_service_bindings_lib', | 36 'target_name': 'network_service_bindings_lib', |
37 'type': 'static_library', | 37 'type': 'static_library', |
38 'dependencies': [ | 38 'dependencies': [ |
39 'network_service_bindings_mojom', | 39 'network_service_bindings_mojom', |
40 ], | 40 ], |
41 }, | 41 }, |
(...skipping 22 matching lines...) Expand all Loading... |
64 { | 64 { |
65 'target_name': 'updater_bindings_mojom', | 65 'target_name': 'updater_bindings_mojom', |
66 'type': 'none', | 66 'type': 'none', |
67 'variables': { | 67 'variables': { |
68 'mojom_files': [ | 68 'mojom_files': [ |
69 'services/updater/updater.mojom', | 69 'services/updater/updater.mojom', |
70 ], | 70 ], |
71 'mojom_include_path': '<(DEPTH)/mojo/services', | 71 'mojom_include_path': '<(DEPTH)/mojo/services', |
72 }, | 72 }, |
73 'includes': [ | 73 'includes': [ |
74 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', | 74 'mojom_bindings_generator_explicit.gypi', |
75 ], | 75 ], |
76 }, | 76 }, |
77 { | 77 { |
78 # GN version: //mojo/services/updater | 78 # GN version: //mojo/services/updater |
79 'target_name': 'updater_bindings_lib', | 79 'target_name': 'updater_bindings_lib', |
80 'type': 'static_library', | 80 'type': 'static_library', |
81 'dependencies': [ | 81 'dependencies': [ |
82 'updater_bindings_mojom', | 82 'updater_bindings_mojom', |
83 ], | 83 ], |
84 }, | 84 }, |
85 ], | 85 ], |
86 } | 86 } |
OLD | NEW |