| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index 1deacb7ff0bce0702faf4f19e00de03747c1d2ac..6af28043df4f7bf0bd62caae67a6388b2a222fbd 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -191,6 +191,8 @@
|
| 'base/l10n/l10n_util_posix.cc',
|
| 'base/l10n/l10n_util_win.cc',
|
| 'base/l10n/l10n_util_win.h',
|
| + 'base/layout.cc',
|
| + 'base/layout.h',
|
| 'base/models/button_menu_item_model.cc',
|
| 'base/models/button_menu_item_model.h',
|
| 'base/models/combobox_model.h',
|
| @@ -259,6 +261,8 @@
|
| 'base/win/ime_input.h',
|
| 'base/win/message_box_win.cc',
|
| 'base/win/message_box_win.h',
|
| + 'base/win/metro.cc',
|
| + 'base/win/metro.h',
|
| 'base/win/mouse_wheel_util.cc',
|
| 'base/win/mouse_wheel_util.h',
|
| 'base/win/scoped_ole_initializer.cc',
|
|
|