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

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

Issue 2863163003: Add nacl_loader_manifest to catalog_mus. (Closed)
Patch Set: remove nacl_broker_manifest until its needed. 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 ea70a425dffd03c544348be4cb3db02a060bf04c..8c7afa6ac748ef63b25de23ba4962788134b8c5c 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -105,6 +105,10 @@ if (is_chromeos) {
# TODO(sky): verify if we need this.
"//services/ui/ime/test_ime_driver:manifest",
]
+
+ if (enable_nacl) {
+ embedded_services += [ "//components/nacl/loader:nacl_loader_manifest" ]
+ }
}
catalog_cpp_source("chrome_mus_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