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

Unified Diff: gyp/images.gyp

Issue 2344523002: Experimental: EXR
Patch Set: Now we have a decoder Created 4 years, 3 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/codec.gyp ('k') | include/codec/SkEncodedFormat.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..635b215c94e263372d87a9d345ed00d9a594fdc9 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -29,6 +29,8 @@
'../src/core/',
# for access to SkImagePriv.h
'../src/image/',
+ '../third_party/mytinyexr',
+ #'../third_party/mytinyexr/deps/ZFP/inc',
],
'sources': [
'../include/images/SkForceLinking.h',
@@ -42,6 +44,7 @@
# so the right decoders will be forced to link.
'../src/images/SkKTXImageEncoder.cpp',
+ '../src/images/SkEXRImageEncoder.cpp',
'../src/images/SkWEBPImageEncoder.cpp',
'../src/images/SkJPEGImageEncoder.cpp',
'../src/images/SkPNGImageEncoder.cpp',
@@ -54,6 +57,24 @@
'../src/ports/SkImageEncoder_CG.cpp',
'../src/ports/SkImageEncoder_WIC.cpp',
+
+ #'../third_party/tinyexr/deps/ZFP/src/bitstream.c',
+ #'../third_party/tinyexr/deps/ZFP/src/decode1d.c',
+ #'../third_party/tinyexr/deps/ZFP/src/decode1f.c',
+ #'../third_party/tinyexr/deps/ZFP/src/decode2d.c',
+ #'../third_party/tinyexr/deps/ZFP/src/decode2f.c',
+ #'../third_party/tinyexr/deps/ZFP/src/decode3d.c',
+ #'../third_party/tinyexr/deps/ZFP/src/decode3f.c',
+ #'../third_party/tinyexr/deps/ZFP/src/encode1d.c',
+ #'../third_party/tinyexr/deps/ZFP/src/encode1f.c',
+ #'../third_party/tinyexr/deps/ZFP/src/encode2d.c',
+ #'../third_party/tinyexr/deps/ZFP/src/encode2f.c',
+ #'../third_party/tinyexr/deps/ZFP/src/encode3d.c',
+ #'../third_party/tinyexr/deps/ZFP/src/encode3f.c',
+ #'../third_party/tinyexr/deps/ZFP/src/zfp.c',
+ ],
+ 'cflags': [
+ '-w',
],
'conditions': [
[ 'skia_os == "win"', {
« no previous file with comments | « gyp/codec.gyp ('k') | include/codec/SkEncodedFormat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698