Roll src/third_party/pdfium/ 7daf1ede7..7c7b4c704 (1 commit)
https://pdfium.googlesource.com/pdfium.git/+log/7daf1ede7149..7c7b4c704a33 Update references to samples:pdfium_test to point to its updated location at testing:pdfium_test instead. Created with: roll-dep src/third_party/pdfium Change-Id: I52ec5b02d040a9bc3b7cc1834275ffadbc4efb13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5528430 Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1298702}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
c9931436d6
commit
2c2fc39d9e
4
BUILD.gn
4
BUILD.gn
@ -296,7 +296,7 @@ group("gn_all") {
|
||||
if (enable_pdf) {
|
||||
deps += [
|
||||
"//pdf/pdfium/fuzzers",
|
||||
"//third_party/pdfium/samples:pdfium_test",
|
||||
"//third_party/pdfium/testing:pdfium_test",
|
||||
]
|
||||
}
|
||||
|
||||
@ -1701,7 +1701,7 @@ if (!is_ios && !is_android && !is_castos && !is_cronet_build) {
|
||||
if (!is_chromeos_ash) {
|
||||
deps += [ "//v8:v8_shell($v8_snapshot_toolchain)" ]
|
||||
if (enable_pdf) {
|
||||
deps += [ "//third_party/pdfium/samples:pdfium_test" ]
|
||||
deps += [ "//third_party/pdfium/testing:pdfium_test" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
2
DEPS
2
DEPS
@ -324,7 +324,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling PDFium
|
||||
# and whatever else without interference from each other.
|
||||
'pdfium_revision': '7daf1ede7149eecf80ac91df5f11063045d5305d',
|
||||
'pdfium_revision': '7c7b4c704a33bb8d281551c70f2f157b4125e5c3',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling BoringSSL
|
||||
# and whatever else without interference from each other.
|
||||
|
@ -1317,7 +1317,7 @@
|
||||
"type": "console_test_launcher",
|
||||
},
|
||||
"pdfium_test": {
|
||||
"label": "//third_party/pdfium/samples:pdfium_test",
|
||||
"label": "//third_party/pdfium/testing:pdfium_test",
|
||||
"type": "additional_compile_target",
|
||||
},
|
||||
"perfetto_unittests": {
|
||||
|
@ -299,7 +299,7 @@ targets.compile_target(
|
||||
|
||||
targets.compile_target(
|
||||
name = "pdfium_test",
|
||||
label = "//third_party/pdfium/samples:pdfium_test",
|
||||
label = "//third_party/pdfium/testing:pdfium_test",
|
||||
)
|
||||
|
||||
targets.compile_target(
|
||||
|
@ -1317,7 +1317,7 @@
|
||||
"type": "console_test_launcher",
|
||||
},
|
||||
"pdfium_test": {
|
||||
"label": "//third_party/pdfium/samples:pdfium_test",
|
||||
"label": "//third_party/pdfium/testing:pdfium_test",
|
||||
"type": "additional_compile_target",
|
||||
},
|
||||
"perfetto_unittests": {
|
||||
|
2
third_party/pdfium
vendored
2
third_party/pdfium
vendored
Submodule third_party/pdfium updated: 7daf1ede71...7c7b4c704a
Reference in New Issue
Block a user