aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DM.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-01-15 13:58:56 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-15 13:58:56 -0800
commite1315526cdec7ab08b0a2940f449dd7e1c9173ff (patch)
treef40601ee0285244b46dfb70a5e29cf8977ddb2a6 /dm/DM.cpp
parenta2ef642b00fdd58512b0889d12796d963a27f739 (diff)
Turn back on image and subset sources now that they're blacklisted on Android.
To land after https://codereview.chromium.org/850403002/ NOTREECHECKS=true BUG=skia:3255 Review URL: https://codereview.chromium.org/857483003
Diffstat (limited to 'dm/DM.cpp')
-rw-r--r--dm/DM.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 84bb1952c1..bf0690ac5d 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -15,8 +15,7 @@
DEFINE_bool(tests, true, "Run tests?");
DEFINE_string(images, "resources", "Images to decode.");
-//DEFINE_string(src, "gm skp image subset", "Source types to test.");
-DEFINE_string(src, "gm skp", "Source types to test. TEMPORARILY DISABLED");
+DEFINE_string(src, "gm skp image subset", "Source types to test.");
DEFINE_bool(nameByHash, false,
"If true, write to FLAGS_writePath[0]/<hash>.png instead of "
"to FLAGS_writePath[0]/<config>/<sourceType>/<name>.png");