diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 22:02:54 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 22:02:54 +0000 |
commit | 41d6820823430e9c01966c1870577d34c4b8335a (patch) | |
tree | fd55dd1c73adbd71c3cdd0577616e830ccce1088 /breakpad | |
parent | 6f539941a6cb93d3630bdb9b4d459cfde6988b71 (diff) | |
download | chromium_src-41d6820823430e9c01966c1870577d34c4b8335a.zip chromium_src-41d6820823430e9c01966c1870577d34c4b8335a.tar.gz chromium_src-41d6820823430e9c01966c1870577d34c4b8335a.tar.bz2 |
Fix a typo in breakpad.gyp.
TBR=qsr
Review URL: https://chromiumcodereview.appspot.com/15026007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-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 981fc93..8ef5e9a 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -564,7 +564,7 @@ 'src/common/memory_unittest.cc', 'src/common/simple_string_dictionary_unittest.cc', 'src/common/test_assembler.cc', - 'src/common/tests/audio_testfile.h', + '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', |