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

Unified Diff: site_scons/site_tools/library_deps.py

Issue 10070010: validator_ragel: Link into TCB, use under env var (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: revert introducing extra empty line Created 8 years, 8 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/service_runtime/arch/x86/service_runtime_x86.gyp » ('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 9f242b40eb4ee6773b2648db9330ba64aeae1566..10894dab2d6763336f89d0be31bbd0be6ba8ce43 100644
--- a/site_scons/site_tools/library_deps.py
+++ b/site_scons/site_tools/library_deps.py
@@ -89,6 +89,8 @@ PLATFORM_LIBRARY_DEPENDENCIES = {
],
'sel': [
'ncvalidate_x86_32',
+ 'dfa_validate_caller_x86_32',
+ 'dfa_validate_x86_32',
],
},
'x86-64': {
@@ -143,6 +145,8 @@ PLATFORM_LIBRARY_DEPENDENCIES = {
],
'sel': [
'ncvalidate_x86_64',
+ 'dfa_validate_caller_x86_64',
+ 'dfa_validate_x86_64',
],
},
'arm': {
« no previous file with comments | « no previous file | src/trusted/service_runtime/arch/x86/service_runtime_x86.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698