| 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 ], | 47 ], |
| 47 'dependencies': [ | 48 'dependencies': [ |
| 48 'mojo_shell_lib', | 49 'mojo_shell_lib', |
| 49 'mojo_shell_test_bindings', | 50 'mojo_shell_test_bindings', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'dependencies': [ | 132 'dependencies': [ |
| 132 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', | 133 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', |
| 133 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', | 134 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', |
| 134 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', | 135 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', |
| 135 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', | 136 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', |
| 136 ], | 137 ], |
| 137 }], | 138 }], |
| 138 ], | 139 ], |
| 139 }], | 140 }], |
| 140 } | 141 } |
| OLD | NEW |