| Index: mojo/edk/test/BUILD.gn
|
| diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
|
| index cd56fb8e398967adaa8a098aa8129420b7baea95..ebacc646c23409de286f5105974f88165cece238 100644
|
| --- a/mojo/edk/test/BUILD.gn
|
| +++ b/mojo/edk/test/BUILD.gn
|
| @@ -4,7 +4,7 @@
|
|
|
| import("//testing/test.gni")
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
| sources = [
|
| "mojo_test_base.cc",
|
| @@ -73,7 +73,7 @@ source_set("run_all_perftests") {
|
| }
|
| }
|
|
|
| -source_set("test_support_impl") {
|
| +static_library("test_support_impl") {
|
| testonly = true
|
| deps = [
|
| "//base",
|
|
|