| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index ca997ba1810253106777150790eda63539153f3e..2d03f1eff407cbd09419a05d03526c265dc92427 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -177,8 +177,8 @@
|
| 'base/dragdrop/os_exchange_data_provider_win.cc',
|
| 'base/dragdrop/os_exchange_data_provider_win.h',
|
| 'base/event.cc',
|
| - 'base/event.h',
|
| - 'base/events.h',
|
| + 'base/events/event.h',
|
| + 'base/events/event_constants.h',
|
| 'base/events/event_dispatcher.h',
|
| 'base/events/event_handler.h',
|
| 'base/events/event_target.cc',
|
| @@ -742,7 +742,7 @@
|
| ['toolkit_views==0', {
|
| 'sources!': [
|
| 'base/event.cc',
|
| - 'base/event.h',
|
| + 'base/events/event.h',
|
| 'base/x/events_x.cc',
|
| ],
|
| }],
|
|
|