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

Unified Diff: src/untrusted/nosys/nosys.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/untrusted/nacl/nacl.gyp ('k') | src/untrusted/pthread/pthread.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nosys/nosys.gyp
===================================================================
--- src/untrusted/nosys/nosys.gyp (revision 8118)
+++ src/untrusted/nosys/nosys.gyp (working copy)
@@ -81,24 +81,19 @@
'waitpid.c',
],
},
- 'conditions': [
- # NOTE: We do not support untrusted gyp build on arm yet.
- ['target_arch!="arm"', {
- 'targets' : [
- {
- 'target_name': 'nosys_lib',
- 'type': 'none',
- 'variables': {
- 'nlib_target': 'libnosys.a',
- 'build_glibc': 0,
- 'build_newlib': 1,
- 'sources': ['<@(common_sources)']
- },
- 'dependencies': [
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
- ],
- },
+ 'targets' : [
+ {
+ 'target_name': 'nosys_lib',
+ 'type': 'none',
+ 'variables': {
+ 'nlib_target': 'libnosys.a',
+ 'build_glibc': 0,
+ 'build_newlib': 1,
+ 'sources': ['<@(common_sources)']
+ },
+ 'dependencies': [
+ '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
],
- }],
+ },
],
}
« no previous file with comments | « src/untrusted/nacl/nacl.gyp ('k') | src/untrusted/pthread/pthread.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698