1
    2
    3
    4
    5
    6
    7
    8

ash / webui / help_app_ui / help_app_ui.gni [blame]

import("//build/config/chrome_build.gni")
import("//build/config/chromeos/ui_mode.gni")

declare_args() {
  # Whether to enable the "real" ChromeOS Help App. When false, a mock app is
  # bundled for testing integration points.
  enable_cros_help_app = is_chromeos_ash && is_chrome_branded
}