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

Unified Diff: ui/ui.gyp

Issue 23769011: Move a bunch of windows stuff from ui/base/win to ui/gfx/win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moar bustage. Created 7 years, 3 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 | « ui/surface/accelerated_surface_win.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 668086e0a896152b8ed582ab6357ecf83384d95f..9d14e8877efd1e460d996d068f47005ab22d7dc5 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -315,8 +315,6 @@
'base/resource/resource_handle.h',
'base/text/bytes_formatting.cc',
'base/text/bytes_formatting.h',
- 'base/text/utf16_indexing.cc',
- 'base/text/utf16_indexing.h',
'base/theme_provider.cc',
'base/theme_provider.h',
'base/touch/touch_device.cc',
@@ -355,23 +353,16 @@
'base/win/hidden_window.h',
'base/win/hwnd_subclass.cc',
'base/win/hwnd_subclass.h',
- 'base/win/hwnd_util.cc',
- 'base/win/hwnd_util.h',
'base/win/message_box_win.cc',
'base/win/message_box_win.h',
'base/win/mouse_wheel_util.cc',
'base/win/mouse_wheel_util.h',
'base/win/scoped_ole_initializer.cc',
'base/win/scoped_ole_initializer.h',
- 'base/win/scoped_set_map_mode.h',
'base/win/shell.cc',
'base/win/shell.h',
- 'base/win/singleton_hwnd.cc',
- 'base/win/singleton_hwnd.h',
'base/win/touch_input.cc',
'base/win/touch_input.h',
- 'base/win/window_impl.cc',
- 'base/win/window_impl.h',
'base/window_open_disposition.cc',
'base/window_open_disposition.h',
'base/work_area_watcher_observer.h',
@@ -435,8 +426,6 @@
'gfx/display.h',
'gfx/display_observer.cc',
'gfx/display_observer.h',
- 'gfx/dpi_win.cc',
- 'gfx/dpi_win.h',
'gfx/favicon_size.cc',
'gfx/favicon_size.h',
'gfx/font.cc',
@@ -591,6 +580,8 @@
'gfx/transform.h',
'gfx/transform_util.cc',
'gfx/transform_util.h',
+ 'gfx/utf16_indexing.cc',
+ 'gfx/utf16_indexing.h',
'gfx/vector2d.cc',
'gfx/vector2d.h',
'gfx/vector2d_conversions.cc',
@@ -599,6 +590,15 @@
'gfx/vector2d_f.h',
'gfx/vector3d_f.cc',
'gfx/vector3d_f.h',
+ 'gfx/win/dpi.cc',
+ 'gfx/win/dpi.h',
+ 'gfx/win/hwnd_util.cc',
+ 'gfx/win/hwnd_util.h',
+ 'gfx/win/scoped_set_map_mode.h',
+ 'gfx/win/singleton_hwnd.cc',
+ 'gfx/win/singleton_hwnd.h',
+ 'gfx/win/window_impl.cc',
+ 'gfx/win/window_impl.h',
'webui/jstemplate_builder.cc',
'webui/jstemplate_builder.h',
'webui/web_ui_util.cc',
« no previous file with comments | « ui/surface/accelerated_surface_win.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698