Roll third_party/instrumented_libraries/ 87467200f..0f536d22d (10 commits)

https://chromium.googlesource.com/chromium/src/third_party/instrumented_libraries.git/+log/87467200f117..0f536d22dbed

Created with:
  roll-dep third_party/instrumented_libraries

Change-Id: I422d39922a34aa5ce4b2e37a0203f7ed7cc8e857
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/104971
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Auto-Submit: Lei Zhang <thestig@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
diff --git a/DEPS b/DEPS
index b9ec8ed..c5fa894 100644
--- a/DEPS
+++ b/DEPS
@@ -90,7 +90,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': '87467200f117f90dd95f66fe4def980a57075b61',
+  'instrumented_lib_revision': '0f536d22dbed454b1254c7e6d7130eab28fba1fa',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling jinja2
   # and whatever else without interference from each other.
@@ -621,7 +621,7 @@
     ],
   },
   {
-    'name': 'msan_chained_origins_xenial',
+    'name': 'msan_chained_origins_focal',
     'pattern': '.',
     'condition': 'checkout_instrumented_libraries',
     'action': [ 'python3',
@@ -629,11 +629,11 @@
                 '--no_resume',
                 '--no_auth',
                 '--bucket', 'chromium-instrumented-libraries',
-                '-s', 'third_party/instrumented_libraries/binaries/msan-chained-origins-xenial.tgz.sha1',
+                '-s', 'third_party/instrumented_libraries/binaries/msan-chained-origins-focal.tgz.sha1',
               ],
   },
   {
-    'name': 'msan_no_origins_xenial',
+    'name': 'msan_no_origins_focal',
     'pattern': '.',
     'condition': 'checkout_instrumented_libraries',
     'action': [ 'python3',
@@ -641,7 +641,7 @@
                 '--no_resume',
                 '--no_auth',
                 '--bucket', 'chromium-instrumented-libraries',
-                '-s', 'third_party/instrumented_libraries/binaries/msan-no-origins-xenial.tgz.sha1',
+                '-s', 'third_party/instrumented_libraries/binaries/msan-no-origins-focal.tgz.sha1',
               ],
   },
   {