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

Side by Side Diff: remoting/test/BUILD.gn

Issue 2846943002: Use ScopedTaskEnvironment instead of MessageLoopForUI in remoting tests. (Closed)
Patch Set: add-deps Created 3 years, 7 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
« no previous file with comments | « no previous file | remoting/test/it2me_standalone_host.h » ('j') | 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_options.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 = [
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 static_library("it2me_standalone_host") { 166 static_library("it2me_standalone_host") {
167 testonly = true 167 testonly = true
168 168
169 sources = [ 169 sources = [
170 "it2me_standalone_host.cc", 170 "it2me_standalone_host.cc",
171 "it2me_standalone_host.h", 171 "it2me_standalone_host.h",
172 ] 172 ]
173 173
174 deps = [ 174 deps = [
175 ":fake_connection_event_logger", 175 ":fake_connection_event_logger",
176 "//base/test:test_support",
176 "//third_party/webrtc/modules/desktop_capture", 177 "//third_party/webrtc/modules/desktop_capture",
177 ] 178 ]
178 179
179 public_deps = [ 180 public_deps = [
180 "//remoting/host:test_support", 181 "//remoting/host:test_support",
181 "//testing/gmock", 182 "//testing/gmock",
182 ] 183 ]
183 } 184 }
184 185
185 executable("it2me_standalone_host_main") { 186 executable("it2me_standalone_host_main") {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 ":ar_test_driver_common", 230 ":ar_test_driver_common",
230 ":test_support", 231 ":test_support",
231 "//base", 232 "//base",
232 "//net:test_support", 233 "//net:test_support",
233 "//testing/gmock", 234 "//testing/gmock",
234 "//testing/gtest", 235 "//testing/gtest",
235 "//third_party/libyuv", 236 "//third_party/libyuv",
236 "//third_party/webrtc/modules/desktop_capture", 237 "//third_party/webrtc/modules/desktop_capture",
237 ] 238 ]
238 } 239 }
OLDNEW
« no previous file with comments | « no previous file | remoting/test/it2me_standalone_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698