[Sync] Test Android passphrase creation UI
[chromium-blink-merge.git] / remoting / remoting_options.gni
blob771a1853e27f307b92292a406fbf2d16b65e217e
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # Set this to run the jscompile checks after building the webapp.
6 run_jscompile = false
8 # Set this to enable cast mode on the android client.
9 enable_cast = 0
11 # Set this to use GCD instead of the remoting directory service.
12 remoting_use_gcd = 0
14 # Enable the multi-process host on Windows by default.
15 if (is_win) {
16   remoting_multi_process = 1
17 } else {
18   remoting_multi_process = 0
21 remoting_rdp_session = 1
23 branding_path = "../remoting/branding_<(branding)"
25 # The ar_service_environment variable is used to define the target
26 # environment for the app being built.
27 # The allowed values are dev, test, staging, prod, and prod-testing.
28 if (is_debug) {
29   ar_service_environment = "dev"
30 } else {
31   # Non-dev builds should default to 'prod'.
32   ar_service_environment = "prod"