Chromium Code Reviews| Index: remoting/test/BUILD.gn |
| diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn |
| index f6525c94f44d5ccee12799830340249eb44b4f51..6f56cc3e12f15cf6ca631d2b5a8e3c0391248d6f 100644 |
| --- a/remoting/test/BUILD.gn |
| +++ b/remoting/test/BUILD.gn |
| @@ -2,7 +2,7 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -import("//remoting/remoting_enable.gni") |
| +import("//remoting/remoting_options.gni") |
| static_library("test_support") { |
| testonly = true |
| @@ -73,7 +73,8 @@ static_library("test_support") { |
| "//net", |
| "//remoting/base", |
| "//remoting/client", |
| - "//remoting/codec", |
| + "//remoting/codec:decoder", |
| + "//remoting/codec:encoder", |
|
nicholss
2017/01/20 23:05:22
If you leave the default target for //remoting/cod
Sergey Ulanov
2017/01/20 23:41:41
The goal is to force every target that needs encod
|
| "//remoting/protocol", |
| "//remoting/signaling", |
| "//third_party/webrtc/modules/desktop_capture", |