Roll third_party/instrumented_libraries/ a8992bf8a..87467200f (3 commits)

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

Update the path to the instrumented_libraries in the hooks to match the
changes in https://crrev.com/1071362.

Created with:
  roll-dep third_party/instrumented_libraries

Change-Id: I012554625d3afdae59fe9f2c5a6f9976eb61b69b
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/102150
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
diff --git a/DEPS b/DEPS
index 74e7ee1..d2b5d9b 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': 'a8992bf8abb391dde73031d60a80147ebf6b4ee8',
+  'instrumented_lib_revision': '87467200f117f90dd95f66fe4def980a57075b61',
   # 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',
+    'name': 'msan_chained_origins_xenial',
     '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.tgz.sha1',
+                '-s', 'third_party/instrumented_libraries/binaries/msan-chained-origins-xenial.tgz.sha1',
               ],
   },
   {
-    'name': 'msan_no_origins',
+    'name': 'msan_no_origins_xenial',
     '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.tgz.sha1',
+                '-s', 'third_party/instrumented_libraries/binaries/msan-no-origins-xenial.tgz.sha1',
               ],
   },
   {