Skip to content

Commit

Permalink
Remove crufty bridge code from old CRD iOS app.
Browse files Browse the repository at this point in the history
Moved the app to use the new render in remoting, so
this code is no longer needed.

R=joedow@chromium.org

BUG=671692

Review-Url: https://codereview.chromium.org/2829853003
Cr-Commit-Position: refs/heads/master@{#466109}
  • Loading branch information
nicholss authored and Commit bot committed Apr 20, 2017
1 parent 6bb9c7a commit 8c4b149
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 2,477 deletions.
4 changes: 3 additions & 1 deletion remoting/client/display/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ source_set("display") {
"sys_opengl.h",
]

deps = [
public_deps = [
"//remoting/proto",
]
deps = [
"//third_party/libyuv",
"//third_party/webrtc/base:rtc_base_approved",
]
Expand Down
4 changes: 0 additions & 4 deletions remoting/client/ios/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ group("all") {
deps = [
":ios_core",
"./app:all",
"./bridge:all",
]
}

Expand All @@ -19,7 +18,6 @@ group("all_test") {

deps = [
":ios_core_unit_tests",
"./bridge:bridge_unit_tests",
]
}

Expand All @@ -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) {
Expand Down
1 change: 0 additions & 1 deletion remoting/client/ios/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ include_rules = [
"+ios/third_party/material_components_ios/src",
"+remoting/codec",
"+remoting/client/ios",
"+remoting/client/ios/bridge",
"+remoting/signaling",
"+third_party/libjingle_xmpp",
"+third_party/webrtc",
Expand Down
93 changes: 0 additions & 93 deletions remoting/client/ios/bridge/BUILD.gn

This file was deleted.

9 changes: 0 additions & 9 deletions remoting/client/ios/bridge/DEPS

This file was deleted.

Loading

0 comments on commit 8c4b149

Please sign in to comment.