diff options
author | bungeman@chromium.org <bungeman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 16:47:59 +0000 |
---|---|---|
committer | bungeman@chromium.org <bungeman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 16:47:59 +0000 |
commit | dac7d9a0c1cf30b18f9958846ad2a95365c3f2e5 (patch) | |
tree | e514581b756c093af639395467f780dd1eb72908 /breakpad/breakpad.gyp | |
parent | 92404c66ef122b6cdaae916432426953c5542ab1 (diff) | |
download | chromium_src-dac7d9a0c1cf30b18f9958846ad2a95365c3f2e5.zip chromium_src-dac7d9a0c1cf30b18f9958846ad2a95365c3f2e5.tar.gz chromium_src-dac7d9a0c1cf30b18f9958846ad2a95365c3f2e5.tar.bz2 |
Remove removed auto_testfile.h from breakpad.gyp.
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
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r-- | breakpad/breakpad.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index c4834f1..066bf28 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -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', |