Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 66795fdd8a6d51086bfa98be019b2bdfd588b688..b5cba42f4dbd65afe9c7e0a4adb4140f87f01551 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -960,4 +960,16 @@ if (skia_enable_tools) { |
] |
testonly = true |
} |
+ |
+ executable("skpparser") { |
mtklein_C
2016/10/17 18:14:05
Wouldn't you feel better if this were named skp_pa
hal.canary
2016/10/17 18:31:46
Done.
|
+ sources = [ |
+ "tools/skp_parser.cpp", |
+ ] |
+ deps = [ |
+ ":skia", |
+ ":tool_utils", |
+ "//third_party/jsoncpp", |
+ ] |
+ testonly = true |
+ } |
} |