| Index: chrome/app/mash/BUILD.gn
|
| diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
|
| index 3762ab57873a9f902a301bc9e0648ed9996f2905..8c23ae97995b780acde3fd4020e8a63659dfdba5 100644
|
| --- a/chrome/app/mash/BUILD.gn
|
| +++ b/chrome/app/mash/BUILD.gn
|
| @@ -78,7 +78,10 @@ service_manifest("mash_manifest") {
|
| catalog("catalog") {
|
| embedded_services = [ ":mash_manifest" ]
|
| catalog_deps = [ "//chrome/app:catalog_for_mash" ]
|
| - standalone_services = [ "//mash/example/views_examples:manifest" ]
|
| + standalone_services = [
|
| + "//mash/example/views_examples:manifest",
|
| + "//mash/simple_wm:manifest",
|
| + ]
|
| }
|
|
|
| catalog_cpp_source("chrome_mash_catalog") {
|
|
|