Index: chrome/chrome_browser_ui.gypi |
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi |
index 4f85e36f72adf820f12329e5a2ac3aa64037e1a0..26df9487e319ec89b26b4d5cabed9c8cc8c770ff 100644 |
--- a/chrome/chrome_browser_ui.gypi |
+++ b/chrome/chrome_browser_ui.gypi |
@@ -2948,6 +2948,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, |
+ }], |
], |
}, |
], |