Roll third_party/instrumented_libraries/ 47226fa33..366653b98 (11 commits) https://chromium.googlesource.com/chromium/src/third_party/instrumented_libraries.git/+log/47226fa33ef5..366653b98c9e Update the hooks to download the instrumented_libraries package using the new filename. Created with: roll-dep third_party/instrumented_libraries Change-Id: Icc96d8a6e0dbbe551f324164d126577beec707da Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/86093 Reviewed-by: Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/DEPS b/DEPS index 7b791ce..5b3ddc3 100644 --- a/DEPS +++ b/DEPS
@@ -81,7 +81,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling instrumented_lib # and whatever else without interference from each other. - 'instrumented_lib_revision': '47226fa33ef5c9b48668c74128f25ef82f10e7af', + 'instrumented_lib_revision': '366653b98c9e779b6b49e7a1eed08850909e1ca8', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling jinja2 # and whatever else without interference from each other. @@ -473,7 +473,7 @@ '--no_resume', '--no_auth', '--bucket', 'chromium-instrumented-libraries', - '-s', 'third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1', + '-s', 'third_party/instrumented_libraries/binaries/msan-chained-origins.tgz.sha1', ], }, { @@ -485,7 +485,7 @@ '--no_resume', '--no_auth', '--bucket', 'chromium-instrumented-libraries', - '-s', 'third_party/instrumented_libraries/binaries/msan-no-origins-trusty.tgz.sha1', + '-s', 'third_party/instrumented_libraries/binaries/msan-no-origins.tgz.sha1', ], }, {