| Index: build/module_args/mojo.gni
|
| diff --git a/build/module_args/mojo.gni b/build/module_args/mojo.gni
|
| index a20ef9e4ea12476db2584fd12cdf25cf4ba7938f..d7cf153c60816b2416198d1395f94fda15462ec7 100644
|
| --- a/build/module_args/mojo.gni
|
| +++ b/build/module_args/mojo.gni
|
| @@ -9,8 +9,8 @@ mojo_sdk_root = "//"
|
| # prebuilt shell, omit this variable or set it to false. Note that the prebuilt
|
| # shell will be used only on platforms for which it is published (currently
|
| # Linux and Android).
|
| -build_mojo_shell_from_source = true
|
| +mojo_build_mojo_shell_from_source = true
|
|
|
| # To build the network service from source, set this variable to true. To use
|
| # the prebuilt network service, omit this variable or set it to false.
|
| -build_network_service_from_source = false
|
| +mojo_build_network_service_from_source = false
|
|
|