aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-01-19 13:08:23 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-22 20:11:57 +0000
commita9de760a217cf48c974d6c51b4ba88f08c269bbe (patch)
tree16924fe7092b51a982ad667524440c5b6bbbe0e7 /BUILD.gn
parent3b428cbf8a2f4b8d4fad7f2708e67cf954ba7bf1 (diff)
SkQP: replace blacklist with: DoNotExecuteInExperimentalMode and NoScoreInCompatibilityTestMode
Also clean up some things, fix docs, whitelist. Change-Id: I2818d973978ffe1b8ce0cc9c69f8d91ab4a0ef22 Reviewed-on: https://skia-review.googlesource.com/91805 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn20
1 files changed, 20 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f6ae98a435..50bf17f79b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1812,6 +1812,26 @@ if (skia_enable_tools) {
}
}
+ test_app("list_gms") {
+ sources = [
+ "tools/list_gms.cpp",
+ ]
+ deps = [
+ ":gm",
+ ":skia",
+ ]
+ }
+ test_app("list_gpu_unit_tests") {
+ sources = [
+ "dm/DMGpuTestProcs.cpp",
+ "tools/list_gpu_unit_tests.cpp",
+ ]
+ deps = [
+ ":skia",
+ ":tests",
+ ]
+ }
+
if (skia_enable_gpu) {
test_lib("sk_app") {
public_include_dirs = [ "tools/sk_app" ]