aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/tests.gni
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-08-01 10:23:38 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-03 17:10:08 +0000
commitb6705c25362fff0298f098631cbd939b0d2898b5 (patch)
tree3e3bcf33d084c2233a46a6a06d9a7fd043f73994 /gn/tests.gni
parent29dbae9acf00bc6ffb9f7baa3438306029aa68cb (diff)
Add support for object creation/snapshot/deletion events
- Bring back some previously deleted macros and helper types. - Automatically inject base_type information into snapshot events, to allow simpler tracking of polymorphic object types. - Fix JSON formatting of pointer values (they were serializing as bool). Bug: skia: Change-Id: Iac7803f72ce5396ffd2fbcb5a36d76745c5e3f3e Reviewed-on: https://skia-review.googlesource.com/28220 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, 1 insertions, 0 deletions
diff --git a/gn/tests.gni b/gn/tests.gni
index 03138d5728..3edb3e3f49 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -252,6 +252,7 @@ tests_sources = [
"$_tests/TLSTest.cpp",
"$_tests/TopoSortTest.cpp",
"$_tests/TraceMemoryDumpTest.cpp",
+ "$_tests/TracingTest.cpp",
"$_tests/TransferPixelsTest.cpp",
"$_tests/TypefaceTest.cpp",
"$_tests/UnicodeTest.cpp",