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

Unified Diff: src/trusted/service_runtime/service_runtime.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/service_runtime/service_runtime.gyp
diff --git a/src/trusted/service_runtime/service_runtime.gyp b/src/trusted/service_runtime/service_runtime.gyp
index 4e72be06f951025626bd48dae1f41d3d545e591e..b15650f53967013f7025dfac3f8ffe0c012045d4 100644
--- a/src/trusted/service_runtime/service_runtime.gyp
+++ b/src/trusted/service_runtime/service_runtime.gyp
@@ -205,6 +205,9 @@
'variables': {
'target_base': 'sel',
},
+ 'sources': [
+ '<(DEPTH)/native_client/src/trusted/validator/validator_init.c',
+ ],
'dependencies': [
'env_cleanser',
'nacl_error_code',

Powered by Google App Engine
This is Rietveld 408576698