| Index: services/ui/public/cpp/tests/BUILD.gn
|
| diff --git a/services/ui/public/cpp/tests/BUILD.gn b/services/ui/public/cpp/tests/BUILD.gn
|
| index 150da06bc01badb22f5dc378184767678b49605f..66ffa3ef81b485e14a31749b038acc2b53bbfa60 100644
|
| --- a/services/ui/public/cpp/tests/BUILD.gn
|
| +++ b/services/ui/public/cpp/tests/BUILD.gn
|
| @@ -5,7 +5,7 @@
|
| import("//build/config/ui.gni")
|
| import("//testing/test.gni")
|
|
|
| -source_set("unittest_support") {
|
| +static_library("unittest_support") {
|
| testonly = true
|
|
|
| sources = [
|
| @@ -27,7 +27,7 @@ source_set("unittest_support") {
|
| ]
|
| }
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
|
|
| sources = [
|
|
|