# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. { 'includes': [ 'remoting_host_linux.gypi', 'remoting_host_mac.gypi', 'remoting_host_win.gypi', ], 'variables': { 'conditions': [ # Remoting host is supported only on Windows, OSX and Linux (with X11). ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0 and use_x11==1)', { 'enable_remoting_host': 1, }, { 'enable_remoting_host': 0, }], ], }, 'conditions': [ ['enable_remoting_host==1', { 'targets': [ { 'target_name': 'remoting_host', 'type': 'static_library', 'variables': { 'enable_wexit_time_destructors': 1, 'host_bundle_name': '