aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
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",