summaryrefslogtreecommitdiffstats
path: root/src/core/config/common.pri
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-01-25 15:09:31 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-03-01 12:06:20 +0000
commitab94349cb2fa073e8aec661a797de1cfc3819752 (patch)
treed3525f63aa9b3ff041989d5cf981e0ee8b07d77d /src/core/config/common.pri
parentcb6564b11ea0a81155b59ab178ff75148017a952 (diff)
Simple adaptations to Chromium 55
The simplest adaptations to API and build changes in Chromium 55 Change-Id: I923fa188690a04902492317807f72f006bcab9c6 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/config/common.pri')
-rw-r--r--src/core/config/common.pri11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/core/config/common.pri b/src/core/config/common.pri
index 1239ae963..b23625462 100644
--- a/src/core/config/common.pri
+++ b/src/core/config/common.pri
@@ -4,8 +4,11 @@ use?(gn) {
gn_args += \
use_qt=true \
is_component_build=false \
- enable_remoting=false \
+ is_shared=true \
+ enable_media_router=false \
enable_nacl=false \
+ enable_remoting=false \
+ enable_web_speech=false \
use_experimental_allocator_shim=false \
use_allocator=\"none\" \
v8_use_external_startup_data=false \
@@ -40,6 +43,12 @@ use?(gn) {
} else {
gn_args += enable_webrtc=false
}
+
+ CONFIG(release, debug|release) {
+ force_debug_info: gn_args += symbol_level=1
+ else: gn_args += symbol_level=0
+ }
+
!webcore_debug: gn_args += remove_webcore_debug_symbols=true
!v8base_debug: gn_args += remove_v8base_debug_symbols=true