| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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': 'shell_interfaces', | 8 'target_name': 'shell_interfaces', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'variables': { | 10 'variables': { |
| 11 'mojom_files': [ | 11 'mojom_files': [ |
| 12 '../catalog/public/interfaces/catalog.mojom', | 12 '../catalog/public/interfaces/catalog.mojom', |
| 13 'public/interfaces/capabilities.mojom', | 13 'public/interfaces/capabilities.mojom', |
| 14 'public/interfaces/connector.mojom', | 14 'public/interfaces/connector.mojom', |
| 15 'public/interfaces/interface_provider.mojom', | 15 'public/interfaces/interface_provider.mojom', |
| 16 'public/interfaces/resolver.mojom', | 16 'public/interfaces/resolver.mojom', |
| 17 'public/interfaces/service.mojom', | 17 'public/interfaces/service.mojom', |
| 18 'public/interfaces/service_factory.mojom', | 18 'public/interfaces/service_factory.mojom', |
| 19 'public/interfaces/service_manager.mojom', | 19 'public/interfaces/service_manager.mojom', |
| 20 ], | 20 ], |
| 21 'mojom_typemaps': [ | 21 'mojom_typemaps': [ |
| 22 '<(DEPTH)/mojo/common/common_custom_types.typemap', | 22 '<(DEPTH)/mojo/common/common_custom_types.typemap', |
| 23 ], | 23 ], |
| 24 'use_new_wrapper_types': 'false', |
| 24 }, | 25 }, |
| 25 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], | 26 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], |
| 26 'dependencies': [ | 27 'dependencies': [ |
| 27 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom', | 28 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom', |
| 28 ], | 29 ], |
| 29 'export_dependent_settings': [ | 30 'export_dependent_settings': [ |
| 30 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom', | 31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom', |
| 31 ], | 32 ], |
| 32 }, | 33 }, |
| 33 { | 34 { |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'public/cpp/service_context_ref.h', | 69 'public/cpp/service_context_ref.h', |
| 69 ], | 70 ], |
| 70 'dependencies': [ | 71 'dependencies': [ |
| 71 'shell_interfaces', | 72 'shell_interfaces', |
| 72 '<(DEPTH)/base/base.gyp:base_i18n', | 73 '<(DEPTH)/base/base.gyp:base_i18n', |
| 73 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', | 74 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 74 ], | 75 ], |
| 75 }, | 76 }, |
| 76 ], | 77 ], |
| 77 } | 78 } |
| OLD | NEW |