v8/third_party
Dan Elphick 7f5383e8ad [base] Move utils/vector.h to base/vector.h
The adding of base:: was mostly prepared using git grep and sed:
git grep -l <pattern> | grep -v base/vector.h | \
  xargs sed -i 's/\b<pattern>\b/base::<pattern>/
with lots of manual clean-ups due to the resulting
v8::internal::base::Vectors.

#includes were fixed using:
git grep -l "src/utils/vector.h" | \
  axargs sed -i 's!src/utils/vector.h!src/base/vector.h!'

Bug: v8:11879
Change-Id: I3e6d622987fee4478089c40539724c19735bd625
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2968412
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Hannes Payer <hpayer@chromium.org>
Commit-Queue: Dan Elphick <delphick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#75243}
2021-06-18 13:33:13 +00:00
..
colorama Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00
google_benchmark Manually update google_benchmark 2021-06-16 10:40:47 +00:00
googletest Reland "[build] Fix gn check failures in v8/third_party" 2021-04-30 16:26:19 +00:00
inspector_protocol [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
jsoncpp Reland "[build] Fix gn check failures in v8/third_party" 2021-04-30 16:26:19 +00:00
v8/builtins [language] Fix Array.prototype.sort 2021-03-24 11:20:58 +00:00
wasm-api Remove mstarzinger@ from OWNERS files. 2019-12-13 11:13:14 +00:00