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

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

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/nacl/nacl.gyp ('k') | src/untrusted/nacl/nacl_exception.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/nacl.scons
diff --git a/src/untrusted/nacl/nacl.scons b/src/untrusted/nacl/nacl.scons
index 51f54a5acbff5d0b7e90a2f24d2d2b81c52dcb39..0f7fab73c8f9c78af9c8df569b51b97364c5cc83 100644
--- a/src/untrusted/nacl/nacl.scons
+++ b/src/untrusted/nacl/nacl.scons
@@ -102,6 +102,10 @@ env.AddLibraryToSdk(libnacl_dyncode)
env.AddHeaderToSdk(['nacl_dyncode.h'])
env.ComponentLibrary('libnacl_dyncode_private', ['dyncode_private.c'])
+libnacl_exception = env.NaClSdkLibrary('libnacl_exception',
+ ['nacl_exception.c'])
+env.AddLibraryToSdk(libnacl_exception)
+
libnacl_list_mappings = env.NaClSdkLibrary(
'libnacl_list_mappings', ['list_mappings.c'])
env.AddLibraryToSdk(libnacl_list_mappings)
« no previous file with comments | « src/untrusted/nacl/nacl.gyp ('k') | src/untrusted/nacl/nacl_exception.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698