aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-10-09 16:13:02 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-10 12:34:22 +0000
commitb6c5e5b956af9777349a6ab362ce86e430e59765 (patch)
tree13808cf986c576535f3d7c80ad12ef08089e3b32 /BUILD.gn
parent532a0916265e272c330f48f877052b0df6dcc16d (diff)
DM: move skiatest functions into separate file.
Motivation: allows reuse. Change-Id: I5732305a213acd83de4ba4e84e0ae27d094cf649 Reviewed-on: https://skia-review.googlesource.com/57241 Reviewed-by: Brian Salomon <bsalomon@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 b5ae1de1c8..a65a211ab3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1332,6 +1332,7 @@ if (skia_enable_tools) {
test_app("dm") {
sources = [
"dm/DM.cpp",
+ "dm/DMGpuTestProcs.cpp",
"dm/DMJsonWriter.cpp",
"dm/DMSrcSink.cpp",
]