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

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: more aesthetics Created 8 years, 6 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 1306c4b4250c6d21d5c8d798ffbd1544e7a99bde..87418bdcea9d35a3f5abbc86443a0052b1040492 100644
--- a/src/trusted/service_runtime/service_runtime.gyp
+++ b/src/trusted/service_runtime/service_runtime.gyp
@@ -235,6 +235,7 @@
'<(DEPTH)/native_client/src/trusted/manifest_name_service_proxy/manifest_name_service_proxy.gyp:manifest_proxy',
'<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:simple_service',
'<(DEPTH)/native_client/src/trusted/threading/threading.gyp:thread_interface',
+ '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validators',
],
'conditions': [
['target_arch=="arm"', {
@@ -341,6 +342,7 @@
'<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:simple_service64',
'<(DEPTH)/native_client/src/trusted/threading/threading.gyp:thread_interface64',
'<(DEPTH)/native_client/src/trusted/validator/x86/64/validator_x86_64.gyp:ncvalidate_x86_64',
+ '<(DEPTH)/native_client/src/trusted/validator/validator.gyp:validators64',
'arch/x86/service_runtime_x86.gyp:service_runtime_x86_common64',
'arch/x86_64/service_runtime_x86_64.gyp:service_runtime_x86_64',
],
« no previous file with comments | « src/trusted/service_runtime/sel_validate_image.c ('k') | src/trusted/service_runtime/testdata/dfa_validator_hello.stderr » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698