From dac7d9a0c1cf30b18f9958846ad2a95365c3f2e5 Mon Sep 17 00:00:00 2001 From: "bungeman@chromium.org" Date: Wed, 4 Dec 2013 16:47:59 +0000 Subject: 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 --- breakpad/breakpad.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'breakpad') 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', -- cgit v1.1