Index: src/untrusted/nacl/nacl.gyp |
diff --git a/src/untrusted/nacl/nacl.gyp b/src/untrusted/nacl/nacl.gyp |
index bd0e8c518fb5dfdcb49e61e98bfcee154599fa4b..8ee7e994f25edc4e4c8e066b94ae0810b113bcec 100644 |
--- a/src/untrusted/nacl/nacl.gyp |
+++ b/src/untrusted/nacl/nacl.gyp |
@@ -143,6 +143,21 @@ |
], |
}, |
{ |
+ 'target_name': 'nacl_exception_lib', |
+ 'type': 'none', |
+ 'variables': { |
+ 'nlib_target': 'libnacl_exception.a', |
+ 'nso_target': 'libnacl_exception.so', |
+ 'build_glibc': 1, |
+ 'build_newlib': 1, |
+ 'build_pnacl_newlib': 1, |
+ }, |
+ 'sources': ['nacl_exception.c'], |
+ 'dependencies': [ |
+ '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
+ ], |
+ }, |
+ { |
'target_name': 'nacl_list_mappings_lib', |
'type': 'none', |
'variables': { |