summaryrefslogtreecommitdiff
path: root/chromium/buildtools
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-11 11:32:04 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-18 13:40:17 +0000
commit31ccca0778db85c159634478b4ec7997f6704860 (patch)
tree3d33fc3afd9d5ec95541e1bbe074a9cf8da12a0e /chromium/buildtools
parent248b70b82a40964d5594eb04feca0fa36716185d (diff)
downloadqtwebengine-chromium-31ccca0778db85c159634478b4ec7997f6704860.tar.gz
BASELINE: Update Chromium to 80.0.3987.136
Change-Id: I98e1649aafae85ba3a83e67af00bb27ef301db7b Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'chromium/buildtools')
-rw-r--r--chromium/buildtools/DEPS2
-rw-r--r--chromium/buildtools/deps_revisions.gni2
-rw-r--r--chromium/buildtools/third_party/libc++/BUILD.gn3
3 files changed, 5 insertions, 2 deletions
diff --git a/chromium/buildtools/DEPS b/chromium/buildtools/DEPS
index 3ffbe2c402c..264d3f4e3c7 100644
--- a/chromium/buildtools/DEPS
+++ b/chromium/buildtools/DEPS
@@ -18,7 +18,7 @@ vars = {
# When changing these, also update the svn revisions in deps_revisions.gni
'clang_format_revision': '96636aa0e9f047f17447f2d45a094d0b59ed7917',
- 'libcxx_revision': '5938e0582bac570a41edb3d6a2217c299adc1bc6',
+ 'libcxx_revision': '78d6a7767ed57b50122a161b91f59f19c9bd0d19',
'libcxxabi_revision': '0d529660e32d77d9111912d73f2c74fc5fa2a858',
'libunwind_revision': '69d9b84cca8354117b9fe9705a4430d789ee599b',
}
diff --git a/chromium/buildtools/deps_revisions.gni b/chromium/buildtools/deps_revisions.gni
index 7fb5baa3266..caed65f3779 100644
--- a/chromium/buildtools/deps_revisions.gni
+++ b/chromium/buildtools/deps_revisions.gni
@@ -5,5 +5,5 @@
declare_args() {
# The libc++ svn revision that belongs to the git hash in DEPS. Used to cause
# full rebuilds on libc++ rolls.
- libcxx_svn_revision = "361348"
+ libcxx_svn_revision = "375504"
}
diff --git a/chromium/buildtools/third_party/libc++/BUILD.gn b/chromium/buildtools/third_party/libc++/BUILD.gn
index c082724a7d3..c16f963bb87 100644
--- a/chromium/buildtools/third_party/libc++/BUILD.gn
+++ b/chromium/buildtools/third_party/libc++/BUILD.gn
@@ -55,8 +55,10 @@ target(_libcxx_target_type, "libc++") {
"trunk/src/algorithm.cpp",
"trunk/src/any.cpp",
"trunk/src/bind.cpp",
+ "trunk/src/charconv.cpp",
"trunk/src/chrono.cpp",
"trunk/src/condition_variable.cpp",
+ "trunk/src/condition_variable_destructor.cpp",
"trunk/src/debug.cpp",
"trunk/src/exception.cpp",
"trunk/src/functional.cpp",
@@ -67,6 +69,7 @@ target(_libcxx_target_type, "libc++") {
"trunk/src/locale.cpp",
"trunk/src/memory.cpp",
"trunk/src/mutex.cpp",
+ "trunk/src/mutex_destructor.cpp",
"trunk/src/new.cpp",
"trunk/src/optional.cpp",
"trunk/src/random.cpp",