| Index: webrtc/modules/video_coding/video_coding_test.gypi
|
| diff --git a/webrtc/modules/video_coding/video_coding_test.gypi b/webrtc/modules/video_coding/video_coding_test.gypi
|
| index 5d720ebb6342195dc247aed0b95fc51b2ed3c97e..fc2fec6c98f0718001fc5b719f9e879a3fc472ee 100644
|
| --- a/webrtc/modules/video_coding/video_coding_test.gypi
|
| +++ b/webrtc/modules/video_coding/video_coding_test.gypi
|
| @@ -19,16 +19,16 @@
|
| ],
|
| 'sources': [
|
| # headers
|
| - 'main/test/receiver_tests.h',
|
| - 'main/test/rtp_player.h',
|
| - 'main/test/vcm_payload_sink_factory.h',
|
| + 'test/receiver_tests.h',
|
| + 'test/rtp_player.h',
|
| + 'test/vcm_payload_sink_factory.h',
|
|
|
| # sources
|
| - 'main/test/rtp_player.cc',
|
| - 'main/test/test_util.cc',
|
| - 'main/test/tester_main.cc',
|
| - 'main/test/vcm_payload_sink_factory.cc',
|
| - 'main/test/video_rtp_play.cc',
|
| + 'test/rtp_player.cc',
|
| + 'test/test_util.cc',
|
| + 'test/tester_main.cc',
|
| + 'test/vcm_payload_sink_factory.cc',
|
| + 'test/video_rtp_play.cc',
|
| ], # sources
|
| },
|
| ],
|
|
|