Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: gyp/images.gyp

Issue 17408002: remove double including of libpng decoder (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add force linking to gm Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/gmmain.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/images.gyp
diff --git a/gyp/images.gyp b/gyp/images.gyp
index df220265fb867ea42ee69c701c2a629bdfae8442..b2b404f00019f5247710c0b8739a381d723241f8 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -106,9 +106,6 @@
# 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': [
'-lgif',
'-lpng',
@@ -126,9 +123,6 @@
'../src/images/SkMovie_gif.cpp',
],
'link_settings': {
- 'sources': [
- '../src/images/SkImageDecoder_libpng.cpp',
- ],
'libraries': [
'-lpng',
'-lz',
« no previous file with comments | « gm/gmmain.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698