Revert "[M120 Migration]Fix for crash during chrome exit"
[platform/framework/web/chromium-efl.git] / remoting / remoting_enable.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/linux/gtk/gtk.gni")
6 import("//build/config/ui.gni")
7
8 if (is_ios) {
9   import("//build/config/ios/ios_sdk.gni")
10 }
11
12 declare_args() {
13   enable_remoting = !is_castos && !is_cast_android && !is_fuchsia &&
14                     (!is_linux || (target_cpu != "arm64" && use_gtk))
15 }