diff options
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 6f1c8e5..6225b90 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -220,6 +220,11 @@ '../build/linux/system.gyp:gtk', ], }], + ['toolkit_views==1', { + 'sources': [ + 'common/native_web_keyboard_event_views.cc', + ], + }], ], }, ], |