| Index: remoting/client/BUILD.gn
|
| diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
|
| index 567876edfaebf5ea6c8eb02cdb39e0435bdbee78..3a1e8d7a1af20566574b22cff8b7984195371416 100644
|
| --- a/remoting/client/BUILD.gn
|
| +++ b/remoting/client/BUILD.gn
|
| @@ -4,7 +4,7 @@
|
|
|
| import("//remoting/remoting_srcs.gni")
|
|
|
| -source_set("client") {
|
| +static_library("client") {
|
| # Disabled the source filters because there are _mac files that need to
|
| # be compiled on all platforms.
|
| set_sources_assignment_filter([])
|
| @@ -62,7 +62,7 @@ if (is_android || is_ios) {
|
| }
|
| }
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
|
|
| sources = [
|
|
|