| Index: services/shell/public/cpp/BUILD.gn
|
| diff --git a/services/shell/public/cpp/BUILD.gn b/services/shell/public/cpp/BUILD.gn
|
| index b116e16c038d4954751447fda32ca8ffa9da111a..63d6e96ad10f0d5ffe5164125ecf1ef72ea36300 100644
|
| --- a/services/shell/public/cpp/BUILD.gn
|
| +++ b/services/shell/public/cpp/BUILD.gn
|
| @@ -68,11 +68,11 @@ if (!is_ios) {
|
| ]
|
| }
|
|
|
| - source_set("shell_test_support") {
|
| + source_set("service_test_support") {
|
| testonly = true
|
| sources = [
|
| - "lib/shell_test.cc",
|
| - "shell_test.h",
|
| + "lib/service_test.cc",
|
| + "service_test.h",
|
| ]
|
|
|
| public_deps = [
|
|
|