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

Unified Diff: remoting/ios/BUILD.gn

Issue 2868383003: [CRD iOS] Send key events to the session. (Closed)
Patch Set: Adding backspace support to the keyboard. 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 43902990a6f5d4efc7d3459bfd57834dba066817..50204d46e964132c730108f9a8de68af25d8d424 100644
--- a/remoting/ios/BUILD.gn
+++ b/remoting/ios/BUILD.gn
@@ -30,9 +30,6 @@ source_set("ios_core") {
"host_preferences.h",
"host_preferences.mm",
"host_preferences_persistence.h",
- "key_input.h",
- "key_input.mm",
- "key_map_us.h",
"keychain_wrapper.h",
"keychain_wrapper.mm",
]
@@ -76,9 +73,7 @@ source_set("ios_core_unit_tests") {
"//third_party/protobuf/src",
]
- sources = [
- "key_input_unittest.mm",
- ]
+ sources = []
deps = [
":ios_core",

Powered by Google App Engine
This is Rietveld 408576698