aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-03-15 11:39:06 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-15 18:50:38 +0000
commit44801cac9a7a83711e1b04b14e90364e02a6de49 (patch)
tree0cabda33ff09da8b13b1382a5cb77fcab2b28308 /BUILD.gn
parent18ea816aad843117cdee99f7d996b3542e467b22 (diff)
FuzzCanvas: NativeGLCanvas
Change-Id: I7e032d19a5d464e0c46e76acac399786dd79b735 Reviewed-on: https://skia-review.googlesource.com/9721 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a4e4a2ed18..4d1e4eff12 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1313,6 +1313,7 @@ if (skia_enable_tools) {
]
deps = [
":flags",
+ ":gpu_tool_utils",
":skia",
":tool_utils",
]