Clean up the gyp files to reflect some files that were removed and/or renamed.

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



git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@1470 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/SampleApp.gyp b/SampleApp.gyp
index 221e1da..f0446d9 100644
--- a/SampleApp.gyp
+++ b/SampleApp.gyp
@@ -92,7 +92,6 @@
         '../samplecode/SampleSlides.cpp',
         '../samplecode/SampleStrokePath.cpp',
         '../samplecode/SampleStrokeText.cpp',
-        '../samplecode/SampleSVG.cpp',
         '../samplecode/SampleTests.cpp',
         '../samplecode/SampleText.cpp',
         '../samplecode/SampleTextAlpha.cpp',
diff --git a/images.gyp b/images.gyp
index dd91501..ba3d603 100644
--- a/images.gyp
+++ b/images.gyp
@@ -34,7 +34,8 @@
         '../src/images/SkImageDecoder_libico.cpp',
         '../src/images/SkImageDecoder_libjpeg.cpp',
         '../src/images/SkImageDecoder_libpng.cpp',
-        '../src/images/SkImageDecoder_libpvjpeg.c',
+        # This file wasn't being compiled, and seems to have bitrotted.
+        #'../src/images/SkImageDecoder_libpvjpeg.cpp',
         '../src/images/SkImageDecoder_wbmp.cpp',
         '../src/images/SkImageEncoder.cpp',
         '../src/images/SkImageEncoder_Factory.cpp',
diff --git a/libtess.gyp b/libtess.gyp
index 69e9ffd..6ea27d8 100644
--- a/libtess.gyp
+++ b/libtess.gyp
@@ -10,7 +10,7 @@
         '../third_party/glu',
       ],
       'sources': [
-        '../third_party/glu/internal_glu.h',
+        '../third_party/glu/sk_glu.h',
         '../third_party/glu/gluos.h',
         '../third_party/glu/libtess/dict-list.h',
         '../third_party/glu/libtess/dict.c',