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 17 matching lines...) Expand all Loading... |
28 'util/filename_util.h', | 28 'util/filename_util.h', |
29 ], | 29 ], |
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)/url/url.gyp:url_lib', | 39 '<(DEPTH)/url/url.gyp:url_lib', |
39 ], | 40 ], |
40 }, { | 41 }, { |
41 'target_name': 'mojo_shell_unittests', | 42 'target_name': 'mojo_shell_unittests', |
42 'type': 'executable', | 43 'type': 'executable', |
43 'sources': [ | 44 'sources': [ |
44 'shell/tests/application_manager_unittest.cc', | 45 'shell/tests/application_manager_unittest.cc', |
45 'shell/tests/capability_filter_unittest.cc', | 46 'shell/tests/capability_filter_unittest.cc', |
46 ], | 47 ], |
47 'dependencies': [ | 48 'dependencies': [ |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'dependencies': [ | 155 'dependencies': [ |
155 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', | 156 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', |
156 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', | 157 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', |
157 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', | 158 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', |
158 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', | 159 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', |
159 ], | 160 ], |
160 }], | 161 }], |
161 ], | 162 ], |
162 }], | 163 }], |
163 } | 164 } |
OLD | NEW |