| Index: remoting/BUILD.gn
|
| diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
|
| index e13af5e1bbcd270cb3aa668d3eb68ab601ec4274..5ed0fff7f834f42be7a74ae56b1841423398799e 100644
|
| --- a/remoting/BUILD.gn
|
| +++ b/remoting/BUILD.gn
|
| @@ -140,6 +140,7 @@ test("remoting_unittests") {
|
| deps = [
|
| ":test_support",
|
| "//base",
|
| + "//base/test:test_support",
|
| "//google_apis",
|
| "//remoting/base:unit_tests",
|
| "//remoting/client:unit_tests",
|
| @@ -148,7 +149,6 @@ test("remoting_unittests") {
|
| "//remoting/test:unit_tests",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| - "//third_party/webrtc",
|
| ]
|
|
|
| if (enable_remoting_host) {
|
|
|