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

Unified Diff: BUILD.gn

Issue 2281733003: tools: skp_parser (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 3 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 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
+ }
}
« 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