Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: webrtc/base/base.gyp

Issue 2017443003: Implement timestamp translation/filter in VideoCapturer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Moved timestamp filtering logic to a separate class. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 7026599161f5f9a59b511a3d3b3d920a41fb0dd5..4f18371c4ed586d3c1ae766debfef7a71520af52 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -88,6 +88,8 @@
'thread_checker.h',
'thread_checker_impl.cc',
'thread_checker_impl.h',
+ 'timestampaligner.cc',
+ 'timestampaligner.h',
'timeutils.cc',
'timeutils.h',
'trace_event.h',

Powered by Google App Engine
This is Rietveld 408576698