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

Unified Diff: chrome_elf/blacklist.gypi

Issue 886123002: Use NoImportLib: true for blacklist_test_dll_3 to avoid unnecessary rebuilding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: chrome_elf/blacklist.gypi
diff --git a/chrome_elf/blacklist.gypi b/chrome_elf/blacklist.gypi
index 7ab5be1aaac6addb7929b4cecb9773c5b157d032..50d1a26f6c7b602a32c1fb827347e9b0bcb02d45 100644
--- a/chrome_elf/blacklist.gypi
+++ b/chrome_elf/blacklist.gypi
@@ -60,6 +60,12 @@
'sources': [
'blacklist/test/blacklist_test_dll_3.cc',
],
+ 'msvs_settings': {
+ # There's no exports in this DLL, this tells ninja not to expect an
+ # import lib so that it doesn't keep rebuilding unnecessarily due to
+ # the .lib being "missing".
+ '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