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

Unified Diff: gyp/images.gyp

Issue 14582008: Enable shared library build (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: rebase Created 7 years, 7 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/gm.gyp ('k') | gyp/pathops_unittest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/images.gyp
===================================================================
--- gyp/images.gyp (revision 9315)
+++ gyp/images.gyp (working copy)
@@ -9,7 +9,6 @@
'dependencies': [
'libjpeg.gyp:*',
'libwebp.gyp:libwebp',
- 'utils.gyp:utils',
],
'export_dependent_settings': [
'libjpeg.gyp:*',
@@ -96,6 +95,9 @@
'../src/images/SkImageDecoder_libgif.cpp',
'../src/images/SkMovie_gif.cpp',
],
+ 'include_dirs': [
+ '../include/utils/mac',
+ ],
},{ #else if skia_os != mac
'sources!': [
'../src/ports/SkImageDecoder_CG.cpp',
@@ -106,9 +108,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 +125,6 @@
'../src/images/SkMovie_gif.cpp',
],
'link_settings': {
- 'sources': [
- '../src/images/SkImageDecoder_libpng.cpp',
- ],
'libraries': [
'-lpng',
'-lz',
@@ -149,11 +145,6 @@
'../src/images/SkImageRef_ashmem.cpp',
],
}],
- [ 'skia_os == "ios"', {
- 'include_dirs': [
- '../include/utils/mac',
- ],
- }],
],
'direct_dependent_settings': {
'include_dirs': [
« no previous file with comments | « gyp/gm.gyp ('k') | gyp/pathops_unittest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698