| Index: chrome_elf/chrome_redirects.def
|
| diff --git a/chrome_elf/blacklist/test/blacklist_test_dll_2.def b/chrome_elf/chrome_redirects.def
|
| similarity index 72%
|
| copy from chrome_elf/blacklist/test/blacklist_test_dll_2.def
|
| copy to chrome_elf/chrome_redirects.def
|
| index 2cc122f04de796298bf1aa80527b81df3cedceaa..e7e3fa955f067ba948596a6dbcf48451a7b53219 100644
|
| --- a/chrome_elf/blacklist/test/blacklist_test_dll_2.def
|
| +++ b/chrome_elf/chrome_redirects.def
|
| @@ -2,7 +2,7 @@
|
| ; Use of this source code is governed by a BSD-style license that can be
|
| ; found in the LICENSE file.
|
|
|
| -LIBRARY "blacklist_test_dll_2.dll"
|
| +LIBRARY "chrome_redirects.dll"
|
|
|
| EXPORTS
|
| - DummyExport
|
| + CreateFileW=CreateFileWRedirect
|
|
|