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 # These arguments can be overridden from the command line (see "gn help args").
7 # Set this to run the jscompile checks after building the webapp.
8 enable_remoting_jscompile = false
10 # Set this to enable building internal AppRemoting apps.
11 enable_internal_app_remoting_targets = false
14 # Set this to enable cast mode on the android client.
17 # Set this to use GCD instead of the remoting directory service.
20 # Enable the multi-process host on Windows by default.
22 remoting_multi_process = 1
24 remoting_multi_process = 0
27 remoting_rdp_session = 1
29 branding_path = "../remoting/branding_<(branding)"
31 # The ar_service_environment variable is used to define the target
32 # environment for the app being built.
33 # The allowed values are dev, test, staging, prod, and prod-testing.
35 ar_service_environment = "dev"
37 # Non-dev builds should default to 'prod'.
38 ar_service_environment = "prod"