From 451b61469b386b0d3eae13cb39b83fb4b64276fd Mon Sep 17 00:00:00 2001 From: Stefan Holmer Date: Mon, 30 Mar 2015 09:40:46 +0200 Subject: [PATCH] Fix gyp path for bwe simulator include. TBR=pbos@webrtc.org BUG=4479 Review URL: https://webrtc-codereview.appspot.com/49559004 Cr-Commit-Position: refs/heads/master@{#8887} --- webrtc/modules/modules.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp index 4442d1c30f..c004d5a3f5 100644 --- a/webrtc/modules/modules.gyp +++ b/webrtc/modules/modules.gyp @@ -234,7 +234,7 @@ 'remote_bitrate_estimator/test/packet_receiver.h', 'remote_bitrate_estimator/test/packet_sender.cc', 'remote_bitrate_estimator/test/packet_sender.h', - 'remote_bitrate_estimator/test/packets.h', + 'remote_bitrate_estimator/test/packet.h', 'remote_bitrate_estimator/test/estimators/nada.cc', 'remote_bitrate_estimator/test/estimators/nada.h', 'remote_bitrate_estimator/test/estimators/remb.cc',