help_app_ui.gni 292 B

12345678
  1. import("//build/config/chrome_build.gni")
  2. import("//build/config/chromeos/ui_mode.gni")
  3. declare_args() {
  4. # Whether to enable the "real" ChromeOS Help App. When false, a mock app is
  5. # bundled for testing integration points.
  6. enable_cros_help_app = is_chromeos_ash && is_chrome_branded
  7. }