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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 740603002: win: use /maxilksize on link to avoid LNK1248 'exceeds maximum allowable size (80000000)' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 160ad2eac373b7c8938975e8c29c5127eb6c8b39..4369083b6c4b8b946b238f7367d96aa4dcb73e26 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1962,8 +1962,7 @@
'msvs_settings': {
'VCLinkerTool': {
'conditions': [
- # Incremental linking on x64 causes LNK1248.
- ['incremental_chrome_dll==1 and target_arch!="x64"', {
+ ['incremental_chrome_dll==1', {
'UseLibraryDependencyInputs': "true",
}],
],
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698