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

Unified Diff: src/trusted/validator/build.scons

Issue 10134056: Refactor the process of choosing validators. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: draft that does not fully build 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
Index: src/trusted/validator/build.scons
diff --git a/src/trusted/validator/build.scons b/src/trusted/validator/build.scons
index 5da720bfce63a18c1b885c32d94edda34fe6655c..cf992ac1998be26ce18d6b4f60e1db64b3c2b42b 100644
--- a/src/trusted/validator/build.scons
+++ b/src/trusted/validator/build.scons
@@ -27,7 +27,7 @@ if env.Bit('target_x86'):
validation_cache_test_exe = gtest_env.ComponentProgram(
'validation_cache_test',
['validation_cache_test.cc'],
- EXTRA_LIBS=validator_libs)
+ EXTRA_LIBS=['sel'])
node = gtest_env.CommandTest(
'validation_cache_test.out',

Powered by Google App Engine
This is Rietveld 408576698