Unfortunately there isn't a good solution to not checking out the
layout test data :(

The LayoutTests:None line in .gclient is a good start, but it doesn't
prevent the pollution from webkit/data/layout_tests/platform.

There is already a discussion of this at:
<http://groups.google.com/group/chromium-dev/browse_thread/thread/1fa32f170aa749af/197128a68eb8c081>

A recommendation mentioned there is to mark layout_tests with "svn-ignore".

On Tue, Jul 7, 2009 at 1:10 AM, nakro<yoav.zilberb...@gmail.com> wrote:
>
> i am not 100% sure i know the reason, but i have a good feeling i do
>
> i think that when i do 'gclient sync --force' i am getting all the
> layout tests even though
> i specifically excluded them using your published method, and it seems
> to work when i don't have the --force flag
>
> however, --force is a must on my machine (i can explain why, but this
> is not important for this)
>
> is there any way i can make also --force ignore these folders ?
>
> here is my .gclient file just in case i did something really stupid
> solutions = [
>  { "name"        : "src",
>    "url"         : "http://src.chromium.org/svn/trunk/src";,
>        "custom_deps" : {
>      "src/webkit/data/layout_tests/LayoutTests": None,
>    },
>    "safesync_url": "http://build.chromium.org/buildbot/continuous/
> LATEST/REVISION"
>  }
> ]
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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