aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/tests.gni
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-07-25 16:58:58 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-26 12:58:59 +0000
commita9340ba98050c31770c7acb8284b4b2474dc4a18 (patch)
tree0345deab45ff7b0e4312a8889d7b9cfa8b14c144 /gn/tests.gni
parent7a0ba1c1323d3cdad3057d393596692d54011e91 (diff)
Tracing macro cleanup continued
- Remove one especially chatty event, and one pointless test - Use TRACE_FUNC everywhere, rather than manual strings Bug: skia: Change-Id: Icb795294009150ca9a260436738d79546a733337 Reviewed-on: https://skia-review.googlesource.com/26701 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'gn/tests.gni')
-rw-r--r--gn/tests.gni1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/tests.gni b/gn/tests.gni
index 7b2d25c065..16ecb1beb5 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -252,7 +252,6 @@ tests_sources = [
"$_tests/TLSTest.cpp",
"$_tests/TopoSortTest.cpp",
"$_tests/TraceMemoryDumpTest.cpp",
- "$_tests/TracingTest.cpp",
"$_tests/TransferPixelsTest.cpp",
"$_tests/TypefaceTest.cpp",
"$_tests/UnicodeTest.cpp",