import("//build/config/chrome_build.gni") | |
import("//build/config/chromeos/ui_mode.gni") | |
declare_args() { | |
# Whether to enable the "real" ChromeOS Media App. When false, a mock app is | |
# bundled for testing integration points. | |
enable_cros_media_app = is_chromeos_ash && is_chrome_branded | |
} |