--
You received this message because you are subscribed to the Google Groups "build" group.
To unsubscribe from this group and stop receiving emails from it, send an email to build+un...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/build/CAJuY5KPd2T9btskt9W_sTaBbHNiYQYH14g_o6r54v30Hfe0ARA%40mail.gmail.com.
+Etienne Pierre-doray might be able to help you with command lines to accomplish this.
The following table shows the size of chrome.packed.7z, which is the LZMA-packed archive of the install payload that is linked into mini_installer.exe.
Ultimately, keeping in mind that there's already the ~100K variance in installer size due to the timestamp problem, we may just go ahead and do nothing when making the switch to SwANGLE. However, this does raise the question of what the general guidelines are for making sure we don't increase Chrome's download size as developers. I'm not very familiar with the Chrome bots yet, but I understand that we do track binary size, and report when significant changes to it occurs. Is there more information on this somewhere? Is there documentation with guidance on binary size?
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/build/CAJuY5KMpsGn%3DBxvM%2BwYksp2S9t_VhzBy8PSvfBZaSXs0frrg%2Bg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/build/CAPONGC2oMCVUumgLbdvjSNxMJYNep6fCb70stASm6k3Q4CCdRQ%40mail.gmail.com.
Regarding the 100kb variance, having reproducible builds is definitely a problem worth solving. Please file a bug and follow up on that! It's a great find!
Maybe set timestamps to 0, and then when extracting, set them all to the timestamp of the installer binary?