summaryrefslogtreecommitdiffstats
path: root/src/core/config/common.pri
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-07 11:35:08 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-23 00:24:54 +0000
commitce6a1a74d16deecf0c150aa1f5bae2cc6a95e7b1 (patch)
treee1ce3f92b50c0c0e5140019134e70e70a1ddb88d /src/core/config/common.pri
parent5c6201f6c393967e9284bb9841281d286126541d (diff)
Adaptations for Chromium 73
Change-Id: I565d1e327852110a5abebed3388d7cd6986bef06 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/config/common.pri')
-rw-r--r--src/core/config/common.pri10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/config/common.pri b/src/core/config/common.pri
index 85940977a..56e6d547a 100644
--- a/src/core/config/common.pri
+++ b/src/core/config/common.pri
@@ -17,6 +17,7 @@ gn_args += \
enable_web_speech=false \
enable_widevine=true \
has_native_accessibility=false \
+ enable_debugallocation=false \
use_allocator_shim=false \
use_allocator=\"none\" \
use_custom_libcxx=false \
@@ -24,8 +25,7 @@ gn_args += \
toolkit_views=false \
treat_warnings_as_errors=false \
safe_browsing_mode=0 \
- optimize_webui=false \
- closure_compile=false
+ optimize_webui=false
!win32: gn_args += \
use_jumbo_build=true \
@@ -55,7 +55,7 @@ qtConfig(webengine-spellchecker) {
qtConfig(webengine-webrtc) {
gn_args += enable_webrtc=true
} else {
- gn_args += enable_webrtc=false
+ gn_args += enable_webrtc=false audio_processing_in_audio_service_supported=false
}
qtConfig(webengine-proprietary-codecs): gn_args += proprietary_codecs=true ffmpeg_branding=\"Chrome\"
@@ -86,6 +86,8 @@ CONFIG(release, debug|release) {
CONFIG(debug, debug|release) {
gn_args += is_debug=true
gn_args += use_debug_fission=false
+ # MSVC requires iterator debug to always match and Qt has leaves it default on.
+ msvc: gn_args += enable_iterator_debugging=true
}
!webcore_debug: gn_args += remove_webcore_debug_symbols=true
@@ -116,5 +118,3 @@ qtConfig(webengine-kerberos) {
} else {
gn_args += use_kerberos=false
}
-
-!msvc: gn_args += enable_iterator_debugging=false