| 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/package_manager/loader.cc', | 10 'services/package_manager/loader.cc', |
| 11 'services/package_manager/loader.h', | 11 'services/package_manager/loader.h', |
| 12 'services/package_manager/package_manager.cc', | 12 'services/package_manager/package_manager.cc', |
| 13 'services/package_manager/package_manager.h', | 13 'services/package_manager/package_manager.h', |
| 14 'shell/loader.h', | 14 'shell/loader.h', |
| 15 'shell/connect_params.cc', | 15 'shell/connect_params.cc', |
| 16 'shell/connect_params.h', | 16 'shell/connect_params.h', |
| 17 'shell/connect_util.cc', | 17 'shell/connect_util.cc', |
| 18 'shell/connect_util.h', | 18 'shell/connect_util.h', |
| 19 'shell/identity.cc', | |
| 20 'shell/identity.h', | |
| 21 'shell/native_runner.h', | 19 'shell/native_runner.h', |
| 22 'shell/native_runner_delegate.h', | 20 'shell/native_runner_delegate.h', |
| 23 'shell/shell.cc', | 21 'shell/shell.cc', |
| 24 'shell/shell.h', | 22 'shell/shell.h', |
| 25 'shell/switches.cc', | 23 'shell/switches.cc', |
| 26 'shell/switches.cc', | 24 'shell/switches.cc', |
| 27 'util/filename_util.cc', | 25 'util/filename_util.cc', |
| 28 'util/filename_util.h', | 26 'util/filename_util.h', |
| 29 ], | 27 ], |
| 30 'dependencies': [ | 28 'dependencies': [ |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 'dependencies': [ | 130 'dependencies': [ |
| 133 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', | 131 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', |
| 134 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', | 132 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', |
| 135 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', | 133 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', |
| 136 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', | 134 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', |
| 137 ], | 135 ], |
| 138 }], | 136 }], |
| 139 ], | 137 ], |
| 140 }], | 138 }], |
| 141 } | 139 } |
| OLD | NEW |