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

Unified Diff: tools/flags/SkCommonFlags.cpp

Issue 2077353006: Fix Mac clang linker (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Better description Created 4 years, 6 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 | « tools/flags/SkCommonFlags.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/flags/SkCommonFlags.cpp
diff --git a/tools/flags/SkCommonFlags.cpp b/tools/flags/SkCommonFlags.cpp
index 1caffd54d6a5b58bca2cd481a6a618c0d57c6bf2..57078fa4260bc9b7e99d733272410a8e90e10deb 100644
--- a/tools/flags/SkCommonFlags.cpp
+++ b/tools/flags/SkCommonFlags.cpp
@@ -21,6 +21,11 @@ DEFINE_string(images, "", "List of images and/or directories to decode. A direct
DEFINE_string(colorImages, "", "List of images and/or directories to decode with color correction. "
"A directory with no images is treated as a fatal error.");
+DEFINE_bool(simpleCodec, false, "Runs of a subset of the codec tests. "
+ "For DM, this means no scaling or subsetting, always using the "
+ "canvas color type. "
+ "For nanobench, this means always N32, Premul or Opaque.");
+
DEFINE_string2(match, m, nullptr,
"[~][^]substring[$] [...] of GM name to run.\n"
"Multiple matches may be separated by spaces.\n"
« no previous file with comments | « tools/flags/SkCommonFlags.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698