summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Negyokru <negyokru@inf.u-szeged.hu>2023-02-13 16:49:24 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-16 14:51:53 +0000
commitbee8ab44cb3489fe27a9fb3d304b4c3cae9611d6 (patch)
treee697f1689d3c8634871e6620508fb37a64252fc8
parent9a8e2bcba472b4745f1035eb342343039fb9fdc3 (diff)
Remove extra quotes from CHROMIUM_VERSION
This change unifies version macros and fixes invalid 'ContentBrowserClientQt::getUserAgent' after 1f4fdb06b13f0a9400f16313aad9296f019d2fc9 Change-Id: I9df963a45f6d66c6b30c23d603afb335b6f25cce Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit c53fd87cf50e51e338d2f8e54f494a8dbab8d712) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/configure/BUILD.root.gn.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/configure/BUILD.root.gn.in b/src/core/configure/BUILD.root.gn.in
index d38e84973..ebd35a996 100644
--- a/src/core/configure/BUILD.root.gn.in
+++ b/src/core/configure/BUILD.root.gn.in
@@ -109,7 +109,7 @@ shared_library("QtWebEngineCore") {
"//third_party/boringssl/src/include",
"//third_party/skia/include/core"
]
- defines = [ "CHROMIUM_VERSION=\"" + chromium_version[0] + "\"" ]
+ defines = [ "CHROMIUM_VERSION=" + chromium_version[0] ]
deps = [
"//base",
"//components/autofill/content/browser",