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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Rebase. 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/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 258683165d2b361c5f30be2827fd2cfb85a18656..4c16fafd76aaa3a2c9381556b2907b77afe8eb2c 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -63,6 +63,7 @@ if (rtc_include_tests) {
testonly = true
deps = [
+ "../pc:create_pc_factory",
"../test:test_main",
"../test:video_test_common",
"audio_coding:audio_coding_modules_tests",

Powered by Google App Engine
This is Rietveld 408576698