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
This commit is contained in:
mtklein 2015-01-15 13:58:56 -08:00 committed by Commit bot
parent a2ef642b00
commit e1315526cd

View File

@ -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");