Roll build/ 743ecea20..1343ce81a (1 commit)

https://chromium.googlesource.com/chromium/src/build.git/+log/743ecea20109..1343ce81aab4

To make the build work, switch tools/ubsan files to use more inclusive
terms. See https://crrev.com/876761 for upstream change.

Created with:
  roll-dep build

Bug: chromium:1097272
Change-Id: I36123474894566598690872ec992aed2abeb7325
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/79973
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Hui Yingst <nigi@chromium.org>
diff --git a/DEPS b/DEPS
index 45f21c2..7e33817 100644
--- a/DEPS
+++ b/DEPS
@@ -29,7 +29,7 @@
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling build
   # and whatever else without interference from each other.
-  'build_revision': '743ecea20109854644db0b023de16eaf0812b4dd',
+  'build_revision': '1343ce81aab4e198c313b113ce278393187dc65c',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling buildtools
   # and whatever else without interference from each other.
diff --git a/tools/ubsan/blacklist.txt b/tools/ubsan/ignorelist.txt
similarity index 96%
rename from tools/ubsan/blacklist.txt
rename to tools/ubsan/ignorelist.txt
index 29ebcf9..7a2271d 100644
--- a/tools/ubsan/blacklist.txt
+++ b/tools/ubsan/ignorelist.txt
@@ -1,5 +1,5 @@
 #############################################################################
-# UBSan blacklist.
+# UBSan ignore list.
 
 #############################################################################
 # YASM does some funny things that UBsan doesn't like.
@@ -22,7 +22,7 @@
 fun:*(hash|Hash)*
 
 #############################################################################
-# Bounds blacklist.
+# Bounds ignore list.
 # Array at the end of struct pattern:
 # Maybe UBSan itself can be improved here?
 # e.g.
diff --git a/tools/ubsan/security_blacklist.txt b/tools/ubsan/security_ignorelist.txt
similarity index 80%
rename from tools/ubsan/security_blacklist.txt
rename to tools/ubsan/security_ignorelist.txt
index e9bb1ed..30f66a4 100644
--- a/tools/ubsan/security_blacklist.txt
+++ b/tools/ubsan/security_ignorelist.txt
@@ -1,7 +1,7 @@
-# This black list is a merge of blacklist.txt and vptr_blacklist.txt.
+# This ignore  list is a merge of ignorelist.txt and vptr_ignorelist.txt.
 
 #############################################################################
-# UBSan blacklist.
+# UBSan ignore list.
 
 #############################################################################
 # YASM does some funny things that UBsan doesn't like.
@@ -24,7 +24,7 @@
 fun:*(hash|Hash)*
 
 #############################################################################
-# Bounds blacklist.
+# Bounds ignore list.
 # Array at the end of struct pattern:
 # Maybe UBSan itself can be improved here?
 # e.g.
@@ -37,11 +37,11 @@
 src:*/third_party/icu/source/common/ucmndata.c
 
 #############################################################################
-# UBSan vptr blacklist.
-# Function and type based blacklisting use a mangled name, and it is especially
-# tricky to represent C++ types. For now, any possible changes by name manglings
-# are simply represented as wildcard expressions of regexp, and thus it might be
-# over-blacklisted.
+# UBSan vptr ignore list.
+# Function and type based ignorelisting use a mangled name, and it is
+# especially tricky to represent C++ types. For now, any possible changes by
+# name manglings are simply represented as wildcard expressions of regexp,
+# and thus it might be over-ignorelisted.
 
 #############################################################################
 # UBSan seems to be emit false positives when virtual base classes are
diff --git a/tools/ubsan/vptr_blacklist.txt b/tools/ubsan/vptr_ignorelist.txt
similarity index 65%
rename from tools/ubsan/vptr_blacklist.txt
rename to tools/ubsan/vptr_ignorelist.txt
index ceb6813..5a06149 100644
--- a/tools/ubsan/vptr_blacklist.txt
+++ b/tools/ubsan/vptr_ignorelist.txt
@@ -1,9 +1,9 @@
 #############################################################################
-# UBSan vptr blacklist.
-# Function and type based blacklisting use a mangled name, and it is especially
-# tricky to represent C++ types. For now, any possible changes by name manglings
-# are simply represented as wildcard expressions of regexp, and thus it might be
-# over-blacklisted.
+# UBSan vptr ignore list.
+# Function and type based ignorelisting use a mangled name, and it is
+# especially tricky to represent C++ types. For now, any possible changes by
+# name manglings are simply represented as wildcard expressions of regexp,
+# and thus it might be over-ignorelisted.
 
 #############################################################################
 # UBSan seems to be emit false positives when virtual base classes are