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 'target_name': 'mojo_shell_lib', | 7 'target_name': 'mojo_shell_lib', |
8 'type': 'static_library', | 8 'type': 'static_library', |
9 'sources': [ | 9 'sources': [ |
10 'services/catalog/catalog.cc', | 10 'services/catalog/catalog.cc', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', | 139 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', |
140 ], | 140 ], |
141 }], | 141 }], |
142 ['OS=="mac"', { | 142 ['OS=="mac"', { |
143 'sources': [ | 143 'sources': [ |
144 'shell/runner/host/mach_broker.cc', | 144 'shell/runner/host/mach_broker.cc', |
145 'shell/runner/host/mach_broker.h', | 145 'shell/runner/host/mach_broker.h', |
146 ], | 146 ], |
147 }], | 147 }], |
148 ], | 148 ], |
| 149 }, { |
| 150 # GN version: //mojo/services/catalog:manifest |
| 151 'target_name': 'mojo_catalog_manifest', |
| 152 'type': 'none', |
| 153 'variables': { |
| 154 'application_type': 'mojo', |
| 155 'application_name': 'catalog', |
| 156 'source_manifest': '<(DEPTH)/mojo/services/catalog/manifest.json', |
| 157 }, |
| 158 'includes': [ |
| 159 '../mojo/public/mojo_application_manifest.gypi', |
| 160 ], |
| 161 'hard_dependency': 1, |
149 }], | 162 }], |
150 } | 163 } |
OLD | NEW |