On 4/30/12 6:32 PM, Matt Turner wrote: > On Mon, Apr 30, 2012 at 12:11 PM, Mike Frysinger wrote: >> On Monday 30 April 2012 12:00:59 Rich Freeman wrote: >>> doing it wrong. I don't like how Google develops Android in the dark, >>> or that they bundle 1GB of third-party stuff in their Chromium source >>> and distribute a favored binary-only derivative. >> >> err, they distribute a Chromium source tarball, and their build system >> includes flags to use the system versions of those bundled libs if you so >> choose. i think this is a perfectly fine compromise. Right, and the source tarball is ~175 MB. It's not perfect, but it's also far from 1 GB. The bundled libraries are included in the tarball. > It looks like chromium-20.0.1115.1.ebuild removes 45 bundled > libraries. Note that the list in the ebuild is about _excluding_ bundled libraries, i.e. the directories listed are removed and everything else is removed. I'm generally co-operating with upstream (also as part of that upstream, but with limited resources at least for now) so that there are options to use system libraries, and what's left is non-trivial to unbundle (e.g. mesa) but it should be unbundled at some point. > and still has TODOs in place to use the system's ffmpeg, > hunspell, (Open?)SSL, SQLite, and libvpx. Yes, the TODOs can definitely tell you what's left there. The list is not comprehensive though. Ah, and help is always welcome - with unbundling libraries, gcc-4.7 porting, and other things. Feel free to send your thoughts/questions to chromium@g.o. Paweł