| commit | eb0a50c30fdf3d7ca8f978fb55f363cf1f702b73 | [log] [tgz] |
|---|---|---|
| author | brettw <brettw@chromium.org> | Thu Jul 14 23:08:37 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 14 23:11:23 2016 |
| tree | be0771fc09c7e71b606ff50fb70c7c879b907bda | |
| parent | 05bf49111b3e6ecc98a401672a0ad31ad0c8ad7e [diff] |
Make webkit_modules a split static library in non-component builds. Previously this was force to a source set because it was too large for official Windows builds to handle as a static library. This uses the split_static_library template for non-component official Windows builds so it can be a static library now. BUG=627637 Review-Url: https://codereview.chromium.org/2145253003 Cr-Commit-Position: refs/heads/master@{#405618}