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

Unified Diff: Source/modules/modules.gyp

Issue 1288093005: Shard modules target when using win_z7 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: Source/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 9add2175177fc1e082725e3e3405c7a60dc89d3c..313724e98f168b9d85c41830c6cf61f5caf77a5c 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -80,7 +80,7 @@
],
'conditions': [
# Shard this target into parts to work around linker limitations.
- ['OS=="win" and buildtype=="Official"', {
+ ['OS=="win" and (buildtype=="Official" or (fastbuild==0 and win_z7==1))', {
'msvs_shard': 4,
}],
],
« 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