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

Unified Diff: site_scons/site_tools/library_deps.py

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 | « no previous file | src/include/nacl/nacl_exception.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/library_deps.py
diff --git a/site_scons/site_tools/library_deps.py b/site_scons/site_tools/library_deps.py
index 57d44decde1fbfe5a04178d25ba235a86bd29081..1226b2555bb9d458f31cce19c419e6d9dd7baa1e 100644
--- a/site_scons/site_tools/library_deps.py
+++ b/site_scons/site_tools/library_deps.py
@@ -76,7 +76,11 @@ LIBRARY_DEPENDENCIES_DEFAULT = {
# For CHECK(...)
'platform',
],
+ 'untrusted_crash_dump': [
+ 'nacl_exception',
+ ],
'minidump_generator': [
+ 'nacl_exception',
'pthread',
],
}
« no previous file with comments | « no previous file | src/include/nacl/nacl_exception.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698