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

Unified Diff: chrome/common/features.gni

Issue 1722743002: Adds ability for chrome to behave as mojo_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to tip of tree Created 4 years, 10 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
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 1e78625730ffe0442d9a216432fb7000182f3523..13755f9cf7800a94f000023e75aa44d4cdb8d0a9 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -17,6 +17,10 @@ declare_args() {
# Use vulcanized HTML/CSS/JS resources to speed up WebUI (chrome://)
# pages. https://github.com/polymer/vulcanize
use_vulcanize = true
+
+ # Set to true to bundle all the mash related mojo services into chrome.
+ # Specify --mash to chrome to have chrome start the mash environment.
+ enable_package_mash_services = is_chromeos
}
enable_one_click_signin = is_win || is_mac || (is_linux && !is_chromeos)
« chrome/common/BUILD.gn ('K') | « chrome/common/BUILD.gn ('k') | components/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698