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

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

Issue 2864363003: Add nacl_loader_manifest to mash's catalog. (Closed)
Patch Set: Addressed feedback. Created 3 years, 7 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 | no next file » | 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 8c7afa6ac748ef63b25de23ba4962788134b8c5c..f6f8e3804bacb45f9e707b747048fd9a059b3627 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 && is_chromeos) {
+ embedded_services += [ "//components/nacl/loader:nacl_loader_manifest" ]
+ }
}
catalog_cpp_source("chrome_mash_catalog") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698