2011-05-24 Stephen White Reviewed by Kenneth Russell. Unfork glu sources as much as possible. https://bugs.webkit.org/show_bug.cgi?id=61365 Restore the glu sources closer to the original version on oss.sgi.com by removing the WebKit-specific include paths, restoring the include order, and renaming the glu* functions via #defines rather than in the source. * glu/README.webkit: Update the README to reflect the changes from trunk. * glu/glu.gyp: Add Source/Thirdparty/glu as an include path, so we can remove the hardcoded paths from the source files. * glu/gluos.h: Add #defines to rename the glu entry points to internal_*. * glu/internal_glu.h: * glu/libtess/dict.c: * glu/libtess/geom.c: * glu/libtess/geom.h: * glu/libtess/memalloc.c: * glu/libtess/mesh.c: * glu/libtess/mesh.h: * glu/libtess/normal.c: * glu/libtess/normal.h: * glu/libtess/priorityq-heap.c: * glu/libtess/priorityq-sort.h: * glu/libtess/priorityq.c: * glu/libtess/priorityq.h: * glu/libtess/render.c: * glu/libtess/render.h: * glu/libtess/sweep.c: * glu/libtess/sweep.h: * glu/libtess/tess.c: * glu/libtess/tess.h: * glu/libtess/tessmono.c: Remove WebKit-specific include paths, and internal_ prefixes from glu entry points. Restore include order to original source order. 2011-05-19 Evan Martin Reviewed by Tony Chang. [chromium] remove <(library) variable https://bugs.webkit.org/show_bug.cgi?id=61158 This was for a build experiment; we can just use the correct value now. * glu/glu.gyp: * gyp/test/library/src/library.gyp: 2011-05-12 Jeff Miller Ignore Visual Studio *.user files. * gtest/msvc: Added property svn:ignore. 2011-05-12 Adam Roben Windows production build fix * gtest/msvc/gtest-md.vcproj: Fix the OutputDirectory and IntermediateDirectory attributes for all configurations. 2011-05-12 Adam Roben A little gtest cleanup after r86287 * gtest/msvc/gtest-md.vcproj: Added Debug_All and Production configurations to match our other projects. (At some point all the settings should be moved into .vsprops files to match our other projects, too.)