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

Unified Diff: gyp/images.gyp

Issue 14298010: Updates to images project. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Name changes Created 7 years, 8 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 | « no previous file | include/images/SkImageDecoder.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 40d6426ddd20d67862876dbe01c063a3eaf0a830..85b689dfa0f39366cb5a0ce52ca16f2eedce1e65 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -1,4 +1,4 @@
-{
+{
'targets': [
{
'target_name': 'images',
@@ -36,7 +36,8 @@
'../src/images/SkBitmapRegionDecoder.cpp',
'../src/images/SkImageDecoder.cpp',
- '../src/images/SkImageDecoder_Factory.cpp',
+ '../src/images/SkImageDecoder_FactoryDefault.cpp',
+ '../src/images/SkImageDecoder_FactoryRegistrar.cpp',
'../src/images/SkImageDecoder_libbmp.cpp',
'../src/images/SkImageDecoder_libgif.cpp',
'../src/images/SkImageDecoder_libico.cpp',
@@ -67,10 +68,9 @@
[ 'skia_os == "win"', {
'sources!': [
'../src/images/SkFDStream.cpp',
- '../src/images/SkImageDecoder_Factory.cpp',
+ '../src/images/SkImageDecoder_FactoryDefault.cpp',
'../src/images/SkImageDecoder_libgif.cpp',
'../src/images/SkImageDecoder_libpng.cpp',
- '../src/images/SkImageEncoder_Factory.cpp',
'../src/images/SkMovie_gif.cpp',
],
'link_settings': {
@@ -85,10 +85,9 @@
}],
[ 'skia_os in ["mac", "ios"]', {
'sources!': [
- '../src/images/SkImageDecoder_Factory.cpp',
+ '../src/images/SkImageDecoder_FactoryDefault.cpp',
'../src/images/SkImageDecoder_libpng.cpp',
'../src/images/SkImageDecoder_libgif.cpp',
- '../src/images/SkImageEncoder_Factory.cpp',
'../src/images/SkMovie_gif.cpp',
],
},{ #else if skia_os != mac
« no previous file with comments | « no previous file | include/images/SkImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698