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

Side by Side Diff: breakpad/breakpad.gyp

Issue 10377108: Bump Breakpad. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « DEPS ('k') | chrome/tools/crash_service/crash_service.cc » ('j') | 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 ], 467 ],
468 'targets': [ 468 'targets': [
469 { 469 {
470 'target_name': 'breakpad_client', 470 'target_name': 'breakpad_client',
471 'type': 'static_library', 471 'type': 'static_library',
472 472
473 'sources': [ 473 'sources': [
474 'src/client/linux/crash_generation/crash_generation_client.cc', 474 'src/client/linux/crash_generation/crash_generation_client.cc',
475 'src/client/linux/crash_generation/crash_generation_client.h', 475 'src/client/linux/crash_generation/crash_generation_client.h',
476 'src/client/linux/handler/exception_handler.cc', 476 'src/client/linux/handler/exception_handler.cc',
477 'src/client/linux/log/log.cc',
478 'src/client/linux/log/log.h',
477 'src/client/linux/minidump_writer/directory_reader.h', 479 'src/client/linux/minidump_writer/directory_reader.h',
478 'src/client/linux/minidump_writer/line_reader.h', 480 'src/client/linux/minidump_writer/line_reader.h',
479 'src/client/linux/minidump_writer/linux_core_dumper.cc', 481 'src/client/linux/minidump_writer/linux_core_dumper.cc',
480 'src/client/linux/minidump_writer/linux_core_dumper.h', 482 'src/client/linux/minidump_writer/linux_core_dumper.h',
481 'src/client/linux/minidump_writer/linux_dumper.cc', 483 'src/client/linux/minidump_writer/linux_dumper.cc',
482 'src/client/linux/minidump_writer/linux_dumper.h', 484 'src/client/linux/minidump_writer/linux_dumper.h',
483 'src/client/linux/minidump_writer/linux_ptrace_dumper.cc', 485 'src/client/linux/minidump_writer/linux_ptrace_dumper.cc',
484 'src/client/linux/minidump_writer/linux_ptrace_dumper.h', 486 'src/client/linux/minidump_writer/linux_ptrace_dumper.h',
485 'src/client/linux/minidump_writer/minidump_writer.cc', 487 'src/client/linux/minidump_writer/minidump_writer.cc',
486 'src/client/linux/minidump_writer/minidump_writer.h', 488 'src/client/linux/minidump_writer/minidump_writer.h',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 663
662 'include_dirs': [ 664 'include_dirs': [
663 '..', 665 '..',
664 'src', 666 'src',
665 ], 667 ],
666 }, 668 },
667 ], 669 ],
668 }], 670 }],
669 ], 671 ],
670 } 672 }
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/tools/crash_service/crash_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698