| Index: src/trusted/service_runtime/service_runtime.gyp
|
| ===================================================================
|
| --- src/trusted/service_runtime/service_runtime.gyp (revision 5652)
|
| +++ 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',
|
|
|