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

Unified Diff: webrtc/modules/rtp_rtcp/rtp_rtcp.gypi

Issue 1417683006: modules: more interface -> include renames (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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/modules/rtp_rtcp/rtp_rtcp.gypi
diff --git a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
index e35a75cd0f0bb9749f47b99b6d96d9f83bccc9fe..57bea0b2dc8b3a51caac71a0824f5691a269755b 100644
--- a/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
+++ b/webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
@@ -17,14 +17,14 @@
],
'sources': [
# Common
- 'interface/fec_receiver.h',
- 'interface/receive_statistics.h',
- 'interface/remote_ntp_time_estimator.h',
- 'interface/rtp_header_parser.h',
- 'interface/rtp_payload_registry.h',
- 'interface/rtp_receiver.h',
- 'interface/rtp_rtcp.h',
- 'interface/rtp_rtcp_defines.h',
+ 'include/fec_receiver.h',
+ 'include/receive_statistics.h',
+ 'include/remote_ntp_time_estimator.h',
+ 'include/rtp_header_parser.h',
+ 'include/rtp_payload_registry.h',
+ 'include/rtp_receiver.h',
+ 'include/rtp_rtcp.h',
+ 'include/rtp_rtcp_defines.h',
'source/bitrate.cc',
'source/bitrate.h',
'source/byte_io.h',

Powered by Google App Engine
This is Rietveld 408576698