aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2023-12-12 15:18:21 +0000
committerandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2023-12-12 15:18:21 +0000
commitae54d32f6d9fd70bd1c58357d831abcb0ed7e107 (patch)
tree5c0d81ce0010b359b46f6992f05d624495330706
parent70f00a1dc410b64d8f24dde7f2ab42540c61fd50 (diff)
parent053490edfa703f3433d97a299ee80f2acc93de71 (diff)
downloadskia-ae54d32f6d9fd70bd1c58357d831abcb0ed7e107.tar.gz
Roll Skia from e1b4c6d9bc8d to 053490edfa70 (1 revision)
https://skia.googlesource.com/skia.git/+log/e1b4c6d9bc8d..053490edfa70 2023-12-12 herb@google.com Update IWYU with remove and unique If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/android-master-autoroll Please CC djsollen@google.com,rmistry@google.com,scroggo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Test: Presubmit checks will test this change. Exempt-From-Owner-Approval: The autoroll bot does not require owner approval. Bug: b/186777432 Change-Id: Ie490fd9327427af77b0db20baf2dd40386e3bd25
-rw-r--r--METADATA2
-rw-r--r--toolchain/linux_trampolines/IWYU_mapping.imp2
2 files changed, 3 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index 3fd4dc7ab3..3b863ffbcf 100644
--- a/METADATA
+++ b/METADATA
@@ -9,7 +9,7 @@ third_party {
type: GIT
value: "https://skia.googlesource.com/skia"
}
- version: "e1b4c6d9bc8d3e3b58a15099b68408a7a02e01ca"
+ version: "053490edfa703f3433d97a299ee80f2acc93de71"
license_type: RECIPROCAL
last_upgrade_date {
year: 2023
diff --git a/toolchain/linux_trampolines/IWYU_mapping.imp b/toolchain/linux_trampolines/IWYU_mapping.imp
index 19e7e6a4d6..3a982038b8 100644
--- a/toolchain/linux_trampolines/IWYU_mapping.imp
+++ b/toolchain/linux_trampolines/IWYU_mapping.imp
@@ -18,11 +18,13 @@
{ include: ["<__algorithm/min_element.h>", "private", "<algorithm>", "public"] },
{ include: ["<__algorithm/minmax.h>", "private", "<algorithm>", "public"] },
{ include: ["<__algorithm/move.h>", "private", "<algorithm>", "public"] },
+ { include: ["<__algorithm/remove.h>", "private", "<algorithm>", "public"] },
{ include: ["<__algorithm/remove_if.h>", "private", "<algorithm>", "public"] },
{ include: ["<__algorithm/reverse.h>", "private", "<algorithm>", "public"] },
{ include: ["<__algorithm/search.h>", "private", "<algorithm>", "public"] },
{ include: ["<__algorithm/sort.h>", "private", "<algorithm>", "public"] },
{ include: ["<__algorithm/stable_sort.h>", "private", "<algorithm>", "public"] },
+ { include: ["<__algorithm/unique.h>", "private", "<algorithm>", "public"] },
{ include: ["<__algorithm/upper_bound.h>", "private", "<algorithm>", "public"] },
{ symbol: ["std::swap", "private", "<algorithm>", "public"] },