diff options
author | mtklein <mtklein@chromium.org> | 2015-01-15 13:58:56 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-15 13:58:56 -0800 |
commit | e1315526cdec7ab08b0a2940f449dd7e1c9173ff (patch) | |
tree | f40601ee0285244b46dfb70a5e29cf8977ddb2a6 /dm | |
parent | a2ef642b00fdd58512b0889d12796d963a27f739 (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')
-rw-r--r-- | dm/DM.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"); |