Commit 01209c87 authored by Yuta Hijikata's avatar Yuta Hijikata Committed by Chromium LUCI CQ

Enable openscreen for target_os="chromeos".

Bug: None
Change-Id: Icd607790fb69a12f1355f80c2710a309a1746dc8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643422
Commit-Queue: mark a. foltz <mfoltz@chromium.org>
Reviewed-by: default avatarmark a. foltz <mfoltz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#846387}
parent fc506aa6
......@@ -8,5 +8,7 @@ declare_args() {
# Exclude openscreen in NaCl, since there is no packet support
# in that build configuration. Once NaCl goes away, this check should be
# removed.
enable_openscreen = !is_nacl && (target_os == "linux" || target_os == "mac")
enable_openscreen =
!is_nacl &&
(target_os == "linux" || target_os == "chromeos" || target_os == "mac")
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment