Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index cc608f35af7d8c459a9a63b617b9506f47f6cc40..fae3b24c9f70397a373db3f87c1f45ed8f2552fa 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -839,6 +839,19 @@ if (skia_enable_tools) { |
testonly = true |
} |
+ executable("skpbench") { |
+ sources = [ |
+ "tools/skpbench/skpbench.cpp", |
+ ] |
+ deps = [ |
+ ":flags", |
+ ":gpu_tool_utils", |
+ ":skia", |
+ ":tool_utils", |
+ ] |
+ testonly = true |
+ } |
+ |
if (current_cpu != "mipsel") { # Clang 3.8 crashes while compiling hb-icu.cc for mipsel. |
executable("sktexttopdf-hb") { |
sources = [ |