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 # Essential components (and their tests) that are needed to build | 5 # Essential components (and their tests) that are needed to build |
6 # Chrome should be here. Other components that are useful only in | 6 # Chrome should be here. Other components that are useful only in |
7 # Mojo land like mojo_shell should be in mojo.gyp. | 7 # Mojo land like mojo_shell should be in mojo.gyp. |
8 { | 8 { |
9 'includes': [ | 9 'includes': [ |
10 'mojo_variables.gypi', | 10 'mojo_variables.gypi', |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 ], | 175 ], |
176 }, | 176 }, |
177 { | 177 { |
178 'target_name': 'mojo_application_bindings_mojom', | 178 'target_name': 'mojo_application_bindings_mojom', |
179 'type': 'none', | 179 'type': 'none', |
180 'variables': { | 180 'variables': { |
181 'mojom_files': [ | 181 'mojom_files': [ |
182 'services/package_manager/public/interfaces/catalog.mojom', | 182 'services/package_manager/public/interfaces/catalog.mojom', |
183 'services/package_manager/public/interfaces/resolver.mojom', | 183 'services/package_manager/public/interfaces/resolver.mojom', |
184 'services/package_manager/public/interfaces/shell_resolver.mojom', | 184 'services/package_manager/public/interfaces/shell_resolver.mojom', |
185 'shell/public/interfaces/application_manager.mojom', | 185 'shell/public/interfaces/connector.mojom', |
186 'shell/public/interfaces/interface_provider.mojom', | 186 'shell/public/interfaces/interface_provider.mojom', |
187 'shell/public/interfaces/shell.mojom', | 187 'shell/public/interfaces/shell.mojom', |
188 'shell/public/interfaces/shell_client.mojom', | 188 'shell/public/interfaces/shell_client.mojom', |
189 'shell/public/interfaces/shell_client_factory.mojom', | 189 'shell/public/interfaces/shell_client_factory.mojom', |
190 ], | 190 ], |
191 }, | 191 }, |
192 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 192 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
193 }, | 193 }, |
194 { | 194 { |
195 # GN version: //mojo/shell/public/cpp | 195 # GN version: //mojo/shell/public/cpp |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 '../build/isolate.gypi', | 385 '../build/isolate.gypi', |
386 ], | 386 ], |
387 'sources': [ | 387 'sources': [ |
388 'mojo_common_unittests.isolate', | 388 'mojo_common_unittests.isolate', |
389 ], | 389 ], |
390 }, | 390 }, |
391 ], | 391 ], |
392 }], | 392 }], |
393 ] | 393 ] |
394 } | 394 } |
OLD | NEW |