From d7b3845f3d3f3498c2adc542b4b20003ac7d3ab0 Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Mon, 11 Dec 2017 17:46:26 -0500 Subject: SkQP: make_gmkb, gm_knowledge (GM Knowledgebase) Add a real implementation for gm_knowledge.h This depends on the presence of files in the form $GMK_DIR/foo/{max,min}.png The implementation also writes out failures in a report directory. Add a utility: experimental/make_gmkb which is a stand-alone go executable that generates the foo/{max,min}.png data. tools/skqp/README.md has instructions on running SkQP. Also: add SkFontMgrPriv.h Change-Id: Ibe1e9a7e7de143d14eee3877f5f2d2d8713f7f49 Reviewed-on: https://skia-review.googlesource.com/65380 Reviewed-by: Yuqian Li Commit-Queue: Hal Canary --- platform_tools/android/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'platform_tools') diff --git a/platform_tools/android/.gitignore b/platform_tools/android/.gitignore index cb3f2d6237..26e14aa29f 100644 --- a/platform_tools/android/.gitignore +++ b/platform_tools/android/.gitignore @@ -9,3 +9,4 @@ app/.project app/bin app/gen app/lint.xml +/apps/skqp/src/main/assets -- cgit v1.2.3