Chromium Code Reviews| Index: chrome/app/mash/BUILD.gn |
| diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn |
| index e8df7e129ecc4c23009b3f6c90b9227a156efd42..feba96a3290ad4b6c9f4648a9a805d112219f0ce 100644 |
| --- a/chrome/app/mash/BUILD.gn |
| +++ b/chrome/app/mash/BUILD.gn |
| @@ -78,6 +78,7 @@ service_manifest("mash_manifest") { |
| catalog("catalog") { |
| embedded_services = [ ":mash_manifest" ] |
| catalog_deps = [ "//chrome/app:catalog" ] |
| + standalone_services = [ "//mash/example/views_examples:manifest" ] |
|
sky
2017/02/14 00:41:33
Does this change what is compiled at all? I want t
Elliot Glaysher
2017/02/14 00:52:28
I verified that this doesn't generate views_exampl
|
| } |
| catalog_cpp_source("chrome_mash_catalog") { |