Index: app/app.gyp |
=================================================================== |
--- app/app.gyp (revision 28672) |
+++ app/app.gyp (working copy) |
@@ -107,8 +107,12 @@ |
'gfx/icon_util.cc', |
'gfx/icon_util.h', |
'gfx/insets.h', |
+ 'gfx/native_widget_types.h', |
+ 'gfx/native_widget_types_gtk.cc', |
'gfx/native_theme_win.cc', |
'gfx/native_theme_win.h', |
+ 'gfx/gtk_native_view_id_manager.cc', |
+ 'gfx/gtk_native_view_id_manager.h', |
'gfx/path_gtk.cc', |
'gfx/path_win.cc', |
'gfx/path.h', |
@@ -154,6 +158,8 @@ |
'table_model.cc', |
'table_model.h', |
'table_model_observer.h', |
+ 'win/window_impl.cc', |
+ 'win/window_impl.h', |
], |
'direct_dependent_settings': { |
'include_dirs': [ |
@@ -205,6 +211,8 @@ |
'gfx/native_theme_win.cc', |
'gfx/native_theme_win.h', |
'os_exchange_data.cc', |
+ 'win/window_impl.cc', |
+ 'win/window_impl.h', |
], |
}], |
['OS!="linux"', { |
@@ -241,6 +249,8 @@ |
'gfx/codec/png_codec_unittest.cc', |
'gfx/color_utils_unittest.cc', |
'gfx/font_unittest.cc', |
+ 'gfx/gtk_native_view_id_manager.cc', |
+ 'gfx/gtk_native_view_id_manager.h', |
'gfx/icon_util_unittest.cc', |
'gfx/native_theme_win_unittest.cc', |
'gfx/skbitmap_operations_unittest.cc', |