| Index: third_party/libjingle_xmpp/BUILD.gn
|
| diff --git a/third_party/libjingle_xmpp/BUILD.gn b/third_party/libjingle_xmpp/BUILD.gn
|
| index ade4e49034decd6bc26da5ce31a0817bea51ede6..ff717ec7b5a1de6bad11317d4a52654ac815d5df 100644
|
| --- a/third_party/libjingle_xmpp/BUILD.gn
|
| +++ b/third_party/libjingle_xmpp/BUILD.gn
|
| @@ -132,6 +132,8 @@ rtc_test("libjingle_xmpp_unittests") {
|
| ":libjingle_xmpp",
|
| ":rtc_task_runner",
|
|
|
| + "//base/test:run_all_unittests",
|
| + "//base/test:test_support",
|
| # TODO(kjellander): Refactor/remove this dependency. It is needed by
|
| # third_party/webrtc_overrides/webrtc/base/win32socketinit.cc.
|
| "//net",
|
| @@ -139,7 +141,6 @@ rtc_test("libjingle_xmpp_unittests") {
|
| ]
|
|
|
| sources = [
|
| - "run_all_unittests.cc",
|
| "task_runner/task_unittest.cc",
|
| "xmllite/qname_unittest.cc",
|
| "xmllite/xmlbuilder_unittest.cc",
|
|
|