summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_options.gni
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-06-12 18:16:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-13 01:18:14 +0000
commit1f79129e5d41c461e13b2d47f53f3ab39a3b9f66 (patch)
tree2f30a0c24da5f02346f6ee2ae72854401a0cfe16 /remoting/remoting_options.gni
parentec80f71bf1a341b2cb1987cc29645596fcf94c57 (diff)
downloadchromium_src-1f79129e5d41c461e13b2d47f53f3ab39a3b9f66.zip
chromium_src-1f79129e5d41c461e13b2d47f53f3ab39a3b9f66.tar.gz
chromium_src-1f79129e5d41c461e13b2d47f53f3ab39a3b9f66.tar.bz2
[AppRemoting] Break out AppRemoting shared module.
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/1176143002 Cr-Commit-Position: refs/heads/master@{#334312}
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