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

Side by Side Diff: trunk/src/components/nacl.gyp

Issue 265433002: Revert 266968 "NonSFI NaCl: Plumb Exception IRT enough for break..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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
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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 # of nacl_helper. 250 # of nacl_helper.
251 'IN_NACL_HELPER=1', 251 'IN_NACL_HELPER=1',
252 ], 252 ],
253 'sources': [ 253 'sources': [
254 'nacl/loader/nonsfi/abi_conversion.cc', 254 'nacl/loader/nonsfi/abi_conversion.cc',
255 'nacl/loader/nonsfi/abi_conversion.h', 255 'nacl/loader/nonsfi/abi_conversion.h',
256 'nacl/loader/nonsfi/elf_loader.cc', 256 'nacl/loader/nonsfi/elf_loader.cc',
257 'nacl/loader/nonsfi/elf_loader.h', 257 'nacl/loader/nonsfi/elf_loader.h',
258 'nacl/loader/nonsfi/irt_basic.cc', 258 'nacl/loader/nonsfi/irt_basic.cc',
259 'nacl/loader/nonsfi/irt_clock.cc', 259 'nacl/loader/nonsfi/irt_clock.cc',
260 'nacl/loader/nonsfi/irt_exception_handling.cc',
261 'nacl/loader/nonsfi/irt_fdio.cc', 260 'nacl/loader/nonsfi/irt_fdio.cc',
262 'nacl/loader/nonsfi/irt_futex.cc', 261 'nacl/loader/nonsfi/irt_futex.cc',
263 'nacl/loader/nonsfi/irt_interfaces.cc', 262 'nacl/loader/nonsfi/irt_interfaces.cc',
264 'nacl/loader/nonsfi/irt_interfaces.h', 263 'nacl/loader/nonsfi/irt_interfaces.h',
265 'nacl/loader/nonsfi/irt_memory.cc', 264 'nacl/loader/nonsfi/irt_memory.cc',
266 'nacl/loader/nonsfi/irt_ppapi.cc', 265 'nacl/loader/nonsfi/irt_ppapi.cc',
267 'nacl/loader/nonsfi/irt_random.cc', 266 'nacl/loader/nonsfi/irt_random.cc',
268 'nacl/loader/nonsfi/irt_thread.cc', 267 'nacl/loader/nonsfi/irt_thread.cc',
269 'nacl/loader/nonsfi/irt_util.h', 268 'nacl/loader/nonsfi/irt_util.h',
270 'nacl/loader/nonsfi/nonsfi_main.cc', 269 'nacl/loader/nonsfi/nonsfi_main.cc',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 ], 461 ],
463 'include_dirs': [ 462 'include_dirs': [
464 '..', 463 '..',
465 ], 464 ],
466 'dependencies': [ 465 'dependencies': [
467 '../content/content.gyp:content_common', 466 '../content/content.gyp:content_common',
468 ], 467 ],
469 }, 468 },
470 ] 469 ]
471 } 470 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/test/nacl/nacl_browsertest_util.cc ('k') | trunk/src/components/nacl/loader/nacl_helper_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698