summaryrefslogtreecommitdiffstats
path: root/app/app.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.gyp')
-rw-r--r--app/app.gyp12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/app.gyp b/app/app.gyp
index 73d65ba..12e3121 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -49,7 +49,10 @@
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
+ '../third_party/libjpeg/libjpeg.gyp:libjpeg',
+ '../third_party/libpng/libpng.gyp:libpng',
'../third_party/sqlite/sqlite.gyp:sqlite',
+ '../third_party/zlib/zlib.gyp:zlib',
],
'include_dirs': [
'..',
@@ -74,6 +77,10 @@
'gfx/canvas_linux.cc',
'gfx/canvas_mac.mm',
'gfx/canvas_win.cc',
+ 'gfx/codec/jpeg_codec.cc',
+ 'gfx/codec/jpeg_codec.h',
+ 'gfx/codec/png_codec.cc',
+ 'gfx/codec/png_codec.h',
'gfx/font.h',
'gfx/font_gtk.cc',
'gfx/font_mac.mm',
@@ -199,10 +206,15 @@
'../testing/gtest.gyp:gtest',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
+ '../third_party/libjpeg/libjpeg.gyp:libjpeg',
+ '../third_party/libpng/libpng.gyp:libpng',
'../third_party/libxml/libxml.gyp:libxml',
+ '../third_party/zlib/zlib.gyp:zlib',
],
'sources': [
'animation_unittest.cc',
+ 'gfx/codec/jpeg_codec_unittest.cc',
+ 'gfx/codec/png_codec_unittest.cc',
'gfx/color_utils_unittest.cc',
'gfx/font_unittest.cc',
'gfx/icon_util_unittest.cc',