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

Unified Diff: webrtc/base/base_tests.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_tests.gyp
diff --git a/webrtc/base/base_tests.gyp b/webrtc/base/base_tests.gyp
index 3c0e9121104b517773eed684ce062b76ba5257b7..1559cedf8b0d699f42cf0cd6bcaaf12db73352a2 100644
--- a/webrtc/base/base_tests.gyp
+++ b/webrtc/base/base_tests.gyp
@@ -116,6 +116,7 @@
'thread_checker_unittest.cc',
'thread_unittest.cc',
'timedelta.h',
+ 'timestampaligner_unittest.cc',
'timeutils_unittest.cc',
'urlencode_unittest.cc',
'versionparsing_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698