Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3562)

Unified Diff: chrome/app/mash/BUILD.gn

Issue 2664893002: Enable nacl_loader service in mustash (Closed)
Patch Set: Update Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mash/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « no previous file | mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698