| 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",
|
|
|