| 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 '../mojo/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 10 matching lines...) Expand all Loading... |
| 52 { | 52 { |
| 53 'target_name': 'updater_bindings_mojom', | 53 'target_name': 'updater_bindings_mojom', |
| 54 'type': 'none', | 54 'type': 'none', |
| 55 'variables': { | 55 'variables': { |
| 56 'mojom_files': [ | 56 'mojom_files': [ |
| 57 'services/updater/updater.mojom', | 57 'services/updater/updater.mojom', |
| 58 ], | 58 ], |
| 59 'mojom_include_path': '<(DEPTH)/mojo/services', | 59 'mojom_include_path': '<(DEPTH)/mojo/services', |
| 60 }, | 60 }, |
| 61 'includes': [ | 61 'includes': [ |
| 62 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', | 62 '../mojo/mojom_bindings_generator_explicit.gypi', |
| 63 ], | 63 ], |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 # GN version: //mojo/services/updater | 66 # GN version: //mojo/services/updater |
| 67 'target_name': 'updater_bindings_lib', | 67 'target_name': 'updater_bindings_lib', |
| 68 'type': 'static_library', | 68 'type': 'static_library', |
| 69 'dependencies': [ | 69 'dependencies': [ |
| 70 'updater_bindings_mojom', | 70 'updater_bindings_mojom', |
| 71 ], | 71 ], |
| 72 }, | 72 }, |
| 73 ], | 73 ], |
| 74 } | 74 } |
| OLD | NEW |