| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index ba02525576ee98d5b239db7f11c9eb60f93ae9f5..8a8673dba65a6e55973edf1154ab063db4c04874 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -227,6 +227,8 @@
|
| 'base/resource/resource_data_dll_win.cc',
|
| 'base/resource/resource_data_dll_win.h',
|
| 'base/resource/resource_handle.h',
|
| + 'base/scale.cc',
|
| + 'base/scale.h',
|
| 'base/text/bytes_formatting.cc',
|
| 'base/text/bytes_formatting.h',
|
| 'base/text/text_elider.cc',
|
| @@ -260,6 +262,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',
|
|
|