[CodeHealth] Use is_chromeos
in build files (/printing)
This CL was uploaded by git cl split. R=thestig@chromium.org Bug: 1350142 Change-Id: I54d833753222d98fbbe980886c94c3b9170682d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3810473 Auto-Submit: Ari Chivukula <arichiv@chromium.org> Commit-Queue: Ari Chivukula <arichiv@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1031579}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
c829b5bc84
commit
7a453a0635
@ -36,8 +36,7 @@ declare_args() {
|
||||
|
||||
# Enable snapshotting a page when printing for its content to be analyzed for
|
||||
# sensitive content by enterprise users.
|
||||
enable_print_content_analysis =
|
||||
is_chromeos_ash || is_chromeos_lacros || is_win || is_linux || is_mac
|
||||
enable_print_content_analysis = is_chromeos || is_win || is_linux || is_mac
|
||||
}
|
||||
|
||||
declare_args() {
|
||||
|
Reference in New Issue
Block a user