| Index: services/shell/background/tests/BUILD.gn
|
| diff --git a/services/shell/background/tests/BUILD.gn b/services/shell/background/tests/BUILD.gn
|
| index eaf8469425353874f803d9b0c91dbb261fd360e8..b6fd6903f49f03ed11c469b3486d239cf873399f 100644
|
| --- a/services/shell/background/tests/BUILD.gn
|
| +++ b/services/shell/background/tests/BUILD.gn
|
| @@ -6,7 +6,7 @@ import("//mojo/public/mojo_application.gni")
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
| import("//testing/test.gni")
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| sources = [
|
| "test_catalog_store.cc",
|
| "test_catalog_store.h",
|
|
|