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: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---