Allow setting enable_remoting from gn args
BUG= Review URL: https://codereview.chromium.org/993533002 Cr-Original-Commit-Position: refs/heads/master@{#320469} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: d5987ac12656b53390ce56c96874290b833642e2
This commit is contained in:
Родитель
bc0fe2a611
Коммит
41dc1ad3f0
|
@ -72,6 +72,8 @@ declare_args() {
|
|||
enable_google_now = !is_ios && !is_android
|
||||
|
||||
enable_one_click_signin = is_win || is_mac || (is_linux && !is_chromeos)
|
||||
|
||||
enable_remoting = !is_ios && !is_android
|
||||
}
|
||||
|
||||
# Additional dependent variables -----------------------------------------------
|
||||
|
@ -158,8 +160,6 @@ enable_wifi_bootstrapping = is_win || is_mac
|
|||
# Image loader extension is enabled on ChromeOS only.
|
||||
enable_image_loader_extension = is_chromeos
|
||||
|
||||
enable_remoting = !is_ios && !is_android
|
||||
|
||||
# Chrome OS: whether to also build the upcoming version of
|
||||
# ChromeVox, which can then be enabled via a command-line switch.
|
||||
enable_chromevox_next = false
|
||||
|
|
Загрузка…
Ссылка в новой задаче