aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f396cb93fe..517b76a545 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1561,6 +1561,15 @@ if (skia_enable_tools) {
]
}
}
+ test_app("imgcvt") {
+ sources = [
+ "tools/imgcvt.cpp",
+ ]
+ deps = [
+ ":skcms",
+ ":skia",
+ ]
+ }
test_app("dm") {
sources = [
"dm/DM.cpp",