blob: af4f850c8e4510f0f51a43a1cb9aad171dd44a8a [file] [log] [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
}