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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 405673003: Use msvs_shard for browser_ui.lib when syzyasan=1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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: 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,
+ }],
],
},
],
« 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