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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 'src/common/dwarf_cfi_to_module.cc', | 391 'src/common/dwarf_cfi_to_module.cc', |
392 'src/common/dwarf_cfi_to_module.h', | 392 'src/common/dwarf_cfi_to_module.h', |
393 'src/common/dwarf_cu_to_module.cc', | 393 'src/common/dwarf_cu_to_module.cc', |
394 'src/common/dwarf_cu_to_module.h', | 394 'src/common/dwarf_cu_to_module.h', |
395 'src/common/dwarf/dwarf2diehandler.cc', | 395 'src/common/dwarf/dwarf2diehandler.cc', |
396 'src/common/dwarf/dwarf2reader.cc', | 396 'src/common/dwarf/dwarf2reader.cc', |
397 'src/common/dwarf_line_to_module.cc', | 397 'src/common/dwarf_line_to_module.cc', |
398 'src/common/dwarf_line_to_module.h', | 398 'src/common/dwarf_line_to_module.h', |
399 'src/common/language.cc', | 399 'src/common/language.cc', |
400 'src/common/language.h', | 400 'src/common/language.h', |
| 401 'src/common/linux/crc32.cc', |
| 402 'src/common/linux/crc32.h', |
401 'src/common/linux/dump_symbols.cc', | 403 'src/common/linux/dump_symbols.cc', |
402 'src/common/linux/dump_symbols.h', | 404 'src/common/linux/dump_symbols.h', |
403 'src/common/linux/elf_symbols_to_module.cc', | 405 'src/common/linux/elf_symbols_to_module.cc', |
404 'src/common/linux/elf_symbols_to_module.h', | 406 'src/common/linux/elf_symbols_to_module.h', |
405 'src/common/linux/elfutils.cc', | 407 'src/common/linux/elfutils.cc', |
406 'src/common/linux/elfutils.h', | 408 'src/common/linux/elfutils.h', |
407 'src/common/linux/file_id.cc', | 409 'src/common/linux/file_id.cc', |
408 'src/common/linux/file_id.h', | 410 'src/common/linux/file_id.h', |
409 'src/common/linux/linux_libc_support.cc', | 411 'src/common/linux/linux_libc_support.cc', |
410 'src/common/linux/linux_libc_support.h', | 412 'src/common/linux/linux_libc_support.h', |
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 'action_name': 'strip breakpad_unittests', | 867 'action_name': 'strip breakpad_unittests', |
866 'inputs': [ '<(PRODUCT_DIR)/breakpad_unittests' ], | 868 'inputs': [ '<(PRODUCT_DIR)/breakpad_unittests' ], |
867 'outputs': [ '<(PRODUCT_DIR)/breakpad_unittests_stripped' ], | 869 'outputs': [ '<(PRODUCT_DIR)/breakpad_unittests_stripped' ], |
868 'action': [ '<(android_strip)', '<@(_inputs)', '-o', '<@(_outputs)'
], | 870 'action': [ '<(android_strip)', '<@(_inputs)', '-o', '<@(_outputs)'
], |
869 }], | 871 }], |
870 } | 872 } |
871 ], | 873 ], |
872 }], | 874 }], |
873 ], | 875 ], |
874 } | 876 } |
OLD | NEW |