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

Unified Diff: tools/dm_flags.py

Issue 1509193002: Enable gpudft on GalaxyS3 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: adding json Created 5 years 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 2adf42625b0f9274c963efa3ced7eb1e2825b238..6d738de0cb8a17a5f0b0ad97ce2352c98a26610b 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -71,6 +71,11 @@ def get_args(bot):
if 'ANGLE' in bot:
configs.append('angle')
+
+ # We want to run gpudft on atleast the mali 400
+ if 'GalaxyS3' in bot:
+ configs.append('gpudft')
+
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