| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index 83a80f1d4d0b363b06e9a8e68cd373ba8a82a996..5382163c66564243c9bdd13c6cb16c3d8944bb09 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -121,6 +121,10 @@ declare_args() {
|
| # specified in testing/variations/fieldtrial_testing_config_*.json.
|
| # Note: this setting is ignored if is_chrome_branded.
|
| fieldtrial_testing_like_official_build = is_chrome_branded
|
| +
|
| + # Use Chrome's implementation of the Mojo EDK located in src/mojo/edk instead
|
| + # of the one in src/third_party/mojo/src/mojo/edk
|
| + use_chrome_edk = false
|
| }
|
|
|
| # Additional dependent variables -----------------------------------------------
|
|
|