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

Unified Diff: webrtc/BUILD.gn

Issue 2902823004: Create unit tests for RtpDemuxer (Closed)
Patch Set: Might as well remove the flaky death-test. Created 3 years, 7 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 | « no previous file | webrtc/call/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 38112211e05bd6efe59e11fbd02f6f9450fae74e..f8e0e8de15ee49cf10059cc0aa4fde27086d8210 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -435,6 +435,9 @@ if (rtc_include_tests) {
deps = [
"audio:audio_tests",
"base:rtc_base_tests_utils",
+
+ # TODO(eladalon): call_tests aren't actually video-specific, so we
+ # should move them to a more appropriate test suite.
"call:call_tests",
"modules/video_capture",
"test:test_common",
« no previous file with comments | « no previous file | webrtc/call/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698