Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(613)

Unified Diff: BUILD.gn

Issue 2281733003: tools: skp_parser (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: skpparser->skp_parser Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/debugger/SkDrawCommand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ }
}
« no previous file with comments | « no previous file | tools/debugger/SkDrawCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698