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

Unified Diff: site_scons/site_tools/library_deps.py

Issue 7649021: Separate the (partial) decoder of the x86_32 validator into a separate library. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 4 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/validator/x86/ncval_seg_sfi/build.scons » ('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
===================================================================
--- site_scons/site_tools/library_deps.py (revision 6419)
+++ site_scons/site_tools/library_deps.py (working copy)
@@ -38,11 +38,15 @@
],
'ncdis_util_x86_32': [
'ncval_reg_sfi_verbose_x86_32',
+ 'ncdis_seg_sfi_verbose_x86_32',
+ ],
+ 'ncdis_seg_sfi_verbose_x86_32': [
+ 'ncdis_seg_sfi_x86_32',
'ncval_base_verbose_x86_32',
],
'ncvalidate_verbose_x86_32': [
'ncvalidate_x86_32',
- 'ncval_seg_sfi_verbose_x86_32',
+ 'ncdis_seg_sfi_verbose_x86_32',
],
'ncvalidate_x86_32': [
'ncval_seg_sfi_x86_32',
@@ -69,12 +73,9 @@
'ncval_base_x86_32',
'nc_decoder_x86_32',
],
- 'ncval_seg_sfi_verbose_x86_32': [
- 'ncval_seg_sfi_x86_32',
- 'ncval_base_verbose_x86_32',
- ],
'ncval_seg_sfi_x86_32': [
'nccopy_x86_32',
+ 'ncdis_seg_sfi_x86_32',
'ncval_base_x86_32',
],
}),
@@ -85,6 +86,10 @@
],
'ncdis_util_x86_64': [
'ncval_reg_sfi_verbose_x86_64',
+ 'ncdis_seg_sfi_verbose_x86_64',
+ ],
+ 'ncdis_seg_sfi_verbose_x86_64': [
+ 'ncdis_seg_sfi_x86_64',
'ncval_base_verbose_x86_64',
],
'ncvalidate_verbose_x86_64': [
@@ -116,12 +121,9 @@
'ncval_base_x86_64',
'nc_decoder_x86_64',
],
- 'ncval_seg_sfi_verbose_x86_64': [
- 'ncval_seg_sfi_x86_64',
- 'ncval_base_verbose_x86_64',
- ],
'ncval_seg_sfi_x86_64': [
'nccopy_x86_64',
+ 'ncdis_seg_sfi_x86_64',
'ncval_base_x86_64',
],
}),
« no previous file with comments | « no previous file | src/trusted/validator/x86/ncval_seg_sfi/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698