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

Unified Diff: src/trusted/service_runtime/service_runtime.gyp

Issue 7108031: this patch adds the manifest proxy server to sel_ldr and the manifest (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 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
===================================================================
--- src/trusted/service_runtime/service_runtime.gyp (revision 5616)
+++ src/trusted/service_runtime/service_runtime.gyp (working copy)
@@ -181,6 +181,7 @@
'<(DEPTH)/native_client/src/trusted/gdb_rsp/gdb_rsp.gyp:gdb_rsp',
'<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped_desc',
'<(DEPTH)/native_client/src/trusted/perf_counter/perf_counter.gyp:nacl_perf_counter',
+ '<(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',
],
@@ -245,8 +246,6 @@
'type': 'executable',
'dependencies': [
'sel',
- '<(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/shared/platform/platform.gyp:platform',
'<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped_desc',
'<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib',
@@ -277,6 +276,7 @@
'<(DEPTH)/native_client/src/trusted/gdb_rsp/gdb_rsp.gyp:gdb_rsp64',
'<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped_desc64',
'<(DEPTH)/native_client/src/trusted/perf_counter/perf_counter.gyp:nacl_perf_counter64',
+ '<(DEPTH)/native_client/src/trusted/manifest_name_service_proxy/manifest_name_service_proxy.gyp:manifest_proxy64',
'<(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_6464',
@@ -340,8 +340,6 @@
},
'dependencies': [
'sel64',
- '<(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/shared/platform/platform.gyp:platform64',
'<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped_desc64',
'<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib64',

Powered by Google App Engine
This is Rietveld 408576698