Gallery: remove CSS for mosaic mode.
[chromium-blink-merge.git] / remoting / remoting_enable.gypi
blobc398ef39ab8b251ec81c214374b3a7343006f941
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 # Keep in sync with remoting/remoting_enable.gni.
8   'variables': {
9     'enable_remoting_host%': 0,
10     'enable_me2me_host%': 0,
12     'conditions': [
13       ['OS=="win" or OS=="mac"', {
14         'enable_remoting_host': 1,
15         'enable_me2me_host': 1,
16       }],
17       ['OS=="linux" and chromeos==0 and use_x11==1', {
18         'enable_remoting_host': 1,
19         'enable_me2me_host': 1,
20       }],
21       ['OS=="linux" and chromeos==1', {
22         'enable_remoting_host': 1,
23       }],
24     ],  # end of conditions
25   },  # end of variables