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

Unified Diff: tools/dm_flags.py

Issue 1718633002: DM: remove unnecessary use of std::function (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: optimism 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 747598fa46f80ee7e8e804ae3f85afa77415ab23..db09eee9a252e7d1c92efeefedae3771eeba7cc0 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -77,14 +77,6 @@ def get_args(bot):
if 'GalaxyS3' in bot:
configs.append('gpudft')
- if 'MSAN' in bot:
- configs = [
- '565',
- '8888',
- 'pdf',
- 'pdf_poppler',
- ]
-
args.append('--config')
args.extend(configs)
« 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