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

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

Powered by Google App Engine
This is Rietveld 408576698