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, |
+ }], |
], |
}, |
{ |