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

Issue 2622583005: Split renderer.lib on Windows to avoid files larger than 2GB. (Closed)

Created:
3 years, 11 months ago by Daniel Bratell
Modified:
3 years, 11 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, mlamouri+watch-content_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Split renderer.lib on Windows to avoid files larger than 2GB. In certain configurations renderer.lib can exceed 2GB in size which is too much for the 32 bit build tools. Splitting it avoids that problem. BUG=679644 Review-Url: https://codereview.chromium.org/2622583005 Cr-Commit-Position: refs/heads/master@{#444143} Committed: https://chromium.googlesource.com/chromium/src/+/99eedf26ca7066208384f7c46ca8dfd23242c2d4

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review recommendations. #

Patch Set 3 : Always split_static_library (unless component build). #

Patch Set 4 : Rebased to a newer master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M content/renderer/BUILD.gn View 1 2 3 3 chunks +12 lines, -1 line 0 comments Download

Messages

Total messages: 29 (19 generated)
Daniel Bratell
jochen, can you please take a look at this change from static_library to split_static_library?
3 years, 11 months ago (2017-01-10 12:35:25 UTC) #6
jochen (gone - plz use gerrit)
deferring to scottmg lgtm if he approves as well
3 years, 11 months ago (2017-01-10 12:41:31 UTC) #8
scottmg
https://codereview.chromium.org/2622583005/diff/1/content/renderer/BUILD.gn File content/renderer/BUILD.gn (right): https://codereview.chromium.org/2622583005/diff/1/content/renderer/BUILD.gn#newcode21 content/renderer/BUILD.gn:21: link_target_type = "static_library" Can you make this like browser ...
3 years, 11 months ago (2017-01-10 16:09:21 UTC) #9
scottmg
https://codereview.chromium.org/2622583005/diff/1/content/renderer/BUILD.gn File content/renderer/BUILD.gn (right): https://codereview.chromium.org/2622583005/diff/1/content/renderer/BUILD.gn#newcode393 content/renderer/BUILD.gn:393: if (is_win && !is_component_build) { If (per the bug) ...
3 years, 11 months ago (2017-01-10 17:51:40 UTC) #10
Daniel Bratell
scottmg, consistency sounds like a good thing. Made it split always and started a test ...
3 years, 11 months ago (2017-01-10 20:15:50 UTC) #15
scottmg
lgtm
3 years, 11 months ago (2017-01-10 20:17:27 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2622583005/40001
3 years, 11 months ago (2017-01-11 18:18:11 UTC) #21
commit-bot: I haz the power
Failed to apply patch for content/renderer/BUILD.gn: While running git apply --index -p1; error: patch failed: ...
3 years, 11 months ago (2017-01-11 18:23:29 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2622583005/60001
3 years, 11 months ago (2017-01-17 20:05:20 UTC) #26
commit-bot: I haz the power
3 years, 11 months ago (2017-01-17 21:15:12 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/99eedf26ca7066208384f7c46ca8...

Powered by Google App Engine
This is Rietveld 408576698