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 13 matching lines...) Expand all Loading... |
24 'shell/switches.cc', | 24 'shell/switches.cc', |
25 'util/filename_util.cc', | 25 'util/filename_util.cc', |
26 'util/filename_util.h', | 26 'util/filename_util.h', |
27 ], | 27 ], |
28 'dependencies': [ | 28 'dependencies': [ |
29 '<(DEPTH)/base/base.gyp:base', | 29 '<(DEPTH)/base/base.gyp:base', |
30 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 30 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', | 31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', |
32 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', | 32 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', |
33 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', | 33 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', |
34 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | |
35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', | 34 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', |
36 '<(DEPTH)/net/net.gyp:net', | 35 '<(DEPTH)/net/net.gyp:net', |
37 '<(DEPTH)/url/url.gyp:url_lib', | 36 '<(DEPTH)/url/url.gyp:url_lib', |
38 ], | 37 ], |
39 }, { | 38 }, { |
40 'target_name': 'mojo_shell_unittests', | 39 'target_name': 'mojo_shell_unittests', |
41 'type': 'executable', | 40 'type': 'executable', |
42 'sources': [ | 41 'sources': [ |
43 'shell/tests/loader_unittest.cc', | 42 'shell/tests/loader_unittest.cc', |
44 ], | 43 ], |
45 'dependencies': [ | 44 'dependencies': [ |
46 'mojo_shell_lib', | 45 'mojo_shell_lib', |
47 'mojo_shell_test_bindings', | 46 'mojo_shell_test_bindings', |
48 '<(DEPTH)/base/base.gyp:base', | 47 '<(DEPTH)/base/base.gyp:base', |
49 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', | 48 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', |
50 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', | 49 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', |
51 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | |
52 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', | 50 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', |
53 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_run_all_unittests', | 51 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_run_all_unittests', |
54 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', | 52 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', |
55 '<(DEPTH)/testing/gtest.gyp:gtest', | 53 '<(DEPTH)/testing/gtest.gyp:gtest', |
56 '<(DEPTH)/url/url.gyp:url_lib', | 54 '<(DEPTH)/url/url.gyp:url_lib', |
57 ] | 55 ] |
58 }, { | 56 }, { |
59 'target_name': 'mojo_shell_test_bindings', | 57 'target_name': 'mojo_shell_test_bindings', |
60 'type': 'static_library', | 58 'type': 'static_library', |
61 'variables': { | 59 'variables': { |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 'dependencies': [ | 128 'dependencies': [ |
131 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', | 129 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', |
132 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', | 130 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', |
133 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', | 131 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', |
134 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', | 132 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', |
135 ], | 133 ], |
136 }], | 134 }], |
137 ], | 135 ], |
138 }], | 136 }], |
139 } | 137 } |
OLD | NEW |