| Index: ui/events/events.gyp
|
| diff --git a/ui/events/events.gyp b/ui/events/events.gyp
|
| index 8180552e503a3f601f09136fe15f28be45ccaede..a6654789c0172f6189cbdbdf22f70282c6501051 100644
|
| --- a/ui/events/events.gyp
|
| +++ b/ui/events/events.gyp
|
| @@ -16,6 +16,9 @@
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| + 'keycodes/dom3/dom_code.h',
|
| + 'keycodes/dom3/dom_key.h',
|
| + 'keycodes/dom3/dom_key_data.h',
|
| 'keycodes/dom4/keycode_converter.cc',
|
| 'keycodes/dom4/keycode_converter.h',
|
| 'keycodes/dom4/keycode_converter_data.h',
|
|
|