OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'include': [ | 6 'include': [ |
7 '../native_client/build/untrusted.gypi', | 7 '../native_client/build/untrusted.gypi', |
8 ], | 8 ], |
9 'target_defaults': { | 9 'target_defaults': { |
10 'variables': { | 10 'variables': { |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'dependencies': [ | 142 'dependencies': [ |
143 '../crypto/crypto.gyp:crypto', | 143 '../crypto/crypto.gyp:crypto', |
144 'nacl', | 144 'nacl', |
145 ], | 145 ], |
146 'sources': [ | 146 'sources': [ |
147 'nacl/nacl_helper_linux.cc', | 147 'nacl/nacl_helper_linux.cc', |
148 '../base/posix/unix_domain_socket.cc', | 148 '../base/posix/unix_domain_socket.cc', |
149 '../chrome/common/nacl_messages.cc', | 149 '../chrome/common/nacl_messages.cc', |
150 '../chrome/common/nacl_types.cc', | 150 '../chrome/common/nacl_types.cc', |
151 '../content/common/child_process_sandbox_support_impl_shm_linux.
cc', | 151 '../content/common/child_process_sandbox_support_impl_shm_linux.
cc', |
| 152 '../content/zygote/zygote_libc_override_linux.cc', |
| 153 '../content/zygote/zygote_libc_override_linux.h', |
152 ], | 154 ], |
153 'conditions': [ | 155 'conditions': [ |
154 ['toolkit_uses_gtk == 1', { | 156 ['toolkit_uses_gtk == 1', { |
155 'dependencies': [ | 157 'dependencies': [ |
156 '../build/linux/system.gyp:gtk', | 158 '../build/linux/system.gyp:gtk', |
157 ], | 159 ], |
158 }], | 160 }], |
159 ['use_glib == 1', { | 161 ['use_glib == 1', { |
160 'dependencies': [ | 162 'dependencies': [ |
161 '../build/linux/system.gyp:glib', | 163 '../build/linux/system.gyp:glib', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'target_name': 'nacl_win64', | 196 'target_name': 'nacl_win64', |
195 'type': 'none', | 197 'type': 'none', |
196 'sources': [], | 198 'sources': [], |
197 }, | 199 }, |
198 ], | 200 ], |
199 }], | 201 }], |
200 ], | 202 ], |
201 }], | 203 }], |
202 ], | 204 ], |
203 } | 205 } |
OLD | NEW |