| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index 1bb4fad241aadabfc7e5a63b8296a04d434b1137..f4fe570791f76463bed8eea16bda685167032b01 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -234,6 +234,8 @@
|
| 'base/x/events_x.cc',
|
| 'base/x/root_window_property_watcher_x.cc',
|
| 'base/x/root_window_property_watcher_x.h',
|
| + 'base/x/scroll_factory.h',
|
| + 'base/x/scroll_factory.cc',
|
| 'base/x/work_area_watcher_x.cc',
|
| 'base/x/work_area_watcher_x.h',
|
| 'base/x/work_area_watcher_x_observer.h',
|
| @@ -496,6 +498,8 @@
|
| 'sources!': [
|
| 'base/touch/touch_factory.cc',
|
| 'base/touch/touch_factory.h',
|
| + 'base/x/scroll_factory.h',
|
| + 'base/x/scroll_factory.cc',
|
| 'gfx/pango_util.h',
|
| 'gfx/pango_util.cc',
|
| 'gfx/platform_font_pango.cc',
|
|
|