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

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: Add missing include of math.h. 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
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/timestampaligner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 66035dfbb5211da8f2eb9cefb39ab16302d49991..9fdb304ef185d2f34d7157dd63c09f8b3f4555e9 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -90,6 +90,8 @@
'thread_checker.h',
'thread_checker_impl.cc',
'thread_checker_impl.h',
+ 'timestampaligner.cc',
+ 'timestampaligner.h',
'timeutils.cc',
'timeutils.h',
'trace_event.h',
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/timestampaligner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698