| OLD | NEW |
| 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 'src/common/dwarf/dwarf2diehandler.cc', | 429 'src/common/dwarf/dwarf2diehandler.cc', |
| 430 'src/common/dwarf/dwarf2reader.cc', | 430 'src/common/dwarf/dwarf2reader.cc', |
| 431 'src/common/dwarf_line_to_module.cc', | 431 'src/common/dwarf_line_to_module.cc', |
| 432 'src/common/dwarf_line_to_module.h', | 432 'src/common/dwarf_line_to_module.h', |
| 433 'src/common/language.cc', | 433 'src/common/language.cc', |
| 434 'src/common/language.h', | 434 'src/common/language.h', |
| 435 'src/common/linux/dump_symbols.cc', | 435 'src/common/linux/dump_symbols.cc', |
| 436 'src/common/linux/dump_symbols.h', | 436 'src/common/linux/dump_symbols.h', |
| 437 'src/common/linux/elf_symbols_to_module.cc', | 437 'src/common/linux/elf_symbols_to_module.cc', |
| 438 'src/common/linux/elf_symbols_to_module.h', | 438 'src/common/linux/elf_symbols_to_module.h', |
| 439 'src/common/linux/elfutils.cc', |
| 440 'src/common/linux/elfutils.h', |
| 439 'src/common/linux/file_id.cc', | 441 'src/common/linux/file_id.cc', |
| 440 'src/common/linux/file_id.h', | 442 'src/common/linux/file_id.h', |
| 441 'src/common/linux/memory_mapped_file.cc', | 443 'src/common/linux/memory_mapped_file.cc', |
| 442 'src/common/linux/memory_mapped_file.h', | 444 'src/common/linux/memory_mapped_file.h', |
| 443 'src/common/linux/guid_creator.h', | 445 'src/common/linux/guid_creator.h', |
| 444 'src/common/module.cc', | 446 'src/common/module.cc', |
| 445 'src/common/module.h', | 447 'src/common/module.h', |
| 446 'src/common/stabs_reader.cc', | 448 'src/common/stabs_reader.cc', |
| 447 'src/common/stabs_reader.h', | 449 'src/common/stabs_reader.h', |
| 448 'src/common/stabs_to_module.cc', | 450 'src/common/stabs_to_module.cc', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 'src/client/linux/minidump_writer/linux_ptrace_dumper.h', | 488 'src/client/linux/minidump_writer/linux_ptrace_dumper.h', |
| 487 'src/client/linux/minidump_writer/minidump_writer.cc', | 489 'src/client/linux/minidump_writer/minidump_writer.cc', |
| 488 'src/client/linux/minidump_writer/minidump_writer.h', | 490 'src/client/linux/minidump_writer/minidump_writer.h', |
| 489 'src/client/minidump_file_writer-inl.h', | 491 'src/client/minidump_file_writer-inl.h', |
| 490 'src/client/minidump_file_writer.cc', | 492 'src/client/minidump_file_writer.cc', |
| 491 'src/client/minidump_file_writer.h', | 493 'src/client/minidump_file_writer.h', |
| 492 'src/common/convert_UTF.c', | 494 'src/common/convert_UTF.c', |
| 493 'src/common/convert_UTF.h', | 495 'src/common/convert_UTF.h', |
| 494 'src/common/linux/elf_core_dump.cc', | 496 'src/common/linux/elf_core_dump.cc', |
| 495 'src/common/linux/elf_core_dump.h', | 497 'src/common/linux/elf_core_dump.h', |
| 498 'src/common/linux/elfutils.cc', |
| 499 'src/common/linux/elfutils.h', |
| 496 'src/common/linux/file_id.cc', | 500 'src/common/linux/file_id.cc', |
| 497 'src/common/linux/file_id.h', | 501 'src/common/linux/file_id.h', |
| 498 'src/common/linux/google_crashdump_uploader.cc', | 502 'src/common/linux/google_crashdump_uploader.cc', |
| 499 'src/common/linux/google_crashdump_uploader.h', | 503 'src/common/linux/google_crashdump_uploader.h', |
| 500 'src/common/linux/guid_creator.cc', | 504 'src/common/linux/guid_creator.cc', |
| 501 'src/common/linux/guid_creator.h', | 505 'src/common/linux/guid_creator.h', |
| 502 'src/common/linux/libcurl_wrapper.cc', | 506 'src/common/linux/libcurl_wrapper.cc', |
| 503 'src/common/linux/libcurl_wrapper.h', | 507 'src/common/linux/libcurl_wrapper.h', |
| 504 'src/common/linux/linux_libc_support.h', | 508 'src/common/linux/linux_libc_support.h', |
| 505 'src/common/linux/memory_mapped_file.cc', | 509 'src/common/linux/memory_mapped_file.cc', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 'type': 'static_library', | 547 'type': 'static_library', |
| 544 | 548 |
| 545 'sources': [ | 549 'sources': [ |
| 546 'src/processor/basic_code_modules.cc', | 550 'src/processor/basic_code_modules.cc', |
| 547 'src/processor/basic_code_modules.h', | 551 'src/processor/basic_code_modules.h', |
| 548 'src/processor/logging.cc', | 552 'src/processor/logging.cc', |
| 549 'src/processor/logging.h', | 553 'src/processor/logging.h', |
| 550 'src/processor/minidump.cc', | 554 'src/processor/minidump.cc', |
| 551 'src/processor/pathname_stripper.cc', | 555 'src/processor/pathname_stripper.cc', |
| 552 'src/processor/pathname_stripper.h', | 556 'src/processor/pathname_stripper.h', |
| 557 'src/processor/scoped_ptr.h', |
| 553 ], | 558 ], |
| 554 | 559 |
| 555 'include_dirs': [ | 560 'include_dirs': [ |
| 556 'src', | 561 'src', |
| 557 'src/client', | 562 'src/client', |
| 558 'src/third_party/linux/include', | 563 'src/third_party/linux/include', |
| 559 '..', | 564 '..', |
| 560 '.', | 565 '.', |
| 561 ], | 566 ], |
| 562 }, | 567 }, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 573 ], | 578 ], |
| 574 | 579 |
| 575 'sources': [ | 580 'sources': [ |
| 576 'linux/breakpad_googletest_includes.h', | 581 'linux/breakpad_googletest_includes.h', |
| 577 'src/client/linux/handler/exception_handler_unittest.cc', | 582 'src/client/linux/handler/exception_handler_unittest.cc', |
| 578 'src/client/linux/minidump_writer/directory_reader_unittest.cc', | 583 'src/client/linux/minidump_writer/directory_reader_unittest.cc', |
| 579 'src/client/linux/minidump_writer/line_reader_unittest.cc', | 584 'src/client/linux/minidump_writer/line_reader_unittest.cc', |
| 580 'src/client/linux/minidump_writer/linux_core_dumper_unittest.cc', | 585 'src/client/linux/minidump_writer/linux_core_dumper_unittest.cc', |
| 581 'src/client/linux/minidump_writer/linux_ptrace_dumper_unittest.cc', | 586 'src/client/linux/minidump_writer/linux_ptrace_dumper_unittest.cc', |
| 582 'src/client/linux/minidump_writer/minidump_writer_unittest.cc', | 587 'src/client/linux/minidump_writer/minidump_writer_unittest.cc', |
| 588 'src/client/linux/minidump_writer/minidump_writer_unittest_utils.cc'
, |
| 589 'src/client/linux/minidump_writer/minidump_writer_unittest_utils.h', |
| 583 'src/common/linux/elf_core_dump_unittest.cc', | 590 'src/common/linux/elf_core_dump_unittest.cc', |
| 584 'src/common/linux/file_id_unittest.cc', | 591 'src/common/linux/file_id_unittest.cc', |
| 585 'src/common/linux/linux_libc_support_unittest.cc', | 592 'src/common/linux/linux_libc_support_unittest.cc', |
| 586 'src/common/linux/synth_elf.cc', | 593 'src/common/linux/synth_elf.cc', |
| 587 'src/common/linux/tests/crash_generator.cc', | 594 'src/common/linux/tests/crash_generator.cc', |
| 588 'src/common/linux/tests/crash_generator.h', | 595 'src/common/linux/tests/crash_generator.h', |
| 589 'src/common/memory_range.h', | 596 'src/common/memory_range.h', |
| 590 'src/common/memory_unittest.cc', | 597 'src/common/memory_unittest.cc', |
| 591 'src/common/test_assembler.cc', | 598 'src/common/test_assembler.cc', |
| 592 'src/common/tests/file_utils.cc', | 599 'src/common/tests/file_utils.cc', |
| 593 'src/common/tests/file_utils.h', | 600 'src/common/tests/file_utils.h', |
| 594 'src/tools/linux/md2core/minidump_memory_range.h', | 601 'src/tools/linux/md2core/minidump_memory_range.h', |
| 595 'src/tools/linux/md2core/minidump_memory_range_unittest.cc', | 602 'src/tools/linux/md2core/minidump_memory_range_unittest.cc', |
| 596 ], | 603 ], |
| 597 | 604 |
| 598 'include_dirs': [ | 605 'include_dirs': [ |
| 599 'linux', # Use our copy of breakpad_googletest_includes.h | 606 'linux', # Use our copy of breakpad_googletest_includes.h |
| 600 'src', | 607 'src', |
| 601 '..', | 608 '..', |
| 602 '.', | 609 '.', |
| 603 ], | 610 ], |
| 604 }, | 611 }, |
| 605 { | 612 { |
| 606 'target_name': 'linux_dumper_unittest_helper', | 613 'target_name': 'linux_dumper_unittest_helper', |
| 607 'type': 'executable', | 614 'type': 'executable', |
| 608 'dependencies': [ | 615 'dependencies': [ |
| 616 'breakpad_processor_support', |
| 609 ], | 617 ], |
| 610 'sources': [ | 618 'sources': [ |
| 611 'src/client/linux/minidump_writer/linux_dumper_unittest_helper.cc', | 619 'src/client/linux/minidump_writer/linux_dumper_unittest_helper.cc', |
| 612 ], | 620 ], |
| 613 | 621 |
| 614 'include_dirs': [ | 622 'include_dirs': [ |
| 623 'src', |
| 615 '..', | 624 '..', |
| 616 ], | 625 ], |
| 617 }, | 626 }, |
| 618 { | 627 { |
| 619 'target_name': 'generate_test_dump', | 628 'target_name': 'generate_test_dump', |
| 620 'type': 'executable', | 629 'type': 'executable', |
| 621 | 630 |
| 622 'sources': [ | 631 'sources': [ |
| 623 'linux/generate-test-dump.cc', | 632 'linux/generate-test-dump.cc', |
| 624 ], | 633 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 | 672 |
| 664 'include_dirs': [ | 673 'include_dirs': [ |
| 665 '..', | 674 '..', |
| 666 'src', | 675 'src', |
| 667 ], | 676 ], |
| 668 }, | 677 }, |
| 669 ], | 678 ], |
| 670 }], | 679 }], |
| 671 ], | 680 ], |
| 672 } | 681 } |
| OLD | NEW |