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': 'shell_lib', | 8 'target_name': 'shell_lib', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'runner/host/mach_broker.cc', | 154 'runner/host/mach_broker.cc', |
155 'runner/host/mach_broker.h', | 155 'runner/host/mach_broker.h', |
156 ], | 156 ], |
157 }], | 157 }], |
158 ], | 158 ], |
159 }, { | 159 }, { |
160 # GN version: //services/catalog:manifest | 160 # GN version: //services/catalog:manifest |
161 'target_name': 'catalog_manifest', | 161 'target_name': 'catalog_manifest', |
162 'type': 'none', | 162 'type': 'none', |
163 'variables': { | 163 'variables': { |
164 'application_type': 'mojo', | 164 'type': 'mojo', |
165 'application_name': 'catalog', | 165 'name': 'catalog', |
166 'source_manifest': '<(DEPTH)/services/catalog/manifest.json', | 166 'source_manifest': '<(DEPTH)/services/catalog/manifest.json', |
167 }, | 167 }, |
168 'includes': [ | 168 'includes': [ |
169 '../../mojo/public/mojo_application_manifest.gypi', | 169 '../shell/public/service_manifest.gypi', |
170 ], | 170 ], |
171 'hard_dependency': 1, | 171 'hard_dependency': 1, |
172 }, { | 172 }, { |
173 # GN version: //services/shell/public/cpp/tests | 173 # GN version: //services/shell/public/cpp/tests |
174 'target_name': 'shell_client_lib_unittests', | 174 'target_name': 'shell_client_lib_unittests', |
175 'type': 'executable', | 175 'type': 'executable', |
176 'dependencies': [ | 176 'dependencies': [ |
177 '<(DEPTH)/base/base.gyp:base', | 177 '<(DEPTH)/base/base.gyp:base', |
178 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_run_all_unittests', | 178 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_run_all_unittests', |
179 '<(DEPTH)/testing/gtest.gyp:gtest', | 179 '<(DEPTH)/testing/gtest.gyp:gtest', |
(...skipping 16 matching lines...) Expand all Loading... |
196 '../../build/isolate.gypi', | 196 '../../build/isolate.gypi', |
197 ], | 197 ], |
198 'sources': [ | 198 'sources': [ |
199 'mojo_shell_unittests.isolate', | 199 'mojo_shell_unittests.isolate', |
200 ], | 200 ], |
201 }, | 201 }, |
202 ], | 202 ], |
203 }], | 203 }], |
204 ], | 204 ], |
205 } | 205 } |
OLD | NEW |