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

Unified Diff: tools/dm_flags.py

Issue 1239953004: Allow Srcs to veto Sinks based on their broad type. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: scroggo Created 5 years, 5 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 81079701e1d780b7d40b3926dc3ccd32fb434c04..8df39b62a474c0f1bc1188ed4de9b2103e8da795 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -81,13 +81,6 @@ def get_args(bot):
blacklist = []
- # We do not draw image sources on msaa anyway, so avoid the creation of
- # large canvases. skbug.com/4045
- blacklist.extend('msaa image _ _'.split(' '))
-
- # This image is too large to be a texture for many GPUs.
- blacklist.extend('gpu _ _ PANO_20121023_214540.jpg'.split(' '))
-
# Several of the newest version bmps fail on SkImageDecoder
blacklist.extend('_ image decode pal8os2v2.bmp'.split(' '))
blacklist.extend('_ image decode pal8v4.bmp'.split(' '))
« 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