Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: webrtc/modules/video_coding/video_coding_test.gypi

Issue 1417283007: modules/video_coding refactorings (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix the other copy of the mock include header Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
},
],
« no previous file with comments | « webrtc/modules/video_coding/video_coding_robustness_unittest.cc ('k') | webrtc/modules/video_coding/video_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698