Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(987)

Unified Diff: ui/views/views.gyp

Issue 297123002: API proposal for chrome.app.window to intercept all keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated based on Ben's CR comments Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index ec62823c67c36a025a3d6e566cfd0fdab0d09c0a..05a1ceb5e8b32663267a6dd386f4b360113958e3 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -395,6 +395,8 @@
'widget/desktop_aura/desktop_event_client.h',
'widget/desktop_aura/desktop_focus_rules.cc',
'widget/desktop_aura/desktop_focus_rules.h',
+ 'widget/desktop_aura/desktop_keyboard_capture_win.cc',
+ 'widget/desktop_aura/desktop_keyboard_capture_win.h',
'widget/desktop_aura/desktop_native_cursor_manager.cc',
'widget/desktop_aura/desktop_native_cursor_manager.h',
'widget/desktop_aura/desktop_native_widget_aura.cc',

Powered by Google App Engine
This is Rietveld 408576698