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

Unified Diff: remoting/webapp/BUILD.gn

Issue 1191883002: Revert of [AppRemoting] Break out AppRemoting shared module (re-land). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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_files.gypi ('k') | remoting/webapp/app_remoting/html/context_menu.html » ('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 f6c765b5ede02838c57ad3f534ca66d67c2d5f67..e3e79664f70423f44c8b97055c27fbc5a8260f80 100644
--- a/remoting/webapp/BUILD.gn
+++ b/remoting/webapp/BUILD.gn
@@ -11,12 +11,7 @@
deps = [
":webapp_v1",
":ar_sample_app",
- ":ar_shared_module",
]
-
- if (enable_internal_app_remoting_targets) {
- deps += [ "//remoting/internal:ar_internal_apps" ]
- }
if (enable_nacl) {
deps += [ ":webapp_v2" ]
@@ -45,18 +40,8 @@
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_name = "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"
- app_fullname = "AppRemoting Shared Module"
- app_description = "AppRemoting Shared Module"
- manifest_key = "remotingdevbuild"
-}
« no previous file with comments | « remoting/remoting_webapp_files.gypi ('k') | remoting/webapp/app_remoting/html/context_menu.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698