summaryrefslogtreecommitdiff
path: root/chromium/chromecast/chromecast.gni
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-24 11:40:17 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-24 12:42:11 +0000
commit5d87695f37678f96492b258bbab36486c59866b4 (patch)
treebe9783bbaf04fb930c4d74ca9c00b5e7954c8bc6 /chromium/chromecast/chromecast.gni
parent6c11fb357ec39bf087b8b632e2b1e375aef1b38b (diff)
downloadqtwebengine-chromium-5d87695f37678f96492b258bbab36486c59866b4.tar.gz
BASELINE: Update Chromium to 75.0.3770.56
Change-Id: I86d2007fd27a45d5797eee06f4c9369b8b50ac4f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/chromecast/chromecast.gni')
-rw-r--r--chromium/chromecast/chromecast.gni8
1 files changed, 3 insertions, 5 deletions
diff --git a/chromium/chromecast/chromecast.gni b/chromium/chromecast/chromecast.gni
index e9c0aba9a97..f82aea23079 100644
--- a/chromium/chromecast/chromecast.gni
+++ b/chromium/chromecast/chromecast.gni
@@ -17,11 +17,6 @@ declare_args() {
# when the default value is used.
cast_build_incremental = "999999"
- # If true, IS_CAST_DEBUG_BUILD() will evaluate to 1 in version.h. Otherwise,
- # it will evaluate to 0. Overriding this when is_debug=false is useful for
- # doing engineering builds.
- cast_is_debug = is_debug
-
if (is_android) {
# If true, run receiver apps in an Android service instead of an activity.
display_web_contents_in_service = is_cast_audio_only
@@ -121,6 +116,9 @@ declare_args() {
# within cast_shell. Enable for desktop builds to ensure that Chromium CQ
# builds the external Mojo broker code.
enable_external_mojo_services = is_cast_desktop_build
+
+ # Recording happens at this sample rate. Must be 16000, 48000 or 96000 Hz.
+ audio_input_sample_rate = 16000
}
declare_args() {