| Index: remoting/client/ios/BUILD.gn
|
| diff --git a/remoting/client/ios/BUILD.gn b/remoting/client/ios/BUILD.gn
|
| index 55b1894b1745a96f9902a63dc5ca6c668a949aa0..2aee3e41f6797c3ea7f05a7dd1b3da902925876d 100644
|
| --- a/remoting/client/ios/BUILD.gn
|
| +++ b/remoting/client/ios/BUILD.gn
|
| @@ -10,7 +10,6 @@ group("all") {
|
| deps = [
|
| ":ios_core",
|
| "./app:all",
|
| - "./bridge:all",
|
| ]
|
| }
|
|
|
| @@ -19,7 +18,6 @@ group("all_test") {
|
|
|
| deps = [
|
| ":ios_core_unit_tests",
|
| - "./bridge:bridge_unit_tests",
|
| ]
|
| }
|
|
|
| @@ -33,8 +31,6 @@ source_set("ios_core") {
|
| "key_input.h",
|
| "key_input.mm",
|
| "key_map_us.h",
|
| - "utility.h",
|
| - "utility.mm",
|
| ]
|
|
|
| if (!is_chrome_branded) {
|
|
|