aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-05-17 10:06:32 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-17 18:15:20 +0000
commit9f1c403362d8de6038328c7238b6ac56be552324 (patch)
treefb5d63addedb45773a1011bb8e4fc816d9cf240a /BUILD.gn
parent78d1b428a8e8a0b76e88e9266d2893136acd5906 (diff)
Add tool to create test images with interesting color profiles
Bug: skia: Change-Id: Ia4f892368fceda4a99490f5bd29851837a7a6927 Reviewed-on: https://skia-review.googlesource.com/17212 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn10
1 files changed, 10 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index d3019248bb..19691ed442 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1290,6 +1290,16 @@ if (skia_enable_tools) {
]
}
+ test_app("create_flutter_test_images") {
+ sources = [
+ "tools/create_flutter_test_images.cpp",
+ ]
+ deps = [
+ ":skia",
+ ":tool_utils",
+ ]
+ }
+
test_app("get_images_from_skps") {
sources = [
"tools/get_images_from_skps.cpp",