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

Unified Diff: remoting/webapp/BUILD.gn

Issue 1251273002: Remove legacy CRD application types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/webapp/BUILD.gn
diff --git a/remoting/webapp/BUILD.gn b/remoting/webapp/BUILD.gn
index a152052af23c9decdeb3451ad5da919fc93cfbf2..e463ee6e601f62f39d06491ebfa4eeb63864c78a 100644
--- a/remoting/webapp/BUILD.gn
+++ b/remoting/webapp/BUILD.gn
@@ -7,23 +7,6 @@
import("//build/config/features.gni")
import("//remoting/webapp/build_template.gni")
-group("webapp") {
- deps = [
- ":webapp_v1",
- ":ar_sample_app",
- ":credits",
- ":ar_shared_module",
- ]
-
- if (enable_internal_app_remoting_targets) {
- deps += [ "//remoting/internal:ar_internal_apps" ]
- }
-
- if (enable_nacl) {
- deps += [ ":webapp_v2" ]
- }
-}
-
# GYP version: remoting/remoting_client:remoting_credits
action("credits") {
about_credits_file = "$target_gen_dir/credits.html"
@@ -48,15 +31,8 @@ action("credits") {
]
}
-desktop_remoting_webapp("webapp_v1") {
- webapp_type = "v1"
- output_dir = "remoting/remoting-webapp"
- zip_path = "remoting/remoting-webapp.zip"
- extra_files = []
-}
-
-desktop_remoting_webapp("webapp_v2") {
- webapp_type = "v2_pnacl"
+desktop_remoting_webapp("webapp") {
+ webapp_type = "desktop"
output_dir = "remoting/remoting-webapp.v2"
zip_path = "remoting/remoting-webapp.v2.zip"
extra_files = [

Powered by Google App Engine
This is Rietveld 408576698