Roll v8/ 0832ba514..a9dc62b2c (267 commits)
Version 12.7.34
https://chromium.googlesource.com/v8/v8.git/+log/0832ba5148b1..a9dc62b2c5b6
Created with:
roll-dep v8
This update also removes the dependency on trace_event, as V8 no longer
requires it as of https://crrev.com/c/5529240.
Change-Id: I2dcf35a66915a90dcb286883f98b7705c90d0e91
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/119138
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/DEPS b/DEPS
index 977b3b0..6d93bd2 100644
--- a/DEPS
+++ b/DEPS
@@ -196,13 +196,9 @@
# and whatever else without interference from each other.
'tools_memory_revision': '2448d81f9741a5f791b1515893fc18c0999970e7',
# Three lines of non-changing comments so that
- # the commit queue can handle CLs rolling trace_event
- # and whatever else without interference from each other.
- 'trace_event_revision': '29ac73db520575590c3aceb0a6f1f58dda8934f6',
- # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling v8
# and whatever else without interference from each other.
- 'v8_revision': '0832ba5148b1b13fdf5636f6534c78f3fe332783',
+ 'v8_revision': 'a9dc62b2c5b69ec098d6cb56b9b563bb3d6f1aa4',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling zlib
# and whatever else without interference from each other.
@@ -228,10 +224,6 @@
'/chromium/src/base/allocator/partition_allocator.git@' +
Var('partition_allocator_revision'),
- 'base/trace_event/common':
- Var('chromium_git') + '/chromium/src/base/trace_event/common.git@' +
- Var('trace_event_revision'),
-
'build':
Var('chromium_git') + '/chromium/src/build.git@' + Var('build_revision'),