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

Unified Diff: chrome/BUILD.gn

Issue 1930073002: content_shell fixes for gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding shell.rc Created 4 years, 8 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 | content/shell/BUILD.gn » ('j') | 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 3109d77ba870fe1c67aa33cdb8785431a5e5b7f4..00134166531e0c70778268bf80a83a556eba4a08 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -329,12 +329,10 @@ if (is_mac || is_win) {
#deps += [ 'chrome_user32_delay_imports' ] TODO(GYP)
}
- if (!is_component_build) {
- # 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" ]
- }
+ # 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" ]
}
if (use_aura) {
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698