| 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
|
|
|