Chromium Code Reviews| Index: chrome/app/mash/BUILD.gn |
| diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn |
| index 8c7afa6ac748ef63b25de23ba4962788134b8c5c..4b901d18a9ec4a5354508934dc473b11aa9b03e8 100644 |
| --- a/chrome/app/mash/BUILD.gn |
| +++ b/chrome/app/mash/BUILD.gn |
| @@ -89,6 +89,10 @@ catalog("catalog") { |
| if (is_linux && !is_android) { |
| embedded_services += [ "//components/font_service:manifest" ] |
| } |
| + |
| + if (enable_nacl) { |
|
sky
2017/05/08 15:59:31
Should this only happen for chromeos? e.g.:
if (e
Hadi
2017/05/08 18:05:05
Done.
|
| + embedded_services += [ "//components/nacl/loader:nacl_loader_manifest" ] |
| + } |
| } |
| catalog_cpp_source("chrome_mash_catalog") { |