I don't get third_party/WebKit/LayoutTests by excluding it in my .gclient,
not sure why it doesn't work for you. here is custom_deps section in my
.gclient:
    "custom_deps" : {
      # To use the trunk of a component instead of what's in DEPS:
      #"component": "https://svnserver/component/trunk/";,
      # To exclude a component from your working copy:
      #"data/really_large_component": None,
      "src/third_party/WebKit/LayoutTests": None,
      "src/webkit/data/layout_tests/LayoutTests": None,
    },


On Wed, Jul 15, 2009 at 7:38 PM, James Howlett <james.l.howl...@gmail.com>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.
>
> Can you please tell me how to exclude both directories?
>
> Thank you.
>
> >
>

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