From 190541578aecf2f335cce2ff3c8a3e6759c1d474 Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Mon, 18 Jun 2012 10:57:05 +0000 Subject: [PATCH] Correct gypi files to match the actual filenames. BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/656005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2410 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../remote_bitrate_estimator/remote_bitrate_estimator.gypi | 2 +- src/modules/rtp_rtcp/source/rtp_rtcp.gypi | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi b/src/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi index 7b652a4ade..356e53a2f0 100644 --- a/src/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi +++ b/src/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi @@ -54,7 +54,7 @@ '<(webrtc_root)/../test/test.gyp:test_support_main', ], 'sources': [ - 'include/mock/mock_remote_bitrate_estimator.h', + 'include/mock/mock_remote_bitrate_observer.h', 'bitrate_estimator_unittest.cc', 'remote_bitrate_estimator_unittest.cc', ], diff --git a/src/modules/rtp_rtcp/source/rtp_rtcp.gypi b/src/modules/rtp_rtcp/source/rtp_rtcp.gypi index 123d4e35e6..6fa9a5ad86 100644 --- a/src/modules/rtp_rtcp/source/rtp_rtcp.gypi +++ b/src/modules/rtp_rtcp/source/rtp_rtcp.gypi @@ -62,7 +62,6 @@ 'rtp_sender_audio.cc', 'rtp_sender_audio.h', # Video Files - 'bwe_defines.h', 'fec_private_tables_random.h', 'fec_private_tables_bursty.h', 'forward_error_correction.cc',