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

Unified Diff: site_scons/site_tools/library_deps.py

Issue 15039022: Enable meta-based validation for shared libraries. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Style Created 7 years, 7 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/trusted/manifest_name_service_proxy/manifest_proxy.c » ('j') | no next file with comments »
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 1f6caa7cd3a403f3ed30e1986ed48c26e40983fc..57d44decde1fbfe5a04178d25ba235a86bd29081 100644
--- a/site_scons/site_tools/library_deps.py
+++ b/site_scons/site_tools/library_deps.py
@@ -35,6 +35,9 @@ LIBRARY_DEPENDENCIES_DEFAULT = {
'imc',
'platform',
],
+ 'reverse_service': [
+ 'validation_cache',
+ ],
'sel': [
'nacl_error_code',
'env_cleanser',
« no previous file with comments | « no previous file | src/trusted/manifest_name_service_proxy/manifest_proxy.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698