summaryrefslogtreecommitdiff
path: root/system_wrappers/source/system_wrappers.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'system_wrappers/source/system_wrappers.gyp')
-rw-r--r--system_wrappers/source/system_wrappers.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/system_wrappers/source/system_wrappers.gyp b/system_wrappers/source/system_wrappers.gyp
index 2deefaa9..36d4d9cd 100644
--- a/system_wrappers/source/system_wrappers.gyp
+++ b/system_wrappers/source/system_wrappers.gyp
@@ -40,6 +40,7 @@
'../interface/logcat_trace_context.h',
'../interface/logging.h',
'../interface/ref_count.h',
+ '../interface/rtp_to_ntp.h',
'../interface/rw_lock_wrapper.h',
'../interface/scoped_ptr.h',
'../interface/scoped_refptr.h',
@@ -52,6 +53,7 @@
'../interface/thread_annotations.h',
'../interface/thread_wrapper.h',
'../interface/tick_util.h',
+ '../interface/timestamp_extrapolator.h',
'../interface/trace.h',
'../interface/trace_event.h',
'../interface/utf_util_win.h',
@@ -87,6 +89,7 @@
'file_impl.h',
'logcat_trace_context.cc',
'logging.cc',
+ 'rtp_to_ntp.cc',
'rw_lock.cc',
'rw_lock_generic.cc',
'rw_lock_generic.h',
@@ -103,6 +106,7 @@
'thread_posix.h',
'thread_win.cc',
'thread_win.h',
+ 'timestamp_extrapolator.cc',
'trace_impl.cc',
'trace_impl.h',
'trace_posix.cc',