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

Unified Diff: content/content.gyp

Issue 2046573003: Shard content_browser to avoid MSVS 2 GB limitation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 225213e064e5a34c55a95d75ea9cab682e5bf349..aa58fa2d3ce4b994ce20ab0c17e9ac05bccdfff7 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -233,6 +233,11 @@
'content_utility',
],
}],
+ # Shard this target into parts to work around linker limitations
+ # on link time code generation builds. See crbug.com/616946
+ ['OS=="win" and buildtype=="Official"', {
+ 'msvs_shard': 5,
+ }],
],
},
{
« 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