Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Side by Side Diff: components/nacl.gyp

Issue 131133002: Implement nacl_irt_fdio for non-sfi mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | components/nacl/loader/nonsfi/abi_conversion.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'nacl/nacl_defines.gypi', 10 'nacl/nacl_defines.gypi',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'defines': [ 183 'defines': [
184 '<@(nacl_defines)', 184 '<@(nacl_defines)',
185 # Allow .cc files to know if they're being compiled as part 185 # Allow .cc files to know if they're being compiled as part
186 # of nacl_helper. 186 # of nacl_helper.
187 'IN_NACL_HELPER=1', 187 'IN_NACL_HELPER=1',
188 ], 188 ],
189 'sources': [ 189 'sources': [
190 'nacl/loader/nacl_helper_linux.cc', 190 'nacl/loader/nacl_helper_linux.cc',
191 'nacl/loader/nacl_helper_linux.h', 191 'nacl/loader/nacl_helper_linux.h',
192 'nacl/loader/nacl_sandbox_linux.cc', 192 'nacl/loader/nacl_sandbox_linux.cc',
193 'nacl/loader/nonsfi/abi_conversion.cc',
194 'nacl/loader/nonsfi/abi_conversion.h',
193 'nacl/loader/nonsfi/elf_loader.cc', 195 'nacl/loader/nonsfi/elf_loader.cc',
194 'nacl/loader/nonsfi/elf_loader.h', 196 'nacl/loader/nonsfi/elf_loader.h',
195 'nacl/loader/nonsfi/irt_basic.cc', 197 'nacl/loader/nonsfi/irt_basic.cc',
198 'nacl/loader/nonsfi/irt_fdio.cc',
196 'nacl/loader/nonsfi/irt_interfaces.cc', 199 'nacl/loader/nonsfi/irt_interfaces.cc',
197 'nacl/loader/nonsfi/irt_interfaces.h', 200 'nacl/loader/nonsfi/irt_interfaces.h',
198 'nacl/loader/nonsfi/nonsfi_main.cc', 201 'nacl/loader/nonsfi/nonsfi_main.cc',
199 'nacl/loader/nonsfi/nonsfi_main.h', 202 'nacl/loader/nonsfi/nonsfi_main.h',
200 '../base/posix/unix_domain_socket_linux.cc', 203 '../base/posix/unix_domain_socket_linux.cc',
201 '../content/common/child_process_sandbox_support_impl_shm_linux. cc', 204 '../content/common/child_process_sandbox_support_impl_shm_linux. cc',
202 '../content/common/sandbox_linux/sandbox_bpf_base_policy_linux.c c', 205 '../content/common/sandbox_linux/sandbox_bpf_base_policy_linux.c c',
203 '../content/common/sandbox_linux/sandbox_init_linux.cc', 206 '../content/common/sandbox_linux/sandbox_init_linux.cc',
204 '../content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', 207 '../content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc',
205 '../content/public/common/content_switches.cc', 208 '../content/public/common/content_switches.cc',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'nacl/common/nacl_types.h', 381 'nacl/common/nacl_types.h',
379 'nacl/common/pnacl_types.cc', 382 'nacl/common/pnacl_types.cc',
380 'nacl/common/pnacl_types.h', 383 'nacl/common/pnacl_types.h',
381 ], 384 ],
382 'include_dirs': [ 385 'include_dirs': [
383 '..', 386 '..',
384 ], 387 ],
385 }, 388 },
386 ] 389 ]
387 } 390 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl/loader/nonsfi/abi_conversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698