diff options
Diffstat (limited to 'app/app.gyp')
-rw-r--r-- | app/app.gyp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/app.gyp b/app/app.gyp index 1ae1335..c35ba0e 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -81,6 +81,8 @@ 'drag_drop_types_gtk.cc', 'drag_drop_types_win.cc', 'drag_drop_types.h', + 'gfx/blit.cc', + 'gfx/blit.h', 'gfx/canvas.cc', 'gfx/canvas.h', 'gfx/canvas_linux.cc', @@ -98,9 +100,15 @@ 'gfx/color_utils.cc', 'gfx/color_utils.h', 'gfx/favicon_size.h', + 'gfx/gdi_util.cc', + 'gfx/gdi_util.h', + 'gfx/gtk_util.cc', + 'gfx/gtk_util.h', 'gfx/icon_util.cc', 'gfx/icon_util.h', 'gfx/insets.h', + 'gfx/native_theme_win.cc', + 'gfx/native_theme_win.h', 'gfx/path_gtk.cc', 'gfx/path_win.cc', 'gfx/path.h', @@ -190,13 +198,19 @@ ['OS!="win"', { 'sources!': [ 'drag_drop_types.h', + 'gfx/gdi_util.cc', + 'gfx/gdi_util.h', 'gfx/icon_util.cc', 'gfx/icon_util.h', + 'gfx/native_theme_win.cc', + 'gfx/native_theme_win.h', 'os_exchange_data.cc', ], }], ['OS!="linux"', { 'sources!': [ + 'gfx/gtk_util.cc', + 'gfx/gtk_util.h', 'gtk_dnd_util.cc', 'gtk_dnd_util.h', ], @@ -228,6 +242,7 @@ 'gfx/color_utils_unittest.cc', 'gfx/font_unittest.cc', 'gfx/icon_util_unittest.cc', + 'gfx/native_theme_win_unittest.cc', 'gfx/skbitmap_operations_unittest.cc', 'gfx/text_elider_unittest.cc', 'l10n_util_mac_unittest.mm', @@ -254,6 +269,7 @@ ['OS!="win"', { 'sources!': [ 'gfx/icon_util_unittest.cc', + 'gfx/native_theme_win_unittest.cc', 'os_exchange_data_win_unittest.cc', 'win_util_unittest.cc', ], |