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

Side by Side Diff: remoting/BUILD.gn

Issue 2437453004: Removing the dependency on //third_party/webrtc:webrtc and replacing with rtc_base. (Closed)
Patch Set: Fixing :: typo. Created 4 years, 1 month 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/client/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 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/build/config/remoting_build.gni") 5 import("//remoting/build/config/remoting_build.gni")
6 6
7 group("remoting_all") { 7 group("remoting_all") {
8 testonly = true 8 testonly = true
9 9
10 deps = [ 10 deps = [
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 configs += [ 133 configs += [
134 "//remoting/build/config:version", 134 "//remoting/build/config:version",
135 135
136 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 136 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
137 "//build/config/compiler:no_size_t_to_int_warning", 137 "//build/config/compiler:no_size_t_to_int_warning",
138 ] 138 ]
139 139
140 deps = [ 140 deps = [
141 ":test_support", 141 ":test_support",
142 "//base", 142 "//base",
143 "//base/test:test_support",
143 "//google_apis", 144 "//google_apis",
144 "//remoting/base:unit_tests", 145 "//remoting/base:unit_tests",
145 "//remoting/client:unit_tests", 146 "//remoting/client:unit_tests",
146 "//remoting/protocol:unit_tests", 147 "//remoting/protocol:unit_tests",
147 "//remoting/signaling:unit_tests", 148 "//remoting/signaling:unit_tests",
148 "//remoting/test:unit_tests", 149 "//remoting/test:unit_tests",
149 "//testing/gmock", 150 "//testing/gmock",
150 "//testing/gtest", 151 "//testing/gtest",
151 "//third_party/webrtc",
152 ] 152 ]
153 153
154 if (enable_remoting_host) { 154 if (enable_remoting_host) {
155 deps += [ 155 deps += [
156 "//remoting/codec:unit_tests", 156 "//remoting/codec:unit_tests",
157 "//remoting/host:unit_tests", 157 "//remoting/host:unit_tests",
158 "//ui/gfx", 158 "//ui/gfx",
159 ] 159 ]
160 } 160 }
161 161
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 if (is_win) { 213 if (is_win) {
214 defines += [ "_ALT_NO_EXCEPTIONS" ] 214 defines += [ "_ALT_NO_EXCEPTIONS" ]
215 215
216 libs += [ 216 libs += [
217 "rpcrt4.lib", 217 "rpcrt4.lib",
218 "wtsapi32.lib", 218 "wtsapi32.lib",
219 ] 219 ]
220 } 220 }
221 } 221 }
222 } 222 }
OLDNEW
« no previous file with comments | « no previous file | remoting/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698