Add events with custom timestamps and thread id to PPAPI dev tracing interface.
This exposes the AddTraceEventWithThreadIdAndTimestamp function, which may be
helpful for in-module profiling of NaCl applications.
BUG=none
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/17555005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208738 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index 4394435d..9183de2 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -462,6 +462,8 @@
'tests/test_tcp_socket.h',
'tests/test_tcp_socket_private.cc',
'tests/test_tcp_socket_private.h',
+ 'tests/test_trace_event.cc',
+ 'tests/test_trace_event.h',
'tests/test_truetype_font.cc',
'tests/test_truetype_font.h',
'tests/test_udp_socket.cc',