Skip to content

Commit

Permalink
Remove removed auto_testfile.h from breakpad.gyp.
Browse files Browse the repository at this point in the history
With chromium r238524 breakpad was rolled to r1240. In breakpad r1240 the
file auto_testfile.h was removed. This CL removes this file from the gyp
file for breakpad in chromium.

R=blundell@chromium.org, mark@chromium.org

Review URL: https://codereview.chromium.org/104913003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238710 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
bungeman@chromium.org committed Dec 4, 2013
1 parent 92404c6 commit dac7d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -581,13 +581,13 @@
'src/common/linux/file_id_unittest.cc',
'src/common/linux/linux_libc_support_unittest.cc',
'src/common/linux/synth_elf.cc',
'src/common/linux/tests/auto_testfile.h',
'src/common/linux/tests/crash_generator.cc',
'src/common/linux/tests/crash_generator.h',
'src/common/memory_range.h',
'src/common/memory_unittest.cc',
'src/common/simple_string_dictionary_unittest.cc',
'src/common/test_assembler.cc',
'src/common/tests/auto_testfile.h',
'src/common/tests/file_utils.cc',
'src/common/tests/file_utils.h',
'src/tools/linux/md2core/minidump_memory_range.h',
Expand Down

0 comments on commit dac7d9a

Please sign in to comment.