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

Unified Diff: src/trusted/validator/nacl.scons

Issue 636933004: stop building/testing old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 2 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: src/trusted/validator/nacl.scons
diff --git a/src/trusted/validator/nacl.scons b/src/trusted/validator/nacl.scons
index f6cdb8bf9b110f2a41dadef74b726267adf46771..d6e16f6ebe75ab222c795f7732b4e5e705f404d9 100644
--- a/src/trusted/validator/nacl.scons
+++ b/src/trusted/validator/nacl.scons
@@ -19,8 +19,8 @@ else:
Return()
env.PrependENVPath('PATH', env['TRUSTED_ENV'].SubstList2('${STAGING_DIR}'))
-dependencies = [env['TRUSTED_ENV'].File('${STAGING_DIR}/ncval${PROGSUFFIX}'),
- ]
+dependencies = [
+ env['TRUSTED_ENV'].File('${STAGING_DIR}/ncval_new${PROGSUFFIX}'),]
node = env.CommandTest(
'ncval_annotate_test.out',

Powered by Google App Engine
This is Rietveld 408576698