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

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

Issue 14757008: Minidumper: Get the nexe's build ID from PT_NOTE when available (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Comment 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') | tests/untrusted_minidump/minidump_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/minidump_generator/nacl.scons
diff --git a/src/untrusted/minidump_generator/nacl.scons b/src/untrusted/minidump_generator/nacl.scons
index 046c7c6e7320eced42b4eb7bfcd03bfe58be18f3..cd5436f276c5385edf6e0caf671e956bbb3f3234 100644
--- a/src/untrusted/minidump_generator/nacl.scons
+++ b/src/untrusted/minidump_generator/nacl.scons
@@ -10,4 +10,6 @@ env.Append(CPPPATH=['${SOURCE_ROOT}/breakpad/src'])
# Breakpad's headers do not compile with "-pedantic".
env.FilterOut(CCFLAGS=['-pedantic'])
-env.ComponentLibrary('minidump_generator', 'minidump_generator.cc')
+env.ComponentLibrary('minidump_generator',
+ ['build_id.c',
+ 'minidump_generator.cc'])
« no previous file with comments | « src/untrusted/minidump_generator/minidump_generator.cc ('k') | tests/untrusted_minidump/minidump_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698