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

Unified Diff: src/trusted/validator/x86/64/validator_x86_64.gyp

Issue 10134056: Refactor the process of choosing validators. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: upload error retry Created 8 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
Index: src/trusted/validator/x86/64/validator_x86_64.gyp
diff --git a/src/trusted/validator/x86/64/validator_x86_64.gyp b/src/trusted/validator/x86/64/validator_x86_64.gyp
index d9e4222fc9ab9bda7fe2236695e21acf389765bf..1832c41546a9d26caefb2d738259608cfdf81b6d 100644
--- a/src/trusted/validator/x86/64/validator_x86_64.gyp
+++ b/src/trusted/validator/x86/64/validator_x86_64.gyp
@@ -67,6 +67,9 @@
'variables': {
'target_base': 'ncvalidate_x86_64',
},
+ 'sources': [
+ '<(DEPTH)/native_client/src/trusted/validator/validator_init.c',
+ ],
'dependencies': [
'<(DEPTH)/native_client/src/trusted/validator/x86/ncval_reg_sfi/ncval_reg_sfi.gyp:ncval_reg_sfi_x86_64'
],

Powered by Google App Engine
This is Rietveld 408576698