summaryrefslogtreecommitdiff
path: root/chromium/third_party/jsoncpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-05-12 15:59:20 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-05-25 06:57:22 +0000
commitf7eaed5286974984ba5f9e3189d8f49d03e99f81 (patch)
treecaed19b2af2024f35449fb0b781d0a25e09d4f8f /chromium/third_party/jsoncpp
parent9729c4479fe23554eae6e6dd1f30ff488f470c84 (diff)
downloadqtwebengine-chromium-f7eaed5286974984ba5f9e3189d8f49d03e99f81.tar.gz
BASELINE: Update Chromium to 100.0.4896.167
Change-Id: I98cbeb5d7543d966ffe04d8cefded0c493a11333 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/jsoncpp')
-rw-r--r--chromium/third_party/jsoncpp/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/jsoncpp/BUILD.gn b/chromium/third_party/jsoncpp/BUILD.gn
index b51aa3a8a59..03d76df9cb8 100644
--- a/chromium/third_party/jsoncpp/BUILD.gn
+++ b/chromium/third_party/jsoncpp/BUILD.gn
@@ -11,7 +11,7 @@ config("jsoncpp_config") {
# declaration flag.
# This temporary flag allowing clients to update to the new version, and then
# update to the new StreamWriter and CharReader classes.
- if (!is_win || is_clang) {
+ if (!is_win || (is_clang && !is_ios)) {
cflags_cc = [ "-Wno-deprecated-declarations" ]
}
}