Add baseline generation/verification to BWE test framework.

Updating resource file separately, once LGTM. Generates ~628k of files for current tests, highly compressable, once/if we need that.

BUG=
R=mflodman@webrtc.org, stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/4639004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5204 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index 579ae14..53e7b31 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -179,6 +179,10 @@
             'remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h',
             'remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
             'remote_bitrate_estimator/rtp_to_ntp_unittest.cc',
+            'remote_bitrate_estimator/test/bwe_test_baselinefile.cc',
+            'remote_bitrate_estimator/test/bwe_test_baselinefile.h',
+            'remote_bitrate_estimator/test/bwe_test_fileutils.cc',
+            'remote_bitrate_estimator/test/bwe_test_fileutils.h',
             'remote_bitrate_estimator/test/bwe_test_framework.cc',
             'remote_bitrate_estimator/test/bwe_test_framework.h',
             'remote_bitrate_estimator/test/bwe_test_framework_unittest.cc',