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

Unified Diff: remoting/ios/BUILD.gn

Issue 2869303003: Adding hooks to add the keyboard on screen and be able to dismiss it. (Closed)
Patch Set: Adding kKeyboardAnimationTime. Created 3 years, 7 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: remoting/ios/BUILD.gn
diff --git a/remoting/ios/BUILD.gn b/remoting/ios/BUILD.gn
index c273cdd7f53fe1b2bd663e8b7462a2b08c8629d4..43902990a6f5d4efc7d3459bfd57834dba066817 100644
--- a/remoting/ios/BUILD.gn
+++ b/remoting/ios/BUILD.gn
@@ -25,6 +25,8 @@ source_set("ios_core") {
sources = [
"client_gestures.h",
"client_gestures.mm",
+ "client_keyboard.h",
+ "client_keyboard.mm",
"host_preferences.h",
"host_preferences.mm",
"host_preferences_persistence.h",

Powered by Google App Engine
This is Rietveld 408576698