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

Unified Diff: tools/dm_flags.py

Issue 1868453003: Register SkLocalMatrixImageFilter for serialization. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: retry Created 4 years, 8 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 19739866c1859da832278920e66465e21efc3db4..121f7c7f960be0e2f693e8f615e7d655539ef783 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -75,7 +75,7 @@ def get_args(bot):
if 'TegraX1' in bot:
configs = [x.replace('gpu', 'gl') for x in configs]
configs = [x.replace('msaa', 'glmsaa') for x in configs]
-
+
# NP is running out of RAM when we run all these modes. skia:3255
if 'NexusPlayer' not in bot:
configs.extend(mode + '-8888' for mode in
@@ -169,7 +169,6 @@ def get_args(bot):
'fontmgr_match',
'fontmgr_iter',
'lightingshader',
- 'localmatriximagefilter',
'path_stroke_with_zero_length',
'textblobgeometrychange',
'verylargebitmap', # Windows only.
« 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