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

Side by Side Diff: remoting/client/ios/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/display/BUILD.gn ('k') | remoting/client/ios/bridge/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("//remoting/build/config/remoting_build.gni") 5 import("//remoting/build/config/remoting_build.gni")
6 6
7 group("all") { 7 group("all") {
8 testonly = true 8 testonly = true
9 9
10 deps = [ 10 deps = [
(...skipping 28 matching lines...) Expand all
39 "utility.h", 39 "utility.h",
40 "utility.mm", 40 "utility.mm",
41 ] 41 ]
42 42
43 if (!is_chrome_branded) { 43 if (!is_chrome_branded) {
44 sources += [ "host_preferences_persistence_chromium.mm" ] 44 sources += [ "host_preferences_persistence_chromium.mm" ]
45 } 45 }
46 46
47 public_deps = [ 47 public_deps = [
48 "//third_party/webrtc/base:rtc_base", 48 "//third_party/webrtc/base:rtc_base",
49 "//third_party/webrtc/base:rtc_task_runner",
49 "//third_party/webrtc/modules/desktop_capture:primitives", 50 "//third_party/webrtc/modules/desktop_capture:primitives",
50 ] 51 ]
51 52
52 deps = [ 53 deps = [
53 "//base", 54 "//base",
54 "//remoting/protocol", 55 "//remoting/protocol",
55 ] 56 ]
56 57
57 libs = [ 58 libs = [
58 "CoreGraphics.framework", 59 "CoreGraphics.framework",
(...skipping 20 matching lines...) Expand all
79 80
80 deps = [ 81 deps = [
81 ":ios_core", 82 ":ios_core",
82 "//testing/gtest", 83 "//testing/gtest",
83 ] 84 ]
84 85
85 configs += [ "//build/config/compiler:enable_arc" ] 86 configs += [ "//build/config/compiler:enable_arc" ]
86 87
87 data = [] 88 data = []
88 } 89 }
OLDNEW
« no previous file with comments | « remoting/client/display/BUILD.gn ('k') | remoting/client/ios/bridge/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698