Chromium Code Reviews

Unified Diff: webrtc/BUILD.gn

Issue 2515443003: Move FirewallSocketServer to test code. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | webrtc/api/BUILD.gn » ('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 200d709e8dc6e95adc30c0dd458f102521de436d..63ade1890360acb153ee298f8c10e0e9787046bd 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -538,8 +538,10 @@ if (rtc_include_tests) {
"base:rtc_base_tests_utils",
"base:rtc_exp_filter",
"base:rtc_task_queue",
+ "modules/video_capture:video_capture_internal_impl",
kjellander_webrtc 2016/11/18 13:52:40 If you need this to be able to depend on test:test
"p2p:libstunprober",
"p2p:rtc_p2p",
+ "test:test_common",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | webrtc/api/BUILD.gn » ('J')

Powered by Google App Engine