Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index 9c63b2ae0db3a6c2b714607f59d2dbe923c21a74..7396cb16e26479cbe498980a46b5546ad6d855a6 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -801,6 +801,12 @@ |
| 'sources!': [ |
| 'base/events/event.cc', |
| 'base/events/event.h', |
| + 'base/events/event_dispatcher.cc', |
| + 'base/events/event_dispatcher.h', |
| + 'base/events/event_handler.cc', |
| + 'base/events/event_handler.h', |
| + 'base/events/event_target.cc', |
| + 'base/events/event_target.h', |
| 'base/x/events_x.cc', |
| ], |
| }], |