summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Negyokru <negyokru@inf.u-szeged.hu>2023-02-13 16:49:24 +0100
committerMichal Klocek <michal.klocek@qt.io>2023-02-16 10:19:37 +0000
commitc53fd87cf50e51e338d2f8e54f494a8dbab8d712 (patch)
tree3946e4be48978f4c25f411824096714295692a3e
parentb8419577eb99c1589768d55ddfdc136818df87ae (diff)
downloadqtwebengine-c53fd87cf50e51e338d2f8e54f494a8dbab8d712.tar.gz
Remove extra quotes from CHROMIUM_VERSION
This change unifies version macros and fixes invalid 'ContentBrowserClientQt::getUserAgent' after 1f4fdb06b13f0a9400f16313aad9296f019d2fc9 Pick-to: 6.5 Change-Id: I9df963a45f6d66c6b30c23d603afb335b6f25cce Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-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 c55101bcb..005bfa447 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",