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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # Copyright (c) 2013 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2013 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 Import('env') 6 Import('env')
7 7
8 # Allow Breakpad headers to #include other Breakpad headers. 8 # Allow Breakpad headers to #include other Breakpad headers.
9 env.Append(CPPPATH=['${SOURCE_ROOT}/breakpad/src']) 9 env.Append(CPPPATH=['${SOURCE_ROOT}/breakpad/src'])
10 # Breakpad's headers do not compile with "-pedantic". 10 # Breakpad's headers do not compile with "-pedantic".
11 env.FilterOut(CCFLAGS=['-pedantic']) 11 env.FilterOut(CCFLAGS=['-pedantic'])
12 12
13 env.ComponentLibrary('minidump_generator', 'minidump_generator.cc') 13 env.ComponentLibrary('minidump_generator',
14 ['build_id.c',
15 'minidump_generator.cc'])
OLDNEW
« 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