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

Unified Diff: snapshot/snapshot_test.gyp

Issue 1346253003: win: Fix always-rebuild of crashpad_snapshot_test_image_reader_module.dll (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/snapshot_test.gyp
diff --git a/snapshot/snapshot_test.gyp b/snapshot/snapshot_test.gyp
index d5d46f008ebc22b38d07513aa3cb8d3eecce2054..eec564f9c505ebfcfe441f1cf9af3c5d1fc81f97 100644
--- a/snapshot/snapshot_test.gyp
+++ b/snapshot/snapshot_test.gyp
@@ -175,6 +175,9 @@
'sources': [
'win/crashpad_snapshot_test_image_reader_module.cc',
],
+ 'msvs_settings': {
+ 'NoImportLibrary': 'true',
+ },
},
],
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698