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

Unified Diff: tests/trusted_crash/osx_crash_filter/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/osx_crash_filter/nacl.scons
diff --git a/tests/trusted_crash/osx_crash_filter/nacl.scons b/tests/trusted_crash/osx_crash_filter/nacl.scons
index f0ddbe7fb84cd55644a000532a81ad963d998880..c1ae02eb7039e79ea69a7029f36ceee1734953a6 100644
--- a/tests/trusted_crash/osx_crash_filter/nacl.scons
+++ b/tests/trusted_crash/osx_crash_filter/nacl.scons
@@ -25,7 +25,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']

Powered by Google App Engine
This is Rietveld 408576698