| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index db2a88e9d92d1caf25ee56ce9f9da44edfe7b360..77157c541f8ae7b5d19076a9cd5069c361e5d671 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -332,7 +332,6 @@ static_library("test_support") {
|
| "//third_party/webrtc/api:libjingle_peerconnection",
|
| "//third_party/webrtc/api:rtc_stats_api",
|
| "//third_party/webrtc/base:rtc_base",
|
| - "//third_party/webrtc/base:rtc_task_runner",
|
| "//third_party/webrtc/media:rtc_media_base",
|
| "//third_party/webrtc/modules/video_capture",
|
| "//third_party/webrtc/stats:rtc_stats",
|
| @@ -1621,7 +1620,6 @@ test("content_unittests") {
|
| "//third_party/webrtc/api:libjingle_peerconnection",
|
| "//third_party/webrtc/api:rtc_stats_api",
|
| "//third_party/webrtc/base:rtc_base",
|
| - "//third_party/webrtc/base:rtc_task_runner",
|
| "//third_party/webrtc/media:rtc_media",
|
| "//third_party/webrtc/modules/desktop_capture:primitives",
|
| "//third_party/webrtc/modules/video_capture",
|
|
|