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

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

Issue 2802363002: Update build files and app delegate for new changes to app support files. (Closed)
Patch Set: 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 | « no previous file | remoting/client/ios/app/BUILD.gn » ('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 5a086032e55832cddc99c320d3bba702ed42d09d..03dbfb3881e27131578e12ad138b99bb1b823c76 100644
--- a/remoting/client/ios/BUILD.gn
+++ b/remoting/client/ios/BUILD.gn
@@ -9,6 +9,7 @@ group("all") {
deps = [
":ios_core",
+ "./app:all",
"./bridge:all",
]
}
@@ -24,12 +25,8 @@ group("all_test") {
source_set("ios_core") {
sources = [
- "app_runtime.cc",
- "app_runtime.h",
"client_gestures.h",
"client_gestures.mm",
- "host.h",
- "host.mm",
"host_preferences.h",
"host_preferences.mm",
"host_preferences_persistence.h",
@@ -45,6 +42,8 @@ source_set("ios_core") {
}
public_deps = [
+ "//remoting/client/ios/domain",
+ "//remoting/client/ios/facade",
"//third_party/webrtc/base:rtc_base",
"//third_party/webrtc/modules/desktop_capture:primitives",
]
@@ -72,8 +71,6 @@ source_set("ios_core_unit_tests") {
]
sources = [
- # "host_refresh_unittest.mm",
- # "host_refresh_unittest_helper.h",
"key_input_unittest.mm",
]
« no previous file with comments | « no previous file | remoting/client/ios/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698