On Wed, Jul 15, 2009 at 11:26 PM, Hua Su<huas...@gmail.com> wrote:
> Is there any official configuration file (the
> .gclient file) for win32 only checkout or linux/mac only checkout, which
> only checkouts minimum files for the specified platform?

Platform-specific source is scattered around, and makes up a very
small fraction of the total repository size (a substantial amount of
which is tests, not source code), so that would take a lot of work to
maintain for very little benefit. You'd be better off looking for the
really large parts of of the repository and trimming the parts of
those that you don't need for your development, rather than trying to
get something that removes absolutely everything that you don't need.
Besides, just because you are on Windows doesn't mean you won't need
to make changes to other platform files during development.

If all you are doing is *building* Chromium, not doing development,
excluding the big test directories will be the biggest win by at least
an order of magnitude or two.

-Stuart

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to