1 # Copyright (c) 2012 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.
9 # Set this to run the jscompile checks after building the webapp.
12 # Set this to enable cast mode on the android client.
15 # Set this to use GCD instead of the remoting directory service.
16 'remoting_use_gcd%': 0,
18 # Set this to enable Android Chromoting Cardboard Activity.
19 'enable_cardboard%': 0,
23 # Enable the multi-process host on Windows by default.
25 'remoting_multi_process%': 1,
27 'remoting_multi_process%': 0,
31 'remoting_multi_process%': '<(remoting_multi_process)',
33 'remoting_rdp_session%': 1,
35 'branding_path': '../remoting/branding_<(branding)',
37 # The ar_service_environment variable is used to define the target
38 # environment for the app being built.
39 # The allowed values are dev, test, staging, prod, and prod-testing.
41 ['buildtype == "Dev"', {
42 'ar_service_environment%': 'dev',
43 }, { # buildtype != 'Dev'
44 # Non-dev builds should default to 'prod'.
45 'ar_service_environment%': 'prod',