aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-03-25 11:29:41 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-25 16:13:20 +0000
commit7ac04838c58eebbac477895fafdd4b0421727b9e (patch)
tree2630f44c14617feb41b43710b6b092da57027b47 /BUILD.gn
parent5fa3d6d4b15fd6417de877561f5e4bca422e383c (diff)
Spin off non-core parts of ok into their own files.
Now ok.cpp handles only the high level coordination of Srcs and Dsts, without having to know or care what they are. Some minor refactoring to things like Options. Change-Id: I02df890b26d6d069e980a125b6a1ce1a7067b900 Reviewed-on: https://skia-review.googlesource.com/10173 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e187644944..ed8b07bc2f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1152,6 +1152,8 @@ if (skia_enable_tools) {
test_app("ok") {
sources = [
"tools/ok.cpp",
+ "tools/ok_dsts.cpp",
+ "tools/ok_srcs.cpp",
]
deps = [
":gm",