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

Unified Diff: webrtc/BUILD.gn

Issue 2902823004: Create unit tests for RtpDemuxer (Closed)
Patch Set: CR response 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') | webrtc/call/rtp_demuxer_unittest.cc » ('J')
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 863f0620bc7bfded65abc521b08879a79ea8347f..a13dac7fe0cf471e0ccf4abe29aa4f55f46352f9 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') | webrtc/call/rtp_demuxer_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698