On Thu, Jul 16, 2009 at 10:38 AM, James Howlett<[email protected]> wrote: > > > How to exclude src/third_party/WebKit/LayoutTests when checkout > chromium source code? > > I have added this to my .gclient > "src/third_party/WebKit/LayoutTests": None, > "src/webkit/data/layout_tests": None, > > the directory src/webkit/data/layout_tests was excluded, but diectory > src/third_party/WebKit/LayoutTests is NOT excluded. Everytime, i > remove src/third_party/WebKit/LayoutTests, and then do a gclient sync, > it pulls does all the source again. > I had this problem too several days ago. Later I found out that If I specify: "src/webkit/data/layout_tests/LayoutTests": None, (here LayoutTests can not be omitted) It won't checkout this directory any longer.
> Can you please tell me how to exclude b oth directories? > > Thank you. > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
