| Index: chrome/app/mash/BUILD.gn
|
| diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
|
| index 981d813b568ef6f55a11787b9c20d180918903e5..5473d236762e1bee014d62c6a466bbe57f342d5f 100644
|
| --- a/chrome/app/mash/BUILD.gn
|
| +++ b/chrome/app/mash/BUILD.gn
|
| @@ -2,6 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//build/config/nacl/config.gni")
|
| import("//services/catalog/public/tools/catalog.gni")
|
| import("//services/service_manager/public/service_manifest.gni")
|
|
|
| @@ -70,6 +71,13 @@ service_manifest("mash_manifest") {
|
| if (is_linux && !is_android) {
|
| packaged_services += [ "//components/font_service:manifest" ]
|
| }
|
| +
|
| + if (enable_nacl) {
|
| + packaged_services += [ "//components/nacl/loader:nacl_loader_manifest" ]
|
| + if (is_win && target_cpu == "x86") {
|
| + packaged_services += [ "//components/nacl/broker:nacl_broker_manifest" ]
|
| + }
|
| + }
|
| }
|
|
|
| catalog("catalog") {
|
|
|