Revert the changes to gyp/images.gyp in r1654, as apparently they're
authorsenorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 20 Jun 2011 19:56:53 +0000 (19:56 +0000)
committersenorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 20 Jun 2011 19:56:53 +0000 (19:56 +0000)
necessary for gm to build correctly.

git-svn-id: http://skia.googlecode.com/svn/trunk@1655 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/images.gyp

index ba05a07..e052f1e 100644 (file)
@@ -97,6 +97,9 @@
           # our code that calls it.
           # See http://code.google.com/p/gyp/wiki/InputFormatReference#Dependent_Settings
           'link_settings': {
+            'sources': [
+              '../src/images/SkImageDecoder_libpng.cpp',
+            ],
             'libraries': [
               '-lpng',
             ],