| Index: remoting/BUILD.gn
|
| diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
|
| index 613b68fb93dd9ac5dbd3f61944bf15283369c1d5..15a65a93334a1facaac25a949ef940baec83b79a 100644
|
| --- a/remoting/BUILD.gn
|
| +++ b/remoting/BUILD.gn
|
| @@ -53,7 +53,6 @@ group("remoting_all") {
|
| deps += [
|
| "//remoting:remoting_perftests",
|
| "//remoting/host",
|
| -
|
| "//remoting/host:remoting_native_messaging_manifests",
|
| ]
|
|
|
| @@ -182,8 +181,8 @@ if (!is_mac) {
|
| "//net:test_support",
|
| "//remoting/base",
|
| "//testing/gtest",
|
| - "//third_party/webrtc/modules/desktop_capture",
|
| "//third_party/libjingle",
|
| + "//third_party/webrtc/modules/desktop_capture",
|
| ]
|
|
|
| if (enable_webrtc) {
|
|
|