By the way, in your client, you won't be able to exclude the
whole src/webkit/data/layout_tests directory, only the LayoutTests
subdirectory can be excluded, you will still pull other subdirectories like
chrome, platform, pending etc.

On Thu, Jul 16, 2009 at 9:17 AM, Victor Wang <[email protected]> wrote:

> 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 
> <[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.
>>
>> Can you please tell me how to exclude both directories?
>>
>> Thank you.
>>
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to