Break out BWE test models to separate files
BUG=
R=stefan@webrtc.org
Review URL: https://webrtc-codereview.appspot.com/36299004
Cr-Commit-Position: refs/heads/master@{#8471}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8471 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index d9f071e..61d00eb 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -231,6 +231,12 @@
'remote_bitrate_estimator/test/packet_sender.cc',
'remote_bitrate_estimator/test/packet_sender.h',
'remote_bitrate_estimator/test/packets.h',
+ 'remote_bitrate_estimator/test/estimators/nada.cc',
+ 'remote_bitrate_estimator/test/estimators/nada.h',
+ 'remote_bitrate_estimator/test/estimators/remb.cc',
+ 'remote_bitrate_estimator/test/estimators/remb.h',
+ 'remote_bitrate_estimator/test/estimators/send_side.cc',
+ 'remote_bitrate_estimator/test/estimators/send_side.h',
'rtp_rtcp/source/mock/mock_rtp_payload_strategy.h',
'rtp_rtcp/source/byte_io_unittest.cc',
'rtp_rtcp/source/fec_receiver_unittest.cc',