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

Unified Diff: build/module_args/mojo.gni

Issue 910763002: Expose ability to download network service impl in SDK. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixes Created 5 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
« no previous file with comments | « DEPS ('k') | mojo/BUILD.gn » ('j') | mojo/public/mojo.gni » ('J')
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 db961e48671d0adde470ecea7a4cba35986777ea..52923eaa9b2f7907cf8f709043a7bfba661bc89a 100644
--- a/build/module_args/mojo.gni
+++ b/build/module_args/mojo.gni
@@ -6,3 +6,7 @@
# shell will be used only on platforms for which it is published (currently
# Linux and Android).
use_prebuilt_mojo_shell = false
+
+# To use the prebuilt network service, set this variable to true or simply omit
ppi 2015/02/10 16:49:50 Should both comments go the other way, ie. "By def
jamesr 2015/02/10 22:45:21 Yeah, I think the default should be prebuilt (here
blundell 2015/02/11 21:06:17 Changed the comments. The code defaults to prebuil
ppi 2015/02/12 13:36:49 Yeah, flipping both flags around sounds good to me
+# it.
+use_prebuilt_network_service = true
« no previous file with comments | « DEPS ('k') | mojo/BUILD.gn » ('j') | mojo/public/mojo.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698