| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index 960bf2affe0c05abb8b0c7e67f6b8620ab1ab265..b62489a4ea60ffba6aa85be2c78112c865891c98 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -279,8 +279,17 @@
|
| 'base/models/tree_node_iterator.h',
|
| 'base/models/tree_node_model.h',
|
| 'base/ozone/events_ozone.cc',
|
| + 'base/ozone/event_factory_ozone.cc',
|
| + 'base/ozone/event_factory_ozone.h',
|
| + 'base/ozone/event_converter_ozone.cc',
|
| + 'base/ozone/event_converter_ozone.h',
|
| + 'base/ozone/events_ozone.cc',
|
| + 'base/ozone/key_event_converter_ozone.cc',
|
| + 'base/ozone/key_event_converter_ozone.h',
|
| 'base/ozone/surface_factory_ozone.cc',
|
| 'base/ozone/surface_factory_ozone.h',
|
| + 'base/ozone/touch_event_converter_ozone.cc',
|
| + 'base/ozone/touch_event_converter_ozone.h',
|
| 'base/range/range.cc',
|
| 'base/range/range.h',
|
| 'base/range/range_mac.mm',
|
|
|