[M120 Migration][VD] Fix UDP socket crash issue
[platform/framework/web/chromium-efl.git] / remoting / remoting_options.gni
1 # Copyright 2015 The Chromium Authors
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromeos/ui_mode.gni")
7 import("//build/config/ozone.gni")
8 import("//build/config/ui.gni")
9
10 remoting_use_x11 = ozone_platform_x11 && (is_linux && !is_castos)
11
12 enable_remoting_host = is_win || is_mac || is_chromeos_ash || remoting_use_x11
13
14 enable_me2me_host = is_win || is_mac || remoting_use_x11
15
16 # Enable the multi-process host on Windows by default.
17 if (is_win) {
18   remoting_multi_process = 1
19 } else {
20   remoting_multi_process = 0
21 }
22
23 remoting_rdp_session = 1
24
25 if (is_chrome_branded) {
26   branding_path = "//remoting/branding_Chrome"
27 } else {
28   branding_path = "//remoting/branding_Chromium"
29 }
30
31 rdp_desktop_session_guid = "6a7699f0-ee43-43e7-aa30-a6738f9bd470"