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

Unified Diff: src/shared/platform/platform.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/gio/gio.gyp ('k') | src/shared/srpc/srpc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/platform/platform.gyp
===================================================================
--- src/shared/platform/platform.gyp (revision 8118)
+++ src/shared/platform/platform.gyp (working copy)
@@ -174,37 +174,33 @@
'<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
],
},
+ {
+ 'target_name': 'platform_lib',
+ 'type': 'none',
+ 'variables': {
+ 'nlib_target': 'libplatform.a',
+ 'build_glibc': 1,
+ 'build_newlib': 1,
+ 'sources': [
+ 'nacl_check.c',
+ 'nacl_log.c',
+ 'linux/condition_variable.c',
+ 'linux/lock.c',
+ 'linux/nacl_exit.c',
+ 'linux/nacl_thread_id.c',
+ 'linux/nacl_threads.c',
+ 'linux/nacl_timestamp.c',
+ 'nacl_sync_checked.c',
+ 'refcount_base.cc',
+ ]
+ },
+ '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': 'platform_lib',
- 'type': 'none',
- 'variables': {
- 'nlib_target': 'libplatform.a',
- 'build_glibc': 1,
- 'build_newlib': 1,
- 'sources': [
- 'nacl_check.c',
- 'nacl_log.c',
- 'linux/condition_variable.c',
- 'linux/lock.c',
- 'linux/nacl_exit.c',
- 'linux/nacl_thread_id.c',
- 'linux/nacl_threads.c',
- 'linux/nacl_timestamp.c',
- 'nacl_sync_checked.c',
- 'refcount_base.cc',
- ]
- },
- 'dependencies': [
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
- ],
- }],
- }],
['OS=="win"', {
'targets': [
# ---------------------------------------------------------------------
@@ -239,4 +235,3 @@
}],
],
}
-
« no previous file with comments | « src/shared/gio/gio.gyp ('k') | src/shared/srpc/srpc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698