| 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',
|
|
|