| Index: src/shared/srpc/srpc.gyp
|
| ===================================================================
|
| --- src/shared/srpc/srpc.gyp (revision 8118)
|
| +++ src/shared/srpc/srpc.gyp (working copy)
|
| @@ -45,39 +45,34 @@
|
| 'target_base': 'srpc',
|
| },
|
| },
|
| + {
|
| + 'target_name': 'srpc_lib',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'nlib_target': 'libsrpc.a',
|
| + 'build_glibc': 1,
|
| + 'build_newlib': 1,
|
| + 'sources': [
|
| + 'invoke.c',
|
| + 'module_init_fini.c',
|
| + 'nacl_srpc.c',
|
| + 'nacl_srpc_message.c',
|
| + 'rpc_log.c',
|
| + 'rpc_serialize.c',
|
| + 'rpc_service.c',
|
| + 'rpc_server_loop.c',
|
| + 'accept.c',
|
| + 'accept_threaded.c',
|
| + 'nacl_srpc_ppapi_plugin_init.c',
|
| + 'nacl_srpc_ppapi_plugin_internal.c'
|
| + ],
|
| + },
|
| + 'dependencies': [
|
| + '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
|
| + ],
|
| + },
|
| ],
|
| 'conditions': [
|
| - # NOTE: We do not support untrusted gyp build on arm yet.
|
| - ['target_arch!="arm"', {
|
| - 'targets' : [
|
| - {
|
| - 'target_name': 'srpc_lib',
|
| - 'type': 'none',
|
| - 'variables': {
|
| - 'nlib_target': 'libsrpc.a',
|
| - 'build_glibc': 1,
|
| - 'build_newlib': 1,
|
| - 'sources': [
|
| - 'invoke.c',
|
| - 'module_init_fini.c',
|
| - 'nacl_srpc.c',
|
| - 'nacl_srpc_message.c',
|
| - 'rpc_log.c',
|
| - 'rpc_serialize.c',
|
| - 'rpc_service.c',
|
| - 'rpc_server_loop.c',
|
| - 'accept.c',
|
| - 'accept_threaded.c',
|
| - 'nacl_srpc_ppapi_plugin_init.c',
|
| - 'nacl_srpc_ppapi_plugin_internal.c'
|
| - ],
|
| - },
|
| - 'dependencies': [
|
| - '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
|
| - ],
|
| - },
|
| - ],
|
| - }],
|
| ['OS=="win"', {
|
| 'targets': [
|
| {
|
|
|