| Index: mojo/public/mojo.gni
|
| diff --git a/mojo/public/mojo.gni b/mojo/public/mojo.gni
|
| index bb06cdbfd4737dd80f9249dadc0fe8be88dda77d..cadb3d6387d445216f64341a5eda9e13fd01e30a 100644
|
| --- a/mojo/public/mojo.gni
|
| +++ b/mojo/public/mojo.gni
|
| @@ -38,13 +38,6 @@ if (defined(mojo_disable_dart_apptest_framework) &&
|
| mojo_use_dart_apptest_framework = false
|
| }
|
|
|
| -# Embedder uses Mojo application code.
|
| -mojo_use_application_in_sdk = true
|
| -if (defined(mojo_disable_application_in_sdk) &&
|
| - 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) {
|
|
|