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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Remove the linking-time polymorphism. Add new CreatePeerConnectionFactory methods. Make Call and Rt… Created 3 years, 6 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
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 4c283a86ed2773cc1698163a2e8190529dfa69ae..6fe9d82b0beaca3c9f4236de45902c3e0d40c190 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -453,6 +453,7 @@ if (rtc_include_tests) {
deps = [
":video_coding_videoprocessor_integration_test",
+ "../../pc:create_pc_factory",
"../../test:test_main",
"../../test:video_test_common",
"../video_capture",

Powered by Google App Engine
This is Rietveld 408576698