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

Unified Diff: site_scons/site_tools/library_deps.py

Issue 10158002: Scons: Remove duplication of VALIDATOR_LIBS list and use library_deps.py instead (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Copyright 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/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
diff --git a/site_scons/site_tools/library_deps.py b/site_scons/site_tools/library_deps.py
index cf92dadc3471f00c57425e5142cf1a79dae4dafa..a86c6b8eed5e251d8e6da2f3b4ec7d79fdc487ca 100644
--- a/site_scons/site_tools/library_deps.py
+++ b/site_scons/site_tools/library_deps.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Native Client Authors. All rights reserved.
+# Copyright (c) 2012 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -81,6 +81,9 @@ PLATFORM_LIBRARY_DEPENDENCIES = {
# or decoder, add the following:
#'nc_opcode_modeling_verbose_x86_32',
],
+ 'sel': [
+ 'ncvalidate_x86_32',
+ ],
}),
'x86-64': _AddDefaultLibraryDependencies({
'nc_decoder_x86_64': [
@@ -132,11 +135,17 @@ PLATFORM_LIBRARY_DEPENDENCIES = {
'ncdis_seg_sfi_x86_64',
'ncval_base_x86_64',
],
+ 'sel': [
+ 'ncvalidate_x86_64',
+ ],
}),
'arm': _AddDefaultLibraryDependencies({
'ncvalidate_arm_v2': [
'arm_validator_core',
],
+ 'sel': [
+ 'ncvalidate_arm_v2',
+ ],
}),
'arm-thumb2': _AddDefaultLibraryDependencies({
'ncvalidate_arm_v2': [
« no previous file with comments | « no previous file | src/trusted/service_runtime/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698