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.
17 # Enable the multi-process host on Windows by default.
19 'remoting_multi_process%': 1,
21 'remoting_multi_process%': 0,
25 'remoting_multi_process%': '<(remoting_multi_process)',
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, and prod.
35 ['buildtype == "Dev"', {
36 'ar_service_environment%': 'dev',
37 }, { # buildtype != 'Dev'
38 # Non-dev build must have this set to 'prod'.
39 'ar_service_environment': 'prod',