| 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 '../third_party/mojo/mojo_variables.gypi', | 10 '../third_party/mojo/mojo_variables.gypi', |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 '..', | 199 '..', |
| 200 ], | 200 ], |
| 201 }, | 201 }, |
| 202 { | 202 { |
| 203 'target_name': 'mojo_application_bindings_mojom', | 203 'target_name': 'mojo_application_bindings_mojom', |
| 204 'type': 'none', | 204 'type': 'none', |
| 205 'variables': { | 205 'variables': { |
| 206 'mojom_files': [ | 206 'mojom_files': [ |
| 207 'shell/public/interfaces/application_manager.mojom', | 207 'shell/public/interfaces/application_manager.mojom', |
| 208 'shell/public/interfaces/content_handler.mojom', | 208 'shell/public/interfaces/content_handler.mojom', |
| 209 'shell/public/interfaces/service_provider.mojom', | 209 'shell/public/interfaces/interface_provider.mojom', |
| 210 'shell/public/interfaces/shell.mojom', | 210 'shell/public/interfaces/shell.mojom', |
| 211 'shell/public/interfaces/shell_client.mojom', | 211 'shell/public/interfaces/shell_client.mojom', |
| 212 ], | 212 ], |
| 213 }, | 213 }, |
| 214 'dependencies': [ | 214 'dependencies': [ |
| 215 'mojo_services.gyp:network_service_bindings_generation', | 215 'mojo_services.gyp:network_service_bindings_generation', |
| 216 ], | 216 ], |
| 217 'export_dependent_settings': [ | 217 'export_dependent_settings': [ |
| 218 'mojo_services.gyp:network_service_bindings_generation', | 218 'mojo_services.gyp:network_service_bindings_generation', |
| 219 ], | 219 ], |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 '../build/isolate.gypi', | 365 '../build/isolate.gypi', |
| 366 ], | 366 ], |
| 367 'sources': [ | 367 'sources': [ |
| 368 'mojo_common_unittests.isolate', | 368 'mojo_common_unittests.isolate', |
| 369 ], | 369 ], |
| 370 }, | 370 }, |
| 371 ], | 371 ], |
| 372 }], | 372 }], |
| 373 ] | 373 ] |
| 374 } | 374 } |
| OLD | NEW |