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

Unified Diff: src/shared/srpc/srpc.gyp

Issue 9816003: GYP build for ARM untrusted runtime. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « src/shared/platform/platform.gyp ('k') | src/untrusted/irt/irt.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
{
« no previous file with comments | « src/shared/platform/platform.gyp ('k') | src/untrusted/irt/irt.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698