| Index: third_party/mojo/src/mojo/public/mojo.gni
|
| diff --git a/third_party/mojo/src/mojo/public/mojo.gni b/third_party/mojo/src/mojo/public/mojo.gni
|
| index c8c30551076be1998b8afdf10f5a61b2ab5a898c..2e2581400188d3a02c78d4c8249869244ae03e84 100644
|
| --- a/third_party/mojo/src/mojo/public/mojo.gni
|
| +++ b/third_party/mojo/src/mojo/public/mojo.gni
|
| @@ -34,6 +34,12 @@ if (defined(mojo_disable_application_in_sdk) &&
|
| mojo_use_application_in_sdk = false
|
| }
|
|
|
| +# Embedder uses Mojo network interfaces.
|
| +mojo_use_network_in_sdk = true
|
| +if (defined(mojo_disable_network_in_sdk) && mojo_disable_network_in_sdk) {
|
| + mojo_use_network_in_sdk = false
|
| +}
|
| +
|
| # The absolute path to the directory containing the mojo public SDK (i.e., the
|
| # directory containing mojo/public). The build files within the Mojo public
|
| # SDK use this variable to allow themselves to be parameterized by the location
|
|
|