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

Side by Side 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 unified diff | Download patch
« remoting/remoting_enable.gni ('K') | « remoting/remoting_options.gni ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//remoting/remoting_enable.gni") 5 import("//remoting/remoting_options.gni")
6 6
7 static_library("test_support") { 7 static_library("test_support") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
11 "access_token_fetcher.cc", 11 "access_token_fetcher.cc",
12 "access_token_fetcher.h", 12 "access_token_fetcher.h",
13 "app_remoting_report_issue_request.cc", 13 "app_remoting_report_issue_request.cc",
14 "app_remoting_report_issue_request.h", 14 "app_remoting_report_issue_request.h",
15 "app_remoting_service_urls.cc", 15 "app_remoting_service_urls.cc",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "test_video_renderer.h", 66 "test_video_renderer.h",
67 "video_frame_writer.cc", 67 "video_frame_writer.cc",
68 "video_frame_writer.h", 68 "video_frame_writer.h",
69 ] 69 ]
70 70
71 public_deps = [ 71 public_deps = [
72 "//base", 72 "//base",
73 "//net", 73 "//net",
74 "//remoting/base", 74 "//remoting/base",
75 "//remoting/client", 75 "//remoting/client",
76 "//remoting/codec", 76 "//remoting/codec:decoder",
77 "//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
77 "//remoting/protocol", 78 "//remoting/protocol",
78 "//remoting/signaling", 79 "//remoting/signaling",
79 "//third_party/webrtc/modules/desktop_capture", 80 "//third_party/webrtc/modules/desktop_capture",
80 "//ui/gfx", 81 "//ui/gfx",
81 ] 82 ]
82 83
83 deps = [ 84 deps = [
84 "//google_apis", 85 "//google_apis",
85 "//skia", 86 "//skia",
86 "//testing/gmock", 87 "//testing/gmock",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 ":ar_test_driver_common", 229 ":ar_test_driver_common",
229 ":test_support", 230 ":test_support",
230 "//base", 231 "//base",
231 "//net:test_support", 232 "//net:test_support",
232 "//testing/gmock", 233 "//testing/gmock",
233 "//testing/gtest", 234 "//testing/gtest",
234 "//third_party/libyuv", 235 "//third_party/libyuv",
235 "//third_party/webrtc/modules/desktop_capture", 236 "//third_party/webrtc/modules/desktop_capture",
236 ] 237 ]
237 } 238 }
OLDNEW
« 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