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

Unified Diff: gyp/images.gyp

Issue 16099014: enable shared lib support in linux for lua (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: change lua extension lib build to be seperate target 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 | « gyp/common_variables.gypi ('k') | gyp/tools.gyp » ('j') | gyp/tools.gyp » ('J')
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': [
bungeman-skia 2013/06/18 20:28:06 I think this was to be done independently with htt
- '../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 | « gyp/common_variables.gypi ('k') | gyp/tools.gyp » ('j') | gyp/tools.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698