| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index 7828b6889551f05c6935ffe1d14c640bfb9cff11..6d5aa334ccdf70917df436d83bb93a510c09c778 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -169,8 +169,6 @@
|
| 'base/l10n/l10n_util_posix.cc',
|
| 'base/l10n/l10n_util_win.cc',
|
| 'base/l10n/l10n_util_win.h',
|
| - 'base/message_box_win.cc',
|
| - 'base/message_box_win.h',
|
| 'base/models/button_menu_item_model.cc',
|
| 'base/models/button_menu_item_model.h',
|
| 'base/models/combobox_model.h',
|
| @@ -231,6 +229,8 @@
|
| 'base/win/hwnd_util.h',
|
| 'base/win/ime_input.cc',
|
| 'base/win/ime_input.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/shell.cc',
|
|
|