| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index ba165ed9657a9a5e5314be1b4de67ee35c7cbe4f..287a1e762b52e84c1d114dca794af45e6a353e6c 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -80,6 +80,9 @@ config("feature_flags") {
|
| if (enable_spellcheck) {
|
| defines += [ "ENABLE_SPELLCHECK=1" ]
|
| }
|
| + if (use_platform_spellchecker) {
|
| + defines += [ "USE_PLATFORM_SPELLCHECKER=1" ]
|
| + }
|
| if (dont_embed_build_metadata) {
|
| defines += [ "DONT_EMBED_BUILD_METADATA" ]
|
| }
|
|
|