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

Unified Diff: src/untrusted/nacl/nacl.gyp

Issue 14876015: Add wrapper library for the nacl_irt_exception_handling IRT interface (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Cleanup + remove minidump_generator.gyp for now because of pthread.h problem in Gyp build Created 7 years, 7 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/minidump_generator/minidump_generator.cc ('k') | src/untrusted/nacl/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': {
« no previous file with comments | « src/untrusted/minidump_generator/minidump_generator.cc ('k') | src/untrusted/nacl/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698