| 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 bc90a236f9b52dbe39fbcb69f0c38a8b9560f9ee..b8676e6bceba230a7bc421ce0da31cc5407ca1ce 100644
|
| --- a/third_party/mojo/src/mojo/public/mojo.gni
|
| +++ b/third_party/mojo/src/mojo/public/mojo.gni
|
| @@ -19,6 +19,12 @@ if (!defined(build_network_service_from_source) ||
|
| use_prebuilt_network_service = is_linux || is_android
|
| }
|
|
|
| +# Enable Dart apptest framework by default.
|
| +use_dart_apptest_framework = true
|
| +if (defined(disable_dart_apptest_framework) && disable_dart_apptest_framework) {
|
| + use_dart_apptest_framework = 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
|
|
|