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

Unified Diff: dm/DM.cpp

Issue 425393004: SKPs-as-benches in nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: guard the HEADER Created 6 years, 5 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 | « bench/nanobench.cpp ('k') | gyp/bench.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DM.cpp
diff --git a/dm/DM.cpp b/dm/DM.cpp
index fd15eef9edcd31707046890927f3b720e12041d7..76dc4148eddd5dd3847a7abef33af3ebf079f019 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -46,8 +46,6 @@ DEFINE_string2(expectations, r, "",
"If a file, compare generated images against JSON expectations at this path."
);
-DEFINE_string(skps, "", "Directory to read skps from.");
-
DEFINE_bool(gms, true, "Run GMs?");
DEFINE_bool(tests, true, "Run tests?");
DEFINE_bool(reportUsedChars, false, "Output test font construction data to be pasted into"
@@ -247,7 +245,7 @@ int dm_main() {
sk_tool_utils::report_used_chars();
}
#endif
-
+
SkTArray<SkString> failures;
reporter.getFailures(&failures);
report_failures(failures);
« no previous file with comments | « bench/nanobench.cpp ('k') | gyp/bench.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698