summaryrefslogtreecommitdiff
path: root/chromium/chromecast/chromecast.gni
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-11 11:32:04 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-18 13:40:17 +0000
commit31ccca0778db85c159634478b4ec7997f6704860 (patch)
tree3d33fc3afd9d5ec95541e1bbe074a9cf8da12a0e /chromium/chromecast/chromecast.gni
parent248b70b82a40964d5594eb04feca0fa36716185d (diff)
downloadqtwebengine-chromium-31ccca0778db85c159634478b4ec7997f6704860.tar.gz
BASELINE: Update Chromium to 80.0.3987.136
Change-Id: I98e1649aafae85ba3a83e67af00bb27ef301db7b Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'chromium/chromecast/chromecast.gni')
-rw-r--r--chromium/chromecast/chromecast.gni8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/chromecast/chromecast.gni b/chromium/chromecast/chromecast.gni
index 6f563786199..2945bf5e82e 100644
--- a/chromium/chromecast/chromecast.gni
+++ b/chromium/chromecast/chromecast.gni
@@ -39,6 +39,10 @@ declare_args() {
# shim mixer service receiver that pushes audio to the CMA backend.
have_full_mixer = is_cast_audio_only
+ # If true, the mixer will be instantiated inside cast_shell. When false, the
+ # mixer is expected to be running in another process.
+ mixer_in_cast_shell = true
+
# Set to true on devices where the VolumeControl implementation is in the
# libcast_avsettings_1.0.so instead of in libcast_media_1.0.so.
cast_volume_control_in_avsettings = false
@@ -73,6 +77,7 @@ declare_args() {
# Set the package name and class path for the component which will provide device logs
# Values defined in eureka-internal
# These values are unused if use_remote_service_logcat is false
+ # device_logs_provider_package is a CSV, and the first resolved one would be used.
device_logs_provider_package = ""
device_logs_provider_class = ""
}
@@ -122,6 +127,9 @@ declare_args() {
# Set to true to enable audio capture service for audio input.
enable_audio_capture_service = false
+
+ # Extra rpath to use for standalone services.
+ iot_service_rpath = ""
}
declare_args() {