aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-20 19:56:53 +0000
committerGravatar senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-20 19:56:53 +0000
commit10a9465b4f3612cf33bea7de1d611a015567100a (patch)
tree90d206352a1b3f9cb9f77db47cbaf61526c85f18 /gyp
parent52bbe140a382806ca159970539b3126f977f64b9 (diff)
Revert the changes to gyp/images.gyp in r1654, as apparently they're
necessary for gm to build correctly. git-svn-id: http://skia.googlecode.com/svn/trunk@1655 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/images.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/images.gyp b/gyp/images.gyp
index ba05a07fe2..e052f1e34d 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -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',
],