Chromium Code Reviews| Index: webrtc/BUILD.gn |
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
| index 1e8508ac63332c1669159f8983593fe09c9bb2b6..cb7fbb6110d4673f1aebffba3009db8f430fc9ec 100644 |
| --- a/webrtc/BUILD.gn |
| +++ b/webrtc/BUILD.gn |
| @@ -282,7 +282,6 @@ if (!build_with_chromium) { |
| ":video_engine_tests", |
| ":webrtc_nonparallel_tests", |
| ":webrtc_perf_tests", |
| - "api:rtc_api_unittests", |
|
kjellander_webrtc
2017/04/21 12:13:59
The removed targets in here are rtc_source_set tar
|
| "base:rtc_base_tests_utils", |
| "common_audio:common_audio_unittests", |
| "common_video:common_video_unittests", |
| @@ -303,7 +302,6 @@ if (!build_with_chromium) { |
| "test", |
| "video:screenshare_loopback", |
| "video:video_loopback", |
| - "video:video_tests", |
| "voice_engine:voice_engine_unittests", |
| ] |
| if (is_android) { |
| @@ -475,7 +473,6 @@ if (rtc_include_tests) { |
| "modules/remote_bitrate_estimator:remote_bitrate_estimator_perf_tests", |
| "test:test_main", |
| "video:video_full_stack_tests", |
| - "video:video_quality_test", |
| ] |
| data = webrtc_perf_tests_resources |