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

Unified Diff: webrtc/base/BUILD.gn

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/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 9f7c7591edaccf4c10a6127562adbba3a36d4dcf..61291674e470dd0e87eedd4849b7fdf2043018fe 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -152,6 +152,8 @@ static_library("rtc_base_approved") {
"thread_checker.h",
"thread_checker_impl.cc",
"thread_checker_impl.h",
+ "timestampaligner.h",
+ "timestampaligner.cc",
"timeutils.cc",
"timeutils.h",
"trace_event.h",

Powered by Google App Engine
This is Rietveld 408576698