Sign in
chromium
/
chromium
/
src.git
/
refs/tags/85.0.4183.83
/
.
/
chromeos
/
components
/
media_app_ui
/
media_app_ui.gni
blob: 0f17b6fa151c1be7e777a4bdf7b63a1f43a492d6 [
file
] [
log
] [
blame
]
import
(
"//build/config/chrome_build.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
&&
is_chrome_branded
}