summaryrefslogtreecommitdiffstats
path: root/chromium/native_client/src/trusted/weak_ref/weak_ref.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/native_client/src/trusted/weak_ref/weak_ref.gyp')
-rw-r--r--chromium/native_client/src/trusted/weak_ref/weak_ref.gyp34
1 files changed, 15 insertions, 19 deletions
diff --git a/chromium/native_client/src/trusted/weak_ref/weak_ref.gyp b/chromium/native_client/src/trusted/weak_ref/weak_ref.gyp
index cdd52acfb51..6d152abec60 100644
--- a/chromium/native_client/src/trusted/weak_ref/weak_ref.gyp
+++ b/chromium/native_client/src/trusted/weak_ref/weak_ref.gyp
@@ -25,25 +25,6 @@
]],
},
'conditions': [
- # NOTE: We do not support untrusted gyp build on arm yet.
- ['target_arch!="arm"', {
- 'targets': [
- {
- 'target_name': 'weak_ref_lib',
- 'type': 'none',
- 'variables': {
- 'nlib_target': 'libweak_ref.a',
- 'nso_target': 'libweak_ref.so',
- 'build_glibc': 1,
- 'build_newlib': 1,
- 'sources': ['weak_ref.cc'],
- },
- 'dependencies': [
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
- ],
- },
- ],
- }],
['OS=="win" and target_arch=="ia32"', {
'targets': [
{
@@ -62,6 +43,21 @@
],
'targets': [
{
+ 'target_name': 'weak_ref_lib',
+ 'type': 'none',
+ 'variables': {
+ 'nlib_target': 'libweak_ref.a',
+ 'nso_target': 'libweak_ref.so',
+ 'build_glibc': 1,
+ 'build_newlib': 1,
+ 'build_pnacl_newlib': 1,
+ 'sources': ['weak_ref.cc'],
+ },
+ 'dependencies': [
+ '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
+ ],
+ },
+ {
'target_name': 'weak_ref',
'type': 'static_library', # 'dynamic_library', ?!?
'variables': {