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

Unified Diff: remoting/client/ios/BUILD.gn

Issue 2829853003: Remove crufty bridge code from old CRD iOS app. (Closed)
Patch Set: Fix remoting/display proto import issue. Created 3 years, 8 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
« no previous file with comments | « remoting/client/display/BUILD.gn ('k') | remoting/client/ios/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « remoting/client/display/BUILD.gn ('k') | remoting/client/ios/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698