| Index: chrome_elf/elf_imports_unittest.cc
|
| diff --git a/chrome_elf/elf_imports_unittest.cc b/chrome_elf/elf_imports_unittest.cc
|
| index 5833b1f7effc64d20c80e830c8d8b2e71966592e..9ee76a59486760d7720c73d668faa93ecf98979d 100644
|
| --- a/chrome_elf/elf_imports_unittest.cc
|
| +++ b/chrome_elf/elf_imports_unittest.cc
|
| @@ -61,6 +61,7 @@ TEST_F(ELFImportsTest, ChromeElfSanityCheck) {
|
| std::vector<std::string>::iterator it(elf_imports.begin());
|
|
|
| static const char* const kValidFilePatterns[] = {
|
| + "base.dll", // For breakpad support.
|
| "KERNEL32.dll",
|
| "MSVC*",
|
| #if defined(ADDRESS_SANITIZER)
|
|
|