Chromium Code Reviews| 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 |