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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 1299143003: Remove AgcManager. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 4 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
« webrtc/tools/agc/agc_manager_unittest.cc ('K') | « webrtc/tools/tools.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 489df750dee69bd9cefa847c7d93a9267a6d82a3..3ed0d6470ddb130b0d8f194c7c022dd514ffe302 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/webrtc_tests.gypi
@@ -146,7 +146,6 @@
'sources': [
'test/common_unittest.cc',
'test/testsupport/metrics/video_metrics_unittest.cc',
- 'tools/agc/agc_manager_unittest.cc',
'video/bitrate_estimator_tests.cc',
'video/end_to_end_tests.cc',
'video/packet_injection_tests.cc',
@@ -168,7 +167,6 @@
'test/metrics.gyp:metrics',
'test/test.gyp:test_main',
'test/webrtc_test_common.gyp:webrtc_test_common',
- 'tools/tools.gyp:agc_manager',
'webrtc',
],
'conditions': [
@@ -197,8 +195,6 @@
'sources': [
'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',
@@ -215,7 +211,6 @@
'modules/modules.gyp:rtp_rtcp',
'test/test.gyp:test_main',
'test/webrtc_test_common.gyp:webrtc_test_common',
- 'tools/tools.gyp:agc_manager',
'webrtc',
],
'conditions': [
« webrtc/tools/agc/agc_manager_unittest.cc ('K') | « webrtc/tools/tools.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698