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

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

Issue 12600034: Provide metadata to validator to allow faster caching. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: First fixes Created 7 years, 9 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 972c0b7c8f05674781ce1b088c3db672e66d8268..a78273e72ce10ae87fefc5532f23407e0ee96b3c 100644
--- a/src/trusted/validator/build.scons
+++ b/src/trusted/validator/build.scons
@@ -15,6 +15,8 @@ val_lib_env = env.Clone()
if env.Bit('validator_ragel'):
val_lib_env.Append(CPPDEFINES=[['NACL_VALIDATOR_RAGEL', '1']])
+val_lib_env.ComponentLibrary('validation_cache', ['validation_cache.c'])
+
val_lib_env.ComponentLibrary('validators', ['validator_init.c'])
if env.Bit('target_x86') and not env.Bit('validator_ragel'):

Powered by Google App Engine
This is Rietveld 408576698