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