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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 1227923005: Split webrtc/video into webrtc/{audio,call,video}. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years, 3 months 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
« no previous file with comments | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_tests.gypi
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
index 06bb25fddecf1390a7249ebbbb5cb39f9e39e488..3e0fcbf4322c959902ac8e2e891b2e6cd681b847 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/webrtc_tests.gypi
@@ -146,18 +146,17 @@
],
},
{
- # TODO(pbos): Rename target to webrtc_tests or rtc_tests, this target is
- # not meant to only include video.
+ # TODO(pbos): Add separate target webrtc_audio_tests and move files there.
'target_name': 'video_engine_tests',
'type': '<(gtest_target_type)',
'sources': [
+ 'audio/audio_receive_stream_unittest.cc',
+ 'call/bitrate_estimator_tests.cc',
+ 'call/packet_injection_tests.cc',
'test/common_unittest.cc',
'test/testsupport/metrics/video_metrics_unittest.cc',
'tools/agc/agc_manager_unittest.cc',
- 'video/audio_receive_stream_unittest.cc',
- 'video/bitrate_estimator_tests.cc',
'video/end_to_end_tests.cc',
- 'video/packet_injection_tests.cc',
'video/send_statistics_proxy_unittest.cc',
'video/video_capture_input_unittest.cc',
'video/video_decoder_unittest.cc',
@@ -194,7 +193,7 @@
'webrtc.gyp:rtc_event_log_proto',
],
'sources': [
- 'video/rtc_event_log_unittest.cc',
+ 'call/rtc_event_log_unittest.cc',
],
}],
],
@@ -203,11 +202,10 @@
'target_name': 'webrtc_perf_tests',
'type': '<(gtest_target_type)',
'sources': [
+ 'call/call_perf_tests.cc',
'modules/audio_coding/neteq/test/neteq_performance_unittest.cc',
'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
-
'tools/agc/agc_manager_integrationtest.cc',
- 'video/call_perf_tests.cc',
'video/full_stack.cc',
'video/rampup_tests.cc',
'video/rampup_tests.h',
« no previous file with comments | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698