aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2018-02-15 09:48:54 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-15 15:28:26 +0000
commitda83c28245d460d89be9fd1c8bb1b972274e28ff (patch)
tree629d80a1de49fd2a8d07683bd1fe9da6d4b7e125 /BUILD.gn
parent5798c9fe57fc62bde91e9b6a9d0f6c73ead710ce (diff)
rm ok
I'm not really using it much anymore. Time to dedup and fold its ideas into DM. Change-Id: I40a238c9083460e1b7aee459757f867dfd3d79af Reviewed-on: https://skia-review.googlesource.com/107800 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn18
1 files changed, 0 insertions, 18 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 2e321d73e1..435bc12b79 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1544,24 +1544,6 @@ if (skia_enable_tools) {
}
}
- test_app("ok") {
- sources = [
- "dm/DMFontMgr.cpp",
- "tools/ok.cpp",
- "tools/ok_dsts.cpp",
- "tools/ok_engines.cpp",
- "tools/ok_srcs.cpp",
- "tools/ok_test.cpp",
- "tools/ok_vias.cpp",
- ]
- deps = [
- ":bench",
- ":gm",
- ":skia",
- ":tests",
- ":tool_utils",
- ]
- }
test_app("nanobench") {
sources = [
"bench/nanobench.cpp",