summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_options.gni
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-06-16 14:53:29 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-16 21:54:07 +0000
commit5b696cf0d943d03a7bd388bdca1ffc6d95d3fc9c (patch)
treeaccc81b84a91e236c0641c90d6936fdd61bbca2b /remoting/remoting_options.gni
parent79a014fa0958f70466f9ed1a4ade15eb1d4dc34c (diff)
downloadchromium_src-5b696cf0d943d03a7bd388bdca1ffc6d95d3fc9c.zip
chromium_src-5b696cf0d943d03a7bd388bdca1ffc6d95d3fc9c.tar.gz
chromium_src-5b696cf0d943d03a7bd388bdca1ffc6d95d3fc9c.tar.bz2
[AppRemoting] Break out AppRemoting shared module.
This is a reland of crrev.com/1176143002 with missing files added: remoting/webapp/app_remoting/shared_module/manifest.json This cl breaks out the shared AppRemoting code into a shared module so that it does not need to be duplicated in each individual app. This version has the following limitations which will be addressed in follow-up cls: (1) The apps have a hard-coded reference to the dev shared module (2) The apps have a hard-coded reference to the dev orchestrator (3) The resources in the app stub should be replaced with empty stub resources rather than a copy of all the shared resources. (4) The shared module is only built in GN (not GYP) BUG= Review URL: https://codereview.chromium.org/1179873005 Cr-Commit-Position: refs/heads/master@{#334708}
Diffstat (limited to 'remoting/remoting_options.gni')
-rw-r--r--remoting/remoting_options.gni3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting_options.gni b/remoting/remoting_options.gni
index df1292f..6c1c7a1 100644
--- a/remoting/remoting_options.gni
+++ b/remoting/remoting_options.gni
@@ -11,6 +11,9 @@ declare_args() {
# Set this to enable cast mode on the android client.
enable_cast = 0
+# Set this to enable building internal AppRemoting apps.
+enable_internal_app_remoting_targets = false
+
# Set this to use GCD instead of the remoting directory service.
remoting_use_gcd = 0