aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/pacing/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/modules/pacing/BUILD.gn')
-rw-r--r--webrtc/modules/pacing/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/webrtc/modules/pacing/BUILD.gn b/webrtc/modules/pacing/BUILD.gn
index 3e478c1e76..0354c64fcb 100644
--- a/webrtc/modules/pacing/BUILD.gn
+++ b/webrtc/modules/pacing/BUILD.gn
@@ -10,10 +10,10 @@ source_set("pacing") {
sources = [
"bitrate_prober.cc",
"bitrate_prober.h",
- "include/paced_sender.h",
- "include/packet_router.h",
"paced_sender.cc",
+ "paced_sender.h",
"packet_router.cc",
+ "packet_router.h",
]
configs += [ "../..:common_config" ]