Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Issue 1346253003: win: Fix always-rebuild of crashpad_snapshot_test_image_reader_module.dll (Closed)

Created:
5 years, 3 months ago by scottmg
Modified:
5 years, 3 months ago
Reviewers:
Mark Mentovai
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

win: Fix always-rebuild of crashpad_snapshot_test_image_reader_module.dll 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 Committed: https://chromium.googlesource.com/crashpad/crashpad/+/d1d341c7199dc857b21adf60dcb7747669862560

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M snapshot/snapshot_test.gyp View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scottmg
5 years, 3 months ago (2015-09-20 18:59:12 UTC) #1
Mark Mentovai
LGTM
5 years, 3 months ago (2015-09-21 03:13:30 UTC) #2
scottmg
5 years, 3 months ago (2015-09-21 17:53:37 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
d1d341c7199dc857b21adf60dcb7747669862560 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698