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

Unified Diff: 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 | « chrome/app/mash/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index 142f775c8d838f9ec5afc6ea1bbbdfd48676a00d..b1e9784f4881d6a4686ef053344e53a9d7d6d6d8 100644
--- a/mash/BUILD.gn
+++ b/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")
import("//testing/test.gni")
@@ -73,6 +74,13 @@ catalog("catalog") {
if (is_linux && !is_android) {
standalone_services += [ "//components/font_service:manifest" ]
}
+
+ if (enable_nacl) {
+ standalone_services += [ "//components/nacl/loader:nacl_loader_manifest" ]
+ if (is_win && target_cpu == "x86") {
+ standalone_services += [ "//components/nacl/broker:nacl_broker_manifest" ]
+ }
+ }
}
copy("mash_catalog") {
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698