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

Unified Diff: src/trusted/validator_x86/build.scons

Issue 7649021: Separate the (partial) decoder of the x86_32 validator into a separate library. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 4 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
« no previous file with comments | « src/trusted/validator/x86/ncval_seg_sfi/ncdecode.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_x86/build.scons
===================================================================
--- src/trusted/validator_x86/build.scons (revision 6419)
+++ src/trusted/validator_x86/build.scons (working copy)
@@ -311,7 +311,7 @@
ncdecode_tests = test_env.ComponentProgram(
'ncdecode_tests',
['ncdecode_tests.c'],
- EXTRA_LIBS=[test_env.NaClTargetArchSuffix('ncval_seg_sfi_verbose'),
+ EXTRA_LIBS=[test_env.NaClTargetArchSuffix('ncdis_seg_sfi_verbose'),
])
node = test_env.CommandTest(
@@ -328,7 +328,7 @@
force_cpp_o,
],
EXTRA_LIBS=[test_env.NaClTargetArchSuffix('ncdis_util'),
- test_env.NaClTargetArchSuffix('ncval_seg_sfi_verbose'),
+ #test_env.NaClTargetArchSuffix('ncdis_seg_sfi_verbose'),
test_env.NaClTargetArchSuffix('ncfileutils'),
'utils',
])
@@ -342,7 +342,7 @@
'ncval_tests',
['ncval_tests.c'],
EXTRA_LIBS=[test_env.NaClTargetArchSuffix('ncdis_util'),
- test_env.NaClTargetArchSuffix('ncval_seg_sfi_verbose'),
+ test_env.NaClTargetArchSuffix('ncval_seg_sfi'),
])
test_env.Requires(ncval_tests, crt)
@@ -423,7 +423,7 @@
force_cpp_o,
],
EXTRA_LIBS=[test_env.NaClTargetArchSuffix('ncdis_util'),
- test_env.NaClTargetArchSuffix('ncval_seg_sfi_verbose'),
+ test_env.NaClTargetArchSuffix('ncval_seg_sfi'),
test_env.NaClTargetArchSuffix('ncfileutils'),
'utils'
])
« no previous file with comments | « src/trusted/validator/x86/ncval_seg_sfi/ncdecode.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698