summaryrefslogtreecommitdiffstats
path: root/gfx/gfx.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r--gfx/gfx.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index 366beff..0aabe26 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.gyp
@@ -17,6 +17,8 @@
'../testing/gtest.gyp:gtest',
],
'sources': [
+ 'codec/jpeg_codec_unittest.cc',
+ 'codec/png_codec_unittest.cc',
'insets_unittest.cc',
'rect_unittest.cc',
'run_all_unittests.cc',
@@ -56,6 +58,10 @@
'sources': [
'blit.cc',
'blit.h',
+ 'codec/jpeg_codec.cc',
+ 'codec/jpeg_codec.h',
+ 'codec/png_codec.cc',
+ 'codec/png_codec.h',
'gfx_paths.cc',
'gfx_paths.h',
'insets.cc',