Makes AKEYCODE_BACK map to VKEY_BROWSER_BACK
[chromium-blink-merge.git] / remoting / remoting_host.gni
blobd7d38d9cf37a029fe8bfc8e467a31f5da75330fb
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 import("//build/config/ui.gni")
7 # TODO(GYP): make remoting hosts work on win and mac
8 # enable_remoting_host = is_win || is_mac || is_chromeos || use_x11
9 # enable_me2me_host = is_win || is_mac || (use_x11 && !is_chromeos)
10 enable_remoting_host = is_chromeos || use_x11
11 enable_me2me_host = use_x11 && !is_chromeos