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

Side by Side Diff: Makefile.am

Issue 1884283002: Add debug fission support. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Add debug fission support. Created 4 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
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Process this file with automake to produce Makefile.in 1 ## Process this file with automake to produce Makefile.in
2 2
3 # Copyright (c) 2011, Google Inc. 3 # Copyright (c) 2011, Google Inc.
4 # All rights reserved. 4 # All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are 7 # modification, are permitted provided that the following conditions are
8 # met: 8 # met:
9 # 9 #
10 # * Redistributions of source code must retain the above copyright 10 # * Redistributions of source code must retain the above copyright
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 src/common/dwarf_cfi_to_module.cc \ 557 src/common/dwarf_cfi_to_module.cc \
558 src/common/dwarf_cu_to_module.cc \ 558 src/common/dwarf_cu_to_module.cc \
559 src/common/dwarf_line_to_module.cc \ 559 src/common/dwarf_line_to_module.cc \
560 src/common/language.cc \ 560 src/common/language.cc \
561 src/common/module.cc \ 561 src/common/module.cc \
562 src/common/stabs_reader.cc \ 562 src/common/stabs_reader.cc \
563 src/common/stabs_to_module.cc \ 563 src/common/stabs_to_module.cc \
564 src/common/dwarf/bytereader.cc \ 564 src/common/dwarf/bytereader.cc \
565 src/common/dwarf/dwarf2diehandler.cc \ 565 src/common/dwarf/dwarf2diehandler.cc \
566 src/common/dwarf/dwarf2reader.cc \ 566 src/common/dwarf/dwarf2reader.cc \
567 src/common/dwarf/elf_reader.cc \
567 src/common/linux/crc32.cc \ 568 src/common/linux/crc32.cc \
568 src/common/linux/dump_symbols.cc \ 569 src/common/linux/dump_symbols.cc \
569 src/common/linux/elf_symbols_to_module.cc \ 570 src/common/linux/elf_symbols_to_module.cc \
570 src/common/linux/elfutils.cc \ 571 src/common/linux/elfutils.cc \
571 src/common/linux/file_id.cc \ 572 src/common/linux/file_id.cc \
572 src/common/linux/linux_libc_support.cc \ 573 src/common/linux/linux_libc_support.cc \
573 src/common/linux/memory_mapped_file.cc \ 574 src/common/linux/memory_mapped_file.cc \
574 src/common/linux/safe_readlink.cc \ 575 src/common/linux/safe_readlink.cc \
575 src/tools/linux/dump_syms/dump_syms.cc 576 src/tools/linux/dump_syms/dump_syms.cc
576 577
(...skipping 17 matching lines...) Expand all
594 src/common/dwarf_cu_to_module.cc \ 595 src/common/dwarf_cu_to_module.cc \
595 src/common/dwarf_line_to_module.cc \ 596 src/common/dwarf_line_to_module.cc \
596 src/common/language.cc \ 597 src/common/language.cc \
597 src/common/md5.cc \ 598 src/common/md5.cc \
598 src/common/module.cc \ 599 src/common/module.cc \
599 src/common/stabs_reader.cc \ 600 src/common/stabs_reader.cc \
600 src/common/stabs_to_module.cc \ 601 src/common/stabs_to_module.cc \
601 src/common/dwarf/bytereader.cc \ 602 src/common/dwarf/bytereader.cc \
602 src/common/dwarf/dwarf2diehandler.cc \ 603 src/common/dwarf/dwarf2diehandler.cc \
603 src/common/dwarf/dwarf2reader.cc \ 604 src/common/dwarf/dwarf2reader.cc \
605 src/common/dwarf/elf_reader.cc \
604 src/common/mac/arch_utilities.cc \ 606 src/common/mac/arch_utilities.cc \
605 src/common/mac/dump_syms.cc \ 607 src/common/mac/dump_syms.cc \
606 src/common/mac/file_id.cc \ 608 src/common/mac/file_id.cc \
607 src/common/mac/macho_id.cc \ 609 src/common/mac/macho_id.cc \
608 src/common/mac/macho_reader.cc \ 610 src/common/mac/macho_reader.cc \
609 src/common/mac/macho_utilities.cc \ 611 src/common/mac/macho_utilities.cc \
610 src/common/mac/macho_walker.cc \ 612 src/common/mac/macho_walker.cc \
611 src/tools/mac/dump_syms/dump_syms_tool.cc 613 src/tools/mac/dump_syms/dump_syms_tool.cc
612 src_tools_mac_dump_syms_dump_syms_mac_CXXFLAGS= \ 614 src_tools_mac_dump_syms_dump_syms_mac_CXXFLAGS= \
613 -I$(top_srcdir)/src/third_party/mac_headers \ 615 -I$(top_srcdir)/src/third_party/mac_headers \
(...skipping 15 matching lines...) Expand all
629 src/common/stabs_reader_unittest.cc \ 631 src/common/stabs_reader_unittest.cc \
630 src/common/stabs_to_module.cc \ 632 src/common/stabs_to_module.cc \
631 src/common/stabs_to_module_unittest.cc \ 633 src/common/stabs_to_module_unittest.cc \
632 src/common/test_assembler.cc \ 634 src/common/test_assembler.cc \
633 src/common/dwarf/bytereader.cc \ 635 src/common/dwarf/bytereader.cc \
634 src/common/dwarf/bytereader_unittest.cc \ 636 src/common/dwarf/bytereader_unittest.cc \
635 src/common/dwarf/cfi_assembler.cc \ 637 src/common/dwarf/cfi_assembler.cc \
636 src/common/dwarf/dwarf2diehandler.cc \ 638 src/common/dwarf/dwarf2diehandler.cc \
637 src/common/dwarf/dwarf2diehandler_unittest.cc \ 639 src/common/dwarf/dwarf2diehandler_unittest.cc \
638 src/common/dwarf/dwarf2reader.cc \ 640 src/common/dwarf/dwarf2reader.cc \
641 src/common/dwarf/elf_reader.cc \
639 src/common/dwarf/dwarf2reader_cfi_unittest.cc \ 642 src/common/dwarf/dwarf2reader_cfi_unittest.cc \
640 src/common/dwarf/dwarf2reader_die_unittest.cc \ 643 src/common/dwarf/dwarf2reader_die_unittest.cc \
641 src/common/linux/crc32.cc \ 644 src/common/linux/crc32.cc \
642 src/common/linux/dump_symbols.cc \ 645 src/common/linux/dump_symbols.cc \
643 src/common/linux/dump_symbols_unittest.cc \ 646 src/common/linux/dump_symbols_unittest.cc \
644 src/common/linux/elf_core_dump.cc \ 647 src/common/linux/elf_core_dump.cc \
645 src/common/linux/elf_core_dump_unittest.cc \ 648 src/common/linux/elf_core_dump_unittest.cc \
646 src/common/linux/elf_symbols_to_module.cc \ 649 src/common/linux/elf_symbols_to_module.cc \
647 src/common/linux/elf_symbols_to_module_unittest.cc \ 650 src/common/linux/elf_symbols_to_module_unittest.cc \
648 src/common/linux/elfutils.cc \ 651 src/common/linux/elfutils.cc \
(...skipping 22 matching lines...) Expand all
671 src/common/language.cc \ 674 src/common/language.cc \
672 src/common/md5.cc \ 675 src/common/md5.cc \
673 src/common/module.cc \ 676 src/common/module.cc \
674 src/common/stabs_reader.cc \ 677 src/common/stabs_reader.cc \
675 src/common/stabs_to_module.cc \ 678 src/common/stabs_to_module.cc \
676 src/common/test_assembler.cc \ 679 src/common/test_assembler.cc \
677 src/common/dwarf/bytereader.cc \ 680 src/common/dwarf/bytereader.cc \
678 src/common/dwarf/cfi_assembler.cc \ 681 src/common/dwarf/cfi_assembler.cc \
679 src/common/dwarf/dwarf2diehandler.cc \ 682 src/common/dwarf/dwarf2diehandler.cc \
680 src/common/dwarf/dwarf2reader.cc \ 683 src/common/dwarf/dwarf2reader.cc \
684 src/common/dwarf/elf_reader.cc \
681 src/common/mac/arch_utilities.cc \ 685 src/common/mac/arch_utilities.cc \
682 src/common/mac/file_id.cc \ 686 src/common/mac/file_id.cc \
683 src/common/mac/macho_id.cc \ 687 src/common/mac/macho_id.cc \
684 src/common/mac/macho_reader.cc \ 688 src/common/mac/macho_reader.cc \
685 src/common/mac/macho_reader_unittest.cc \ 689 src/common/mac/macho_reader_unittest.cc \
686 src/common/mac/macho_utilities.cc \ 690 src/common/mac/macho_utilities.cc \
687 src/common/mac/macho_walker.cc \ 691 src/common/mac/macho_walker.cc \
688 src/common/tests/file_utils.cc 692 src/common/tests/file_utils.cc
689 src_common_mac_macho_reader_unittest_CPPFLAGS = \ 693 src_common_mac_macho_reader_unittest_CPPFLAGS = \
690 $(AM_CPPFLAGS) $(TEST_CFLAGS) \ 694 $(AM_CPPFLAGS) $(TEST_CFLAGS) \
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 src/tools/windows/dump_syms/dump_syms.vcproj \ 1339 src/tools/windows/dump_syms/dump_syms.vcproj \
1336 src/tools/windows/dump_syms/run_regtest.sh \ 1340 src/tools/windows/dump_syms/run_regtest.sh \
1337 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \ 1341 src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc \
1338 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \ 1342 src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb \
1339 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \ 1343 src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \
1340 src/tools/windows/symupload/symupload.cc \ 1344 src/tools/windows/symupload/symupload.cc \
1341 src/tools/windows/symupload/symupload.vcproj 1345 src/tools/windows/symupload/symupload.vcproj
1342 1346
1343 mostlyclean-local: 1347 mostlyclean-local:
1344 -find src -name '*.dwo' -exec rm -f {} + 1348 -find src -name '*.dwo' -exec rm -f {} +
OLDNEW
« no previous file with comments | « no previous file | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698