mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-17 16:43:53 +00:00
Ninja assumes all DLLs will have an import library generated (caused when there are any exports), but because this DLL is so simple, it does not. This makes ninja think that the target is always dirty and so it rebuilds it on every build. Fix this by telling ninja not to expect an import library. R=mark@chromium.org BUG=crashpad:1 Review URL: https://codereview.chromium.org/1346253003 .