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

Side by Side Diff: remoting/BUILD.gn

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: Fix Created 4 years 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 | « media/media_options.gni ('k') | remoting/host/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("//media/media_options.gni")
5 import("//remoting/build/config/remoting_build.gni") 6 import("//remoting/build/config/remoting_build.gni")
6 7
7 group("remoting_all") { 8 group("remoting_all") {
8 testonly = true 9 testonly = true
9 10
10 deps = [ 11 deps = [
11 ":remoting_unittests", 12 ":remoting_unittests",
12 "//remoting/test:chromoting_test_driver", 13 "//remoting/test:chromoting_test_driver",
13 "//remoting/webapp:browser_test_resources", 14 "//remoting/webapp:browser_test_resources",
14 "//remoting/webapp:unit_tests", 15 "//remoting/webapp:unit_tests",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 if (is_win) { 214 if (is_win) {
214 defines += [ "_ALT_NO_EXCEPTIONS" ] 215 defines += [ "_ALT_NO_EXCEPTIONS" ]
215 216
216 libs += [ 217 libs += [
217 "rpcrt4.lib", 218 "rpcrt4.lib",
218 "wtsapi32.lib", 219 "wtsapi32.lib",
219 ] 220 ]
220 } 221 }
221 } 222 }
222 } 223 }
OLDNEW
« no previous file with comments | « media/media_options.gni ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698