diff options
Diffstat (limited to 'app/app.gyp')
-rw-r--r-- | app/app.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/app.gyp b/app/app.gyp index 18edb94..7c61d17 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -86,6 +86,8 @@ 'gfx/path_gtk.cc', 'gfx/path_win.cc', 'gfx/path.h', + 'gfx/skbitmap_operations.cc', + 'gfx/skbitmap_operations.h', 'gfx/text_elider.cc', 'gfx/text_elider.h', 'gtk_dnd_util.cc', @@ -199,8 +201,10 @@ ], 'sources': [ 'animation_unittest.cc', + 'gfx/color_utils_unittest.cc', 'gfx/font_unittest.cc', 'gfx/icon_util_unittest.cc', + 'gfx/skbitmap_operations_unittest.cc', 'gfx/text_elider_unittest.cc', 'l10n_util_mac_unittest.mm', 'l10n_util_unittest.cc', |