Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: remoting/test/BUILD.gn

Issue 2640783004: Cleanups in remoting gn files. (Closed)
Patch Set: . Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« remoting/remoting_enable.gni ('K') | « remoting/remoting_options.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« remoting/remoting_enable.gni ('K') | « remoting/remoting_options.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698