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

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

Issue 2555803002: Adding the iOS app and integration example with GlRenderer. (Closed)
Patch Set: Adding todo reminder for ES3 vs ES2. Created 3 years, 11 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
Index: remoting/client/ios/BUILD.gn
diff --git a/remoting/client/ios/BUILD.gn b/remoting/client/ios/BUILD.gn
index b2644f157ddc6b304876598e6d720fe7d8b45173..5a086032e55832cddc99c320d3bba702ed42d09d 100644
--- a/remoting/client/ios/BUILD.gn
+++ b/remoting/client/ios/BUILD.gn
@@ -9,7 +9,6 @@ group("all") {
deps = [
":ios_core",
- ":main",
"./bridge:all",
]
}
@@ -23,30 +22,6 @@ group("all_test") {
]
}
-source_set("main") {
- sources = [
- "app_delegate.h",
- "app_delegate.mm",
- "example_view_controller.h",
- "example_view_controller.mm",
- "main.mm",
- ]
-
- deps = [
- "//base",
- "//remoting/base",
- "//remoting/client",
- "//remoting/client/ios/bridge",
- "//remoting/protocol",
- "//third_party/google_toolbox_for_mac",
- "//ui/base",
- "//ui/gfx",
- "//ui/resources",
- ]
-
- configs += [ "//build/config/compiler:enable_arc" ]
-}
-
source_set("ios_core") {
sources = [
"app_runtime.cc",

Powered by Google App Engine
This is Rietveld 408576698