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', |
11 'services/catalog/catalog.h', | 11 'services/catalog/catalog.h', |
12 'services/catalog/entry.cc', | 12 'services/catalog/entry.cc', |
13 'services/catalog/entry.h', | 13 'services/catalog/entry.h', |
14 'services/catalog/factory.cc', | 14 'services/catalog/factory.cc', |
15 'services/catalog/factory.h', | 15 'services/catalog/factory.h', |
16 'services/catalog/reader.cc', | |
17 'services/catalog/reader.h', | |
18 'services/catalog/store.cc', | 16 'services/catalog/store.cc', |
19 'services/catalog/store.h', | 17 'services/catalog/store.h', |
20 'shell/loader.h', | 18 'shell/loader.h', |
21 'shell/connect_params.cc', | 19 'shell/connect_params.cc', |
22 'shell/connect_params.h', | 20 'shell/connect_params.h', |
23 'shell/connect_util.cc', | 21 'shell/connect_util.cc', |
24 'shell/connect_util.h', | 22 'shell/connect_util.h', |
25 'shell/native_runner.h', | 23 'shell/native_runner.h', |
26 'shell/native_runner_delegate.h', | 24 'shell/native_runner_delegate.h', |
27 'shell/shell.cc', | 25 'shell/shell.cc', |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 }], | 141 }], |
144 ['OS=="mac"', { | 142 ['OS=="mac"', { |
145 'sources': [ | 143 'sources': [ |
146 'shell/runner/host/mach_broker.cc', | 144 'shell/runner/host/mach_broker.cc', |
147 'shell/runner/host/mach_broker.h', | 145 'shell/runner/host/mach_broker.h', |
148 ], | 146 ], |
149 }], | 147 }], |
150 ], | 148 ], |
151 }], | 149 }], |
152 } | 150 } |
OLD | NEW |