summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_options.gni
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-07-08 16:58:01 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-08 23:58:25 +0000
commitfb86b494b6f43fc81c29ed4d888b0f5a5dfc5903 (patch)
treee7970a46ea492cd0d62418a1619babff4b4034a9 /remoting/remoting_options.gni
parentc38c8fa67ecac0cba567e4e159b6676b021c437f (diff)
downloadchromium_src-fb86b494b6f43fc81c29ed4d888b0f5a5dfc5903.zip
chromium_src-fb86b494b6f43fc81c29ed4d888b0f5a5dfc5903.tar.gz
chromium_src-fb86b494b6f43fc81c29ed4d888b0f5a5dfc5903.tar.bz2
[AppRemoting] Make enable_internal_app_remoting_targets a proper GN arg.
BUG= Review URL: https://codereview.chromium.org/1230643003 Cr-Commit-Position: refs/heads/master@{#337945}
Diffstat (limited to 'remoting/remoting_options.gni')
-rw-r--r--remoting/remoting_options.gni6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/remoting_options.gni b/remoting/remoting_options.gni
index 6c1c7a1..763f1f8 100644
--- a/remoting/remoting_options.gni
+++ b/remoting/remoting_options.gni
@@ -6,14 +6,14 @@
declare_args() {
# Set this to run the jscompile checks after building the webapp.
enable_remoting_jscompile = false
+
+ # Set this to enable building internal AppRemoting apps.
+ enable_internal_app_remoting_targets = false
}
# 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