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

Unified Diff: build/module_args/mojo.gni

Issue 1087333002: Define mojo_build_mojo_shell_from_source = true (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: build/module_args/mojo.gni
diff --git a/build/module_args/mojo.gni b/build/module_args/mojo.gni
index 21d9dbd6dcdc5d24501fbbcdbf1d3d2626850784..efa553560bdd3d00d2f95ae717d5287952b3d679 100644
--- a/build/module_args/mojo.gni
+++ b/build/module_args/mojo.gni
@@ -17,6 +17,9 @@ mojo_disable_dart_apptest_framework = true
mojo_network_service_root = "//mojo/services"
declare_args() {
+ # The mojo shell is forked and built in the chromium repo.
+ mojo_build_mojo_shell_from_source = true
+
# Specify prebuilt network service mojo file location rather than download
# from gs://mojo.
#
« 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