Add SkTLList, linked list class implemented on top of the internal llist class.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 3 Dec 2012 18:01:45 +0000 (18:01 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 3 Dec 2012 18:01:45 +0000 (18:01 +0000)
commitbbe52908a23d5eada9a0e5c58e620b35a2770c10
tree6eff9b19771a614892d7c0e8c84a10c4cb194ed9
parent93f03324189f211db95c312b3cb08b435cc5ac34
Add SkTLList, linked list class implemented on top of the internal llist class.

R=robertphillips@google.com
Committed: https://code.google.com/p/skia/source/detail?r=6644
Review URL: https://codereview.appspot.com/6869049

git-svn-id: http://skia.googlecode.com/svn/trunk@6647 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp/core.gypi
gyp/tests.gyp
src/core/SkTLList.h [new file with mode: 0644]
tests/LListTest.cpp [new file with mode: 0644]
tests/TDLinkedListTest.cpp [deleted file]