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

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

Issue 6883091: Start unit testing for functions in nc_inst_state.c (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 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: src/trusted/service_runtime/build.scons
===================================================================
--- src/trusted/service_runtime/build.scons (revision 4944)
+++ src/trusted/service_runtime/build.scons (working copy)
@@ -250,9 +250,9 @@
if env.Bit('target_x86'):
- VALIDATOR_LIBS += ['ncopcode_utils', 'ncvalidate']
if env.Bit('target_x86_64'):
VALIDATOR_LIBS += ['ncvalidate_sfi']
+ VALIDATOR_LIBS += ['ncvalidate']
elif env.Bit('target_arm'):
VALIDATOR_LIBS += ['ncvalidate_arm_v2', 'arm_validator_core']

Powered by Google App Engine
This is Rietveld 408576698