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: site_scons/site_tools/library_deps.py

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
« no previous file with comments | « no previous file | src/tools/validator_tools/ncstubout.c » ('j') | src/trusted/validator/validator.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/library_deps.py
diff --git a/site_scons/site_tools/library_deps.py b/site_scons/site_tools/library_deps.py
index d8ab39e286e87c422dcdee5be6257939ee2bf733..40c464b3bebe62483677f6e8a3d76234819aa49d 100644
--- a/site_scons/site_tools/library_deps.py
+++ b/site_scons/site_tools/library_deps.py
@@ -54,6 +54,10 @@ LIBRARY_DEPENDENCIES_DEFAULT = {
'testrunner_browser': [
'ppapi',
],
+ 'validation_cache': [
+ # For CHECK(...)
+ 'platform',
+ ],
}
# Untrusted only library dependencies.
@@ -96,6 +100,7 @@ PLATFORM_LIBRARY_DEPENDENCIES = {
'ncval_base_x86_32': [
'platform',
'cpu_features',
+ 'validation_cache',
],
'nc_opcode_modeling_verbose_x86_32': [
'nc_opcode_modeling_x86_32',
@@ -156,6 +161,7 @@ PLATFORM_LIBRARY_DEPENDENCIES = {
'ncval_base_x86_64': [
'platform',
'cpu_features',
+ 'validation_cache',
],
'nc_opcode_modeling_verbose_x86_64': [
'nc_opcode_modeling_x86_64',
« no previous file with comments | « no previous file | src/tools/validator_tools/ncstubout.c » ('j') | src/trusted/validator/validator.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698