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

Unified Diff: webrtc/system_wrappers/BUILD.gn

Issue 2574133003: Make class of static functions in rtp_to_ntp.h: (Closed)
Patch Set: address comments Created 4 years 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/system_wrappers/BUILD.gn
diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn
index 7f56fd8dcb9fb1feb6f0a617ab6cd12f2dd65cc3..745867bf912b3163532d8d327770ba393ac7d154 100644
--- a/webrtc/system_wrappers/BUILD.gn
+++ b/webrtc/system_wrappers/BUILD.gn
@@ -28,7 +28,7 @@ rtc_static_library("system_wrappers") {
"include/logging.h",
"include/metrics.h",
"include/ntp_time.h",
- "include/rtp_to_ntp.h",
+ "include/rtp_to_ntp_estimator.h",
"include/rw_lock_wrapper.h",
"include/sleep.h",
"include/static_instance.h",
@@ -50,7 +50,7 @@ rtc_static_library("system_wrappers") {
"source/event_timer_win.h",
"source/file_impl.cc",
"source/logging.cc",
- "source/rtp_to_ntp.cc",
+ "source/rtp_to_ntp_estimator.cc",
"source/rw_lock.cc",
"source/rw_lock_posix.cc",
"source/rw_lock_posix.h",
@@ -179,7 +179,7 @@ if (rtc_include_tests) {
"source/metrics_default_unittest.cc",
"source/metrics_unittest.cc",
"source/ntp_time_unittest.cc",
- "source/rtp_to_ntp_unittest.cc",
+ "source/rtp_to_ntp_estimator_unittest.cc",
"source/stringize_macros_unittest.cc",
]
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/remote_ntp_time_estimator.cc ('k') | webrtc/system_wrappers/include/rtp_to_ntp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698