| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |