Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: tools/dm_flags.py

Issue 1674053002: msan: build expat from source (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fixed? Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index b37d0dd42a2997072518d01ca5a2ce48c5742e2e..5fd8a2b878e41bdf017da3cc2b8a296e9ea370ed 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -195,8 +195,6 @@ def get_args(bot):
blacklist.extend(('_ image _ .png').split(' ')) # I8 .png color tables
blacklist.extend(('_ image _ .bmp').split(' ')) # I8 .bmp color tables
- match.append('~FontMgrAndroidParser') # expat currently uninstrumented.
-
if blacklist:
args.append('--blacklist')
args.extend(blacklist)
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698