commit | 37935952b7e18960d9fde487350ccc0aa0e25f13 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Fri Feb 16 04:39:56 2024 +0000 |
committer | Pdfium LUCI CQ <pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 16 04:39:56 2024 +0000 |
tree | f83b9c2e5a9289683e0b971de511ebd7bf1ec0d3 | |
parent | 7a3e5c0340f0b872ecfc622360db0aea8a68fdd5 [diff] [blame] |
Move third_party/base/span.h to core/fxcrt Fix some GN build rules to make the build work after moving. Bug: pdfium:2127 Change-Id: Ic8cf0860dc5df8a510ecb34de1ffd10514d86c26 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/116650 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Thomas Sepez <tsepez@google.com> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/testing/fuzzers/pdf_cmap_fuzzer.cc b/testing/fuzzers/pdf_cmap_fuzzer.cc index 58dfbe6..030ffd9 100644 --- a/testing/fuzzers/pdf_cmap_fuzzer.cc +++ b/testing/fuzzers/pdf_cmap_fuzzer.cc
@@ -6,7 +6,7 @@ #include "core/fpdfapi/font/cpdf_cmap.h" #include "core/fxcrt/retain_ptr.h" -#include "third_party/base/containers/span.h" +#include "core/fxcrt/span.h" extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { if (size > 256 * 1024)