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

Unified Diff: remoting/webapp/BUILD.gn

Issue 1816653002: Remove app_remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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_webapp.gypi ('k') | remoting/webapp/app_remoting/apps/sample_app/icon128.png » ('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 919289dc770bf8f18e945faaa84159c5bbdbb7e2..bbc36635d296acb82bb05b6bfd90e56d240e3a2e 100644
--- a/remoting/webapp/BUILD.gn
+++ b/remoting/webapp/BUILD.gn
@@ -33,29 +33,11 @@ action("credits") {
}
desktop_remoting_webapp("webapp") {
- webapp_type = "desktop"
output_dir = "$root_build_dir/remoting/remoting-webapp.v2"
zip_path = "$root_build_dir/remoting-webapp.v2.zip"
extra_files = [ "crd/remoting_client_pnacl.nmf.jinja2" ]
}
-app_remoting_webapp("ar_sample_app") {
- app_key = "Sample_App"
- app_id = "ljacajndfccfgnfohlgkdphmbnpkjflk"
- app_client_id = "sample_client_id"
- app_vendor = ""
- app_name = "sample_app"
- app_fullname = "App Remoting Client"
- app_description = "App Remoting client"
- app_capabilities = [ "GOOGLE_DRIVE" ]
- manifest_key = "remotingdevbuild"
-}
-
-app_remoting_shared_module("ar_shared_module") {
- #app_client_id = "sample_client_id"
- app_name = "shared_module"
-}
-
# GYP version: remoting/remoting_tests.gypi:remoting_browser_test_resources
copy("browser_test_resources") {
sources = remoting_webapp_browsertest_main_html_extra_files
« no previous file with comments | « remoting/remoting_webapp.gypi ('k') | remoting/webapp/app_remoting/apps/sample_app/icon128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698