| Index: remoting/test/BUILD.gn
|
| diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
|
| index ef371e640aba3cab0e9b4d04bd3ba24484e4d549..af2d75cf96c743f65310722dacefe07bb592107b 100644
|
| --- a/remoting/test/BUILD.gn
|
| +++ b/remoting/test/BUILD.gn
|
| @@ -4,7 +4,7 @@
|
|
|
| import("//remoting/remoting_enable.gni")
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
|
|
| sources = [
|
| @@ -106,7 +106,7 @@ executable("chromoting_test_driver") {
|
| ]
|
| }
|
|
|
| -source_set("ar_test_driver_common") {
|
| +static_library("ar_test_driver_common") {
|
| testonly = true
|
|
|
| sources = [
|
|
|