Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index 8f00ce0bff8b7a119419d3eebd16a36f07c120aa..f086b0237d13bfc2bdf1d38d5565d34a97149bfe 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -273,8 +273,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', |
| @@ -836,7 +845,8 @@ |
| 'base/cursor/cursor_null.cc', |
| 'base/cursor/cursor_loader_null.cc', |
| 'base/cursor/cursor_loader_null.h', |
| - ], |
| + 'base/touch/touch_device_linux.cc', |
|
sadrul
2013/06/06 16:54:30
This file doesn't seem to exist?
rjkroege
2013/06/06 23:05:05
Done.
|
| + ], |
| }], |
| ['toolkit_views==0', { |
| 'sources!': [ |