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

Side by Side Diff: remoting/client/ios/bridge/BUILD.gn

Issue 2694363005: Add gn dependency on rtc_task_runner. (Closed)
Patch Set: Dropped two of the rtc_task_runner deps. Created 3 years, 10 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 | « remoting/client/ios/BUILD.gn ('k') | third_party/libjingle/BUILD.gn » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 6
7 group("all") { 7 group("all") {
8 testonly = true 8 testonly = true
9 9
10 deps = [ 10 deps = [
(...skipping 18 matching lines...) Expand all
29 "client_proxy_delegate_wrapper.mm", 29 "client_proxy_delegate_wrapper.mm",
30 "frame_consumer_bridge.cc", 30 "frame_consumer_bridge.cc",
31 "frame_consumer_bridge.h", 31 "frame_consumer_bridge.h",
32 "host_proxy.h", 32 "host_proxy.h",
33 "host_proxy.mm", 33 "host_proxy.mm",
34 ] 34 ]
35 35
36 public_deps = [ 36 public_deps = [
37 "//remoting/protocol", 37 "//remoting/protocol",
38 "//third_party/webrtc/base:rtc_base", 38 "//third_party/webrtc/base:rtc_base",
39 "//third_party/webrtc/base:rtc_task_runner",
39 "//third_party/webrtc/modules/desktop_capture:primitives", 40 "//third_party/webrtc/modules/desktop_capture:primitives",
40 ] 41 ]
41 42
42 deps = [ 43 deps = [
43 "//base", 44 "//base",
44 "//net", 45 "//net",
45 "//remoting/client/ios:ios_core", 46 "//remoting/client/ios:ios_core",
46 "//remoting/resources:strings", 47 "//remoting/resources:strings",
47 "//ui/base", 48 "//ui/base",
48 "//ui/gfx", 49 "//ui/gfx",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 85
85 deps = [ 86 deps = [
86 ":bridge", 87 ":bridge",
87 "//testing/gtest", 88 "//testing/gtest",
88 ] 89 ]
89 90
90 configs += [ "//build/config/compiler:enable_arc" ] 91 configs += [ "//build/config/compiler:enable_arc" ]
91 92
92 data = [] 93 data = []
93 } 94 }
OLDNEW
« no previous file with comments | « remoting/client/ios/BUILD.gn ('k') | third_party/libjingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698