Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1879)

Unified Diff: app/app.gyp

Issue 273017: Move native_widget_types and gtk_native_view_id_manager from base/gfx to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | app/gfx/blit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | app/gfx/blit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698