https://source.chromium.org/chromium/chromium/src/+/main:third_party/abseil-cpp/absl/types/variant.h;l=33-44;drc=b3defd119a78557e3d5d10f0683c2380b635c67eI feel better about https://chromium.googlesource.com/chromium/src/+/b3defd119a78557e3d5d10f0683c2380b635c67e/third_party/abseil-cpp/absl/types/variant.h#33 being a semi-permanent link, though it can't highlight a range of lines.
(Not sure this is needed, given the ban in DEPS. Note that nothing else from abseil is banned by this file.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
I feel better about https://chromium.googlesource.com/chromium/src/+/b3defd119a78557e3d5d10f0683c2380b635c67e/third_party/abseil-cpp/absl/types/variant.h#33 being a semi-permanent link, though it can't highlight a range of lines.
Not sure this is needed, given the ban in DEPS. Note that nothing else from abseil is banned by this file.
The header can still be transitively included despite DEPS, so this makes a difference. We did it for chromium/src/PRESUBMIT.py
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Victor ViannaNot sure this is needed, given the ban in DEPS. Note that nothing else from abseil is banned by this file.
The header can still be transitively included despite DEPS, so this makes a difference. We did it for chromium/src/PRESUBMIT.py
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Ban abseil variant.h and utility.h libraries in pdfium
These are just delegating to std now. All usages outside of
third_party were migrated to use std directly.
https://chromium.googlesource.com/chromium/src/+/b3defd119a78557e3d5d10f0683c2380b635c67e/third_party/abseil-cpp/absl/types/variant.h#33
https://chromium.googlesource.com/chromium/src/+/b3defd119a78557e3d5d10f0683c2380b635c67e/third_party/abseil-cpp/absl/utility/utility.h#35
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |