Chromium Code Reviews| 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']) |