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

Unified Diff: tests/trusted_crash/win_crash_in_syscall/nacl.scons

Issue 10070010: validator_ragel: Link into TCB, use under env var (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: . Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: tests/trusted_crash/win_crash_in_syscall/nacl.scons
diff --git a/tests/trusted_crash/win_crash_in_syscall/nacl.scons b/tests/trusted_crash/win_crash_in_syscall/nacl.scons
index bc21f69fb17e089af88c65be2e2038e1146ab322..c9cf587bbf8f762d0c6e88721afb8d0e22f6feaa 100644
--- a/tests/trusted_crash/win_crash_in_syscall/nacl.scons
+++ b/tests/trusted_crash/win_crash_in_syscall/nacl.scons
@@ -28,7 +28,10 @@ trusted_env = env['TRUSTED_ENV']
# between libraries.
VALIDATOR_LIBS = []
if trusted_env.Bit('target_x86'):
- VALIDATOR_LIBS += [trusted_env.NaClTargetArchSuffix('ncvalidate')]
+ VALIDATOR_LIBS += [trusted_env.NaClTargetArchSuffix('ncvalidate'),
+ trusted_env.NaClTargetArchSuffix('dfa_validate_caller'),
+ trusted_env.NaClTargetArchSuffix('dfa_validate'),
+ ]
elif trusted_env.Bit('target_arm'):
VALIDATOR_LIBS += ['ncvalidate_arm_v2']
« tests/minnacl/nacl.scons ('K') | « tests/trusted_crash/osx_crash_forwarding/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698