| 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', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 'dependencies': [ | 30 'dependencies': [ |
| 31 '<(DEPTH)/base/base.gyp:base', | 31 '<(DEPTH)/base/base.gyp:base', |
| 32 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 32 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 33 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', | 33 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', |
| 34 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', | 34 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', |
| 35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', | 35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', |
| 36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
| 37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', | 37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', |
| 38 '<(DEPTH)/net/net.gyp:net', | 38 '<(DEPTH)/net/net.gyp:net', |
| 39 '<(DEPTH)/url/url.gyp:url_lib', | 39 '<(DEPTH)/url/url.gyp:url_lib', |
| 40 '<(DEPTH)/net/net.gyp:net', |
| 40 ], | 41 ], |
| 41 }, { | 42 }, { |
| 42 'target_name': 'mojo_shell_unittests', | 43 'target_name': 'mojo_shell_unittests', |
| 43 'type': 'executable', | 44 'type': 'executable', |
| 44 'sources': [ | 45 'sources': [ |
| 45 'shell/tests/loader_unittest.cc', | 46 'shell/tests/loader_unittest.cc', |
| 46 'shell/tests/capability_filter_unittest.cc', | 47 'shell/tests/capability_filter_unittest.cc', |
| 47 ], | 48 ], |
| 48 'dependencies': [ | 49 'dependencies': [ |
| 49 'mojo_shell_lib', | 50 'mojo_shell_lib', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'dependencies': [ | 156 'dependencies': [ |
| 156 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', | 157 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', |
| 157 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', | 158 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', |
| 158 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', | 159 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', |
| 159 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', | 160 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', |
| 160 ], | 161 ], |
| 161 }], | 162 }], |
| 162 ], | 163 ], |
| 163 }], | 164 }], |
| 164 } | 165 } |
| OLD | NEW |