| Index: services/ui/ws/BUILD.gn
|
| diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
|
| index c61fba8e2e3c4228f9fb97c1d6a2882c5af632d8..b807aa56bceb36df4044ea2b6f5e8a9c51ec8a5e 100644
|
| --- a/services/ui/ws/BUILD.gn
|
| +++ b/services/ui/ws/BUILD.gn
|
| @@ -7,7 +7,7 @@ import("//testing/test.gni")
|
| import("//mojo/public/mojo_application.gni")
|
| import("//mojo/public/mojo_application_manifest.gni")
|
|
|
| -source_set("lib") {
|
| +static_library("lib") {
|
| sources = [
|
| "accelerator.cc",
|
| "accelerator.h",
|
| @@ -136,7 +136,7 @@ source_set("lib") {
|
| }
|
| }
|
|
|
| -source_set("test_interface") {
|
| +static_library("test_interface") {
|
| sources = [
|
| "window_server_test_impl.cc",
|
| "window_server_test_impl.h",
|
| @@ -150,7 +150,7 @@ source_set("test_interface") {
|
| ]
|
| }
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
|
|
| sources = [
|
|
|