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

Unified Diff: ui/aura/aura.gyp

Issue 195793004: Implement overscroll support for the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright notice. Created 6 years, 9 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/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 6bf7b2efdc9bbda2e312ab1d9d5b37b22a8519ab..41d8cd9afc82774f26b8aaef8c695cc8e5888641 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -48,6 +48,9 @@
'client/focus_client.h',
'client/screen_position_client.cc',
'client/screen_position_client.h',
+ 'client/virtual_keyboard_client.cc',
+ 'client/virtual_keyboard_client.h',
+ 'client/virtual_keyboard_observer.h',
'client/visibility_client.cc',
'client/visibility_client.h',
'client/window_stacking_client.cc',

Powered by Google App Engine
This is Rietveld 408576698