ChromeOS: Expand build flag comment.

Explain that chromeos_is_browser_only is set on ChromeOS when using Wayland.

Change-Id: I7649ef51b8c7759f4dfed0021bf32bcc2c8f6886
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324663
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Darwin Huang <huangdarwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792502}
GitOrigin-RevId: 7f808575665c9b601f35412343af5a404786350c
This commit is contained in:
Darwin Huang 2020-07-29 01:55:09 +00:00 коммит произвёл Copybara-Service
Родитель 91da7fb0e2
Коммит e0faecb413
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,8 @@
declare_args() {
# This controls UI configuration for Chrome.
# If this flag is set, we assume Chrome runs on Chrome OS devices.
# If this flag is set, we assume Chrome runs on Chrome OS devices, using
# Wayland (instead of X11).
# TODO(crbug.com/1052397): After the clean up, this should be
# replaced with 'target_os = "chromeos" && ui_mode == "browser"'.
chromeos_is_browser_only = false