| Index: chrome_elf/elf_imports_unittest.cc
|
| diff --git a/chrome_elf/elf_imports_unittest.cc b/chrome_elf/elf_imports_unittest.cc
|
| index 946b9b5a7bcce04e60391d1c43e78c151eb86d27..c999932ea5cf62a9e77395398b19ba6e5a970bdd 100644
|
| --- a/chrome_elf/elf_imports_unittest.cc
|
| +++ b/chrome_elf/elf_imports_unittest.cc
|
| @@ -77,7 +77,11 @@ TEST_F(ELFImportsTest, ChromeElfSanityCheck) {
|
|
|
| static const char* const kValidFilePatterns[] = {
|
| "KERNEL32.dll",
|
| - "MSVC*",
|
| +#if defined(COMPONENT_BUILD)
|
| + "MSVC*.dll",
|
| + "VCRUNTIME*.dll",
|
| + "api-ms-win-crt-*.dll",
|
| +#endif
|
| #if defined(SYZYASAN)
|
| "syzyasan_rtl.dll",
|
| #endif
|
|
|