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

Unified Diff: remoting/client/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/client/BUILD.gn
diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
index 3a3e07af25919c32ae409ca9e69b4ef055c7569d..98d5aa7a70e37f6a906189e0ce96ca6fe057c51e 100644
--- a/remoting/client/BUILD.gn
+++ b/remoting/client/BUILD.gn
@@ -98,6 +98,10 @@ static_library("client") {
"OpenSLES",
]
}
+ if (is_ios) {
+ sources += [ "native_device_keymap_ios.cc" ]
+ sources -= [ "native_device_keymap.cc" ]
+ }
}
source_set("unit_tests") {
« no previous file with comments | « no previous file | remoting/client/native_device_keymap_ios.cc » ('j') | remoting/ios/app/host_view_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698