| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index ae506ff1ee6c57599d2bf18da822d056a9adf9d2..70773ca83a407e0932fceb693e8f036062fe0f5a 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -137,7 +137,9 @@ source_set("test_support") {
|
|
|
| deps += [
|
| "//third_party/libjingle:libjingle_webrtc",
|
| + "//third_party/webrtc/api:libjingle_peerconnection",
|
| "//third_party/webrtc/base:rtc_base",
|
| + "//third_party/webrtc/media:rtc_media",
|
| "//third_party/webrtc/modules/video_capture",
|
| ]
|
| }
|
| @@ -729,7 +731,9 @@ test("content_unittests") {
|
| deps += [
|
| "//media/blink",
|
| "//third_party/libjingle:libjingle_webrtc",
|
| + "//third_party/webrtc/api:libjingle_peerconnection",
|
| "//third_party/webrtc/base:rtc_base",
|
| + "//third_party/webrtc/media:rtc_media",
|
| "//third_party/webrtc/modules/desktop_capture:primitives",
|
| "//third_party/webrtc/modules/video_capture",
|
| "//ui/shell_dialogs:shell_dialogs",
|
|
|