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/builder.cc', | 10 'services/catalog/builder.cc', |
11 'services/catalog/builder.h', | 11 'services/catalog/builder.h', |
12 'services/catalog/catalog.cc', | 12 'services/catalog/catalog.cc', |
13 'services/catalog/catalog.h', | 13 'services/catalog/catalog.h', |
14 'services/catalog/entry.cc', | 14 'services/catalog/entry.cc', |
15 'services/catalog/entry.h', | 15 'services/catalog/entry.h', |
16 'services/catalog/owner.cc', | 16 'services/catalog/factory.cc', |
17 'services/catalog/owner.h', | 17 'services/catalog/factory.h', |
18 'services/catalog/store.cc', | 18 'services/catalog/store.cc', |
19 'services/catalog/store.h', | 19 'services/catalog/store.h', |
20 'shell/loader.h', | 20 'shell/loader.h', |
21 'shell/connect_params.cc', | 21 'shell/connect_params.cc', |
22 'shell/connect_params.h', | 22 'shell/connect_params.h', |
23 'shell/connect_util.cc', | 23 'shell/connect_util.cc', |
24 'shell/connect_util.h', | 24 'shell/connect_util.h', |
25 'shell/native_runner.h', | 25 'shell/native_runner.h', |
26 'shell/native_runner_delegate.h', | 26 'shell/native_runner_delegate.h', |
27 'shell/shell.cc', | 27 'shell/shell.cc', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 'dependencies': [ | 144 'dependencies': [ |
145 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', | 145 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', |
146 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', | 146 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', |
147 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', | 147 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', |
148 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', | 148 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', |
149 ], | 149 ], |
150 }], | 150 }], |
151 ], | 151 ], |
152 }], | 152 }], |
153 } | 153 } |
OLD | NEW |