| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index 771be0bd991bc54305dfede683be6cf4dee0ecb1..da95fc566afb552139db7900904f0ea1913f825a 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -159,6 +159,8 @@
|
| 'base/events/event_target.h',
|
| 'base/events/event_utils.cc',
|
| 'base/events/event_utils.h',
|
| + 'base/events/key_identifier_conversion.cc',
|
| + 'base/events/key_identifier_conversion.h',
|
| 'base/gestures/gesture_configuration.cc',
|
| 'base/gestures/gesture_configuration.h',
|
| 'base/gestures/gesture_point.cc',
|
| @@ -816,6 +818,8 @@
|
| 'base/events/event_handler.h',
|
| 'base/events/event_target.cc',
|
| 'base/events/event_target.h',
|
| + 'base/events/key_identifier_conversion.cc',
|
| + 'base/events/key_identifier_conversion.h',
|
| 'base/x/events_x.cc',
|
| ],
|
| }],
|
|
|