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

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, 4 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/remoting_test.gypi ('k') | remoting/webapp/base/js/client_plugin_impl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/BUILD.gn
diff --git a/remoting/webapp/BUILD.gn b/remoting/webapp/BUILD.gn
index de05018cc87c240cf33a35111ad41da53cb44989..f46d72218b544613ea859d29d79f76afaf2dbcec 100644
--- a/remoting/webapp/BUILD.gn
+++ b/remoting/webapp/BUILD.gn
@@ -8,23 +8,6 @@ import("//build/config/features.gni")
import("//remoting/webapp/build_template.gni")
import("//remoting/webapp/files.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"
@@ -49,15 +32,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 = [
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/webapp/base/js/client_plugin_impl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698