Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 14918da1b3d540c1b04ddede2cf3bb5dd8e57fc7..95e725946c6b7915518b2d35a8596cb8a7bd069f 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -1084,4 +1084,16 @@ if (skia_enable_tools) { |
] |
testonly = true |
} |
+ |
+ executable("skp_parser") { |
+ sources = [ |
+ "tools/skp_parser.cpp", |
+ ] |
+ deps = [ |
+ ":skia", |
+ ":tool_utils", |
+ "//third_party/jsoncpp", |
+ ] |
+ testonly = true |
+ } |
} |