| Index: build/module_args/mojo.gni
|
| diff --git a/build/module_args/mojo.gni b/build/module_args/mojo.gni
|
| index d7cf153c60816b2416198d1395f94fda15462ec7..e3c88d2099ffe2b0004981529c7e926264a0d962 100644
|
| --- a/build/module_args/mojo.gni
|
| +++ b/build/module_args/mojo.gni
|
| @@ -11,6 +11,10 @@ mojo_sdk_root = "//"
|
| # Linux and Android).
|
| mojo_build_mojo_shell_from_source = true
|
|
|
| +# To build the dart_snapshotter from source, set this variable to true. To use
|
| +# the prebuilt dart_snapshotter, omit this variable or set it to false.
|
| +mojo_build_dart_snapshotter_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.
|
| mojo_build_network_service_from_source = false
|
|
|