Update V8 to version 4.3.34.1 (cherry-pick).
[chromium-blink-merge.git] / remoting / remoting_options.gypi
blob56d339e4cac02fd6f5884091d20c32ebfb531c11
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.
6   'variables': {
7     'chromium_code': 1,
9     # Set this to run the jscompile checks after building the webapp.
10     'run_jscompile%': 1,
12     # Set this to enable cast mode on the android client.
13     'enable_cast%': 0,
15     'variables': {
16       'conditions': [
17         # Enable the multi-process host on Windows by default.
18         ['OS=="win"', {
19           'remoting_multi_process%': 1,
20         }, {
21           'remoting_multi_process%': 0,
22         }],
23       ],
24     },
25     'remoting_multi_process%': '<(remoting_multi_process)',
27     'remoting_rdp_session%': 1,
29     'branding_path': '../remoting/branding_<(branding)',
31     'conditions': [
32       ['OS=="win"', {
33         # Java is not available on Windows bots, so we need to disable
34         # JScompile checks.
35         'run_jscompile': 0,
36       }],
37     ],
38   },