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

Unified Diff: chrome/BUILD.gn

Issue 1019353004: Incremental linking setup for GN Windows build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: symbol level Created 5 years, 9 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 | « build/config/win/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index b8cd7a195d2c33e2036fff786a75d87e997e3f09..f6bb6b7adb7945d83a18f33f94dd086dfa5e3b68 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -189,8 +189,9 @@ shared_library("main_dll") {
#deps += [ 'chrome_user32_delay_imports' ] TODO(GYP)
}
- # TODO(GYP) incremental linking flags in debug builds
- #'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
+ # This is a large module that can't do incremental linking in some cases.
+ configs -= [ "//build/config/win:default_incremental_linking" ]
+ configs += [ "//build/config/win:default_large_module_incremental_linking" ]
# TODO(GYP) Lots of VCLinkerTool stuff on Windows.
« no previous file with comments | « build/config/win/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698