| Index: ui/ui.gyp
|
| ===================================================================
|
| --- ui/ui.gyp (revision 134136)
|
| +++ ui/ui.gyp (working copy)
|
| @@ -257,6 +257,8 @@
|
| 'base/win/foreground_helper.h',
|
| 'base/win/hwnd_util.cc',
|
| 'base/win/hwnd_util.h',
|
| + 'base/win/hwnd_subclass.cc',
|
| + 'base/win/hwnd_subclass.h',
|
| 'base/win/ime_input.cc',
|
| 'base/win/ime_input.h',
|
| 'base/win/message_box_win.cc',
|
| @@ -459,8 +461,8 @@
|
| }],
|
| ['use_aura==1 and OS=="win"', {
|
| 'sources/': [
|
| - ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'],
|
| - ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'],
|
| + ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'],
|
| + ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.h'],
|
| ['exclude', 'gfx/native_theme_win.cc'],
|
| ['exclude', 'gfx/native_theme_win.h'],
|
| ['exclude', 'gfx/path_win.cc'],
|
|
|