Use msvs_shard for browser_ui.lib when syzyasan=1.

BUG=

Review URL: https://codereview.chromium.org/405673003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284336 0039d316-1c4b-4281-b951-d872f2087c98
parent 6eaf26f5
......@@ -2952,6 +2952,11 @@
'../third_party/hunspell/hunspell.gyp:hunspell',
],
}],
# Temporary fix to break the browser_ui target into smaller chunks so it
# will link with SyzyASan builds.
['OS=="win" and syzyasan==1', {
'msvs_shard': 4,
}],
],
},
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment