Add the GLU tesselator source files to third_party. Add a libtess static
authorsenorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 25 Mar 2011 17:41:34 +0000 (17:41 +0000)
committersenorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 25 Mar 2011 17:41:34 +0000 (17:41 +0000)
commit7eb492e83958a6548aaeef2a0583d14131dcfb82
treeb42707c9ef30c0dbaa0aa1ba00d2933a480eb3c4
parent7ff8d81290c3d9d461f2e304f4fd7846275f956d
Add the GLU tesselator source files to third_party.  Add a libtess static
library build target to the .gyp file (not required by any executable yet).  Fix
some build errors with SampleApp on Linux and Win32.  Add a gyp_skia python
script which invokes gyp with the correct arguments, and is recursively callable
by the Makefile when skia.gyp is changed.

Review URL:  http://codereview.appspot.com/4280069/

git-svn-id: http://skia.googlecode.com/svn/trunk@1007 2bbb7eff-a529-9590-31e7-b0007b416f81
34 files changed:
gyp/gyp_skia [new file with mode: 0755]
gyp/skia.gyp
third_party/glu/LICENSE.txt [new file with mode: 0644]
third_party/glu/README.skia [new file with mode: 0644]
third_party/glu/gluos.h [new file with mode: 0644]
third_party/glu/internal_glu.h [new file with mode: 0644]
third_party/glu/libtess/GNUmakefile [new file with mode: 0644]
third_party/glu/libtess/Imakefile [new file with mode: 0644]
third_party/glu/libtess/README [new file with mode: 0644]
third_party/glu/libtess/alg-outline [new file with mode: 0644]
third_party/glu/libtess/dict-list.h [new file with mode: 0644]
third_party/glu/libtess/dict.c [new file with mode: 0644]
third_party/glu/libtess/dict.h [new file with mode: 0644]
third_party/glu/libtess/geom.c [new file with mode: 0644]
third_party/glu/libtess/geom.h [new file with mode: 0644]
third_party/glu/libtess/memalloc.c [new file with mode: 0644]
third_party/glu/libtess/memalloc.h [new file with mode: 0644]
third_party/glu/libtess/mesh.c [new file with mode: 0644]
third_party/glu/libtess/mesh.h [new file with mode: 0644]
third_party/glu/libtess/normal.c [new file with mode: 0644]
third_party/glu/libtess/normal.h [new file with mode: 0644]
third_party/glu/libtess/priorityq-heap.c [new file with mode: 0644]
third_party/glu/libtess/priorityq-heap.h [new file with mode: 0644]
third_party/glu/libtess/priorityq-sort.h [new file with mode: 0644]
third_party/glu/libtess/priorityq.c [new file with mode: 0644]
third_party/glu/libtess/priorityq.h [new file with mode: 0644]
third_party/glu/libtess/render.c [new file with mode: 0644]
third_party/glu/libtess/render.h [new file with mode: 0644]
third_party/glu/libtess/sweep.c [new file with mode: 0644]
third_party/glu/libtess/sweep.h [new file with mode: 0644]
third_party/glu/libtess/tess.c [new file with mode: 0644]
third_party/glu/libtess/tess.h [new file with mode: 0644]
third_party/glu/libtess/tessmono.c [new file with mode: 0644]
third_party/glu/libtess/tessmono.h [new file with mode: 0644]