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

Unified Diff: gyp/images.gyp

Issue 2449213004: Remove SkMovie and giflib (Closed)
Patch Set: Created 4 years, 2 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/giflib.gyp ('k') | include/images/SkMovie.h » ('j') | 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 7b1636e02b9845cdb1e8ab905e78d19039823ee8..1b9920e3147b054f06a8f7586b9158c5e8e0dc6c 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -13,7 +13,6 @@
'standalone_static_library': 1,
'dependencies': [
'core.gyp:*',
- 'giflib.gyp:giflib',
'libjpeg-turbo-selector.gyp:libjpeg-turbo-selector',
'etc1.gyp:libetc1',
'ktx.gyp:libSkKTX',
@@ -32,10 +31,8 @@
],
'sources': [
'../include/images/SkForceLinking.h',
- '../include/images/SkMovie.h',
'../src/images/SkForceLinking.cpp',
- '../src/images/SkMovie_FactoryDefault.cpp',
# If encoders are added/removed to/from (all/individual)
# platform(s), be sure to update SkForceLinking.cpp
@@ -49,20 +46,12 @@
'../src/images/SkImageEncoder.cpp',
'../src/images/SkImageEncoder_Factory.cpp',
'../src/images/SkJPEGWriteUtility.cpp',
- '../src/images/SkMovie.cpp',
- '../src/images/SkGIFMovie.cpp',
'../src/ports/SkImageEncoder_CG.cpp',
'../src/ports/SkImageEncoder_WIC.cpp',
],
'conditions': [
[ 'skia_os == "win"', {
- 'sources!': [
- '../src/images/SkGIFMovie.cpp',
- ],
- 'dependencies!': [
- 'giflib.gyp:giflib'
- ],
'link_settings': {
'libraries': [
'-lwindowscodecs.lib',
@@ -74,9 +63,6 @@
],
}],
[ 'skia_os in ["mac", "ios"]', {
- 'sources!': [
- '../src/images/SkGIFMovie.cpp',
- ],
},{ #else if skia_os != mac
'sources!': [
'../src/ports/SkImageEncoder_CG.cpp',
« no previous file with comments | « gyp/giflib.gyp ('k') | include/images/SkMovie.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698