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

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

Issue 625923004: Delete 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/build.scons
diff --git a/src/trusted/validator/build.scons b/src/trusted/validator/build.scons
index be1009f0dc3d29a532d433e2fbe117a850ea6857..eb55b34faa39e4194cb4f7d710ac0c88e0d7e6dd 100644
--- a/src/trusted/validator/build.scons
+++ b/src/trusted/validator/build.scons
@@ -12,8 +12,6 @@ Import('env')
env.ComponentLibrary(env.NaClTargetArchSuffix('ncfileutils'), ['ncfileutil.c'])
val_lib_env = env.Clone()
Mark Seaborn 2014/10/06 17:47:55 Nit: the Clone() is not needed if the Append() is
shyamsundarr 2014/10/06 23:06:57 Done.
-if env.Bit('validator_ragel'):
- val_lib_env.Append(CPPDEFINES=[['NACL_VALIDATOR_RAGEL', '1']])
val_lib_env.ComponentLibrary('validation_cache', ['validation_cache.c'])

Powered by Google App Engine
This is Rietveld 408576698