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 { | 7 { |
8 'target_name': 'shell_lib', | 8 'target_name': 'shell_lib', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'runner/init.cc', | 123 'runner/init.cc', |
124 'runner/init.h', | 124 'runner/init.h', |
125 ], | 125 ], |
126 'dependencies': [ | 126 'dependencies': [ |
127 'shell_lib', | 127 'shell_lib', |
128 'shell_runner_common_lib', | 128 'shell_runner_common_lib', |
129 '<(DEPTH)/base/base.gyp:base', | 129 '<(DEPTH)/base/base.gyp:base', |
130 '<(DEPTH)/base/base.gyp:base_i18n', | 130 '<(DEPTH)/base/base.gyp:base_i18n', |
131 '<(DEPTH)/base/base.gyp:base_static', | 131 '<(DEPTH)/base/base.gyp:base_static', |
132 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', | 132 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', |
133 '<(DEPTH)/mojo/mojo_platform_handle.gyp:platform_handle', | |
134 'shell_public.gyp:shell_public', | 133 'shell_public.gyp:shell_public', |
135 ], | 134 ], |
136 'export_dependent_settings': [ | 135 'export_dependent_settings': [ |
137 'shell_public.gyp:shell_public', | 136 'shell_public.gyp:shell_public', |
138 ], | 137 ], |
139 'conditions': [ | 138 'conditions': [ |
140 ['OS=="linux"', { | 139 ['OS=="linux"', { |
141 'sources': [ | 140 'sources': [ |
142 'runner/host/linux_sandbox.cc', | 141 'runner/host/linux_sandbox.cc', |
143 'runner/host/linux_sandbox.h', | 142 'runner/host/linux_sandbox.h', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 '../../build/isolate.gypi', | 195 '../../build/isolate.gypi', |
197 ], | 196 ], |
198 'sources': [ | 197 'sources': [ |
199 'mojo_shell_unittests.isolate', | 198 'mojo_shell_unittests.isolate', |
200 ], | 199 ], |
201 }, | 200 }, |
202 ], | 201 ], |
203 }], | 202 }], |
204 ], | 203 ], |
205 } | 204 } |
OLD | NEW |