On Mon, Apr 27, 2009 at 6:47 PM, Glen Murphy <[email protected]> wrote:
>
> I have zero need for the layout tests, yet I've never been able to set
> up a client without them - even with the suggested custom_deps line, I
> still get them.
>
> I've tried deleting my webkit dir, a carpet-bomb custom deps like, and
> gclient sync --force, and I still get the damned things.
> layout_tests/platform don't seem covered by the suggested custom_deps
> line, but I don't really know how these things work.
>
> "custom_deps" : {
> "src/webkit/data": None,
> "src/webkit/data/layout_tests/": None,
> "src/webkit/data/layout_tests/LayoutTests": None,
> "src/webkit/data/layout_tests/platform": None,
> "src/webkit/data/layout_tests/platform/chromium-linux/LayoutTests":
> None,
> }
>
The only one that works is:
"src/webkit/data/layout_tests/LayoutTests": None
Because this is fetched with the DEPS files.
The other ones are in the checkout directly (under src/ in the repository),
and they can't be bypassed by the custom_deps.
Your svn-ignore might work, but make sure you don't submit this!
Nicolas
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---