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

Side by Side Diff: breakpad/breakpad.gyp

Issue 60293002: Update breakpad to r1230 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'breakpad_sender.gypi', 7 'breakpad_sender.gypi',
8 'breakpad_handler.gypi', 8 'breakpad_handler.gypi',
9 ], 9 ],
10 'conditions': [ 10 'conditions': [
(...skipping 11 matching lines...) Expand all
22 'src/processor/basic_code_modules.h', 22 'src/processor/basic_code_modules.h',
23 'src/processor/basic_source_line_resolver.cc', 23 'src/processor/basic_source_line_resolver.cc',
24 'src/processor/binarystream.cc', 24 'src/processor/binarystream.cc',
25 'src/processor/binarystream.h', 25 'src/processor/binarystream.h',
26 'src/processor/call_stack.cc', 26 'src/processor/call_stack.cc',
27 'src/processor/cfi_frame_info.cc', 27 'src/processor/cfi_frame_info.cc',
28 'src/processor/cfi_frame_info.h', 28 'src/processor/cfi_frame_info.h',
29 'src/processor/disassembler_x86.cc', 29 'src/processor/disassembler_x86.cc',
30 'src/processor/disassembler_x86.h', 30 'src/processor/disassembler_x86.h',
31 'src/processor/exploitability.cc', 31 'src/processor/exploitability.cc',
32 'src/processor/exploitability_linux.cc',
33 'src/processor/exploitability_linux.h',
32 'src/processor/exploitability_win.cc', 34 'src/processor/exploitability_win.cc',
33 'src/processor/exploitability_win.h', 35 'src/processor/exploitability_win.h',
34 'src/processor/logging.cc', 36 'src/processor/logging.cc',
35 'src/processor/logging.h', 37 'src/processor/logging.h',
36 'src/processor/minidump.cc', 38 'src/processor/minidump.cc',
37 'src/processor/minidump_processor.cc', 39 'src/processor/minidump_processor.cc',
38 'src/processor/minidump_stackwalk.cc', 40 'src/processor/minidump_stackwalk.cc',
39 'src/processor/pathname_stripper.cc', 41 'src/processor/pathname_stripper.cc',
40 'src/processor/pathname_stripper.h', 42 'src/processor/pathname_stripper.h',
41 'src/processor/process_state.cc', 43 'src/processor/process_state.cc',
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 'target_name': 'symupload', 860 'target_name': 'symupload',
859 'type': 'none', 861 'type': 'none',
860 'dependencies': [ 862 'dependencies': [
861 'breakpad_utilities', 863 'breakpad_utilities',
862 ], 864 ],
863 } 865 }
864 ], 866 ],
865 }], 867 }],
866 ], 868 ],
867 } 869 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698