| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 604ce8534ac177da9e7d8d0dc715e29ee2b47761..03a370526930542ac9e8a190403c28888347a62d 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -5156,7 +5156,7 @@ if (is_chromeos && enable_package_mash_services) {
|
| testonly = true
|
| embedded_services = [ ":mash_browser_tests_manifest" ]
|
| standalone_services = [ "//services/tracing:manifest" ]
|
| - catalog_deps = [ "//chrome/app:catalog" ]
|
| + catalog_deps = [ "//chrome/app:catalog_for_mash" ]
|
| }
|
|
|
| copy("mash_browser_tests_catalog_copy") {
|
|
|