| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index b9208ac302ea8e4e7f764b120dbbb0a69476513f..35cb1e6d98575c11112bb4a2d839fb855ae29571 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -80,9 +80,6 @@ config("feature_flags") {
|
| if (use_browser_spellchecker) {
|
| defines += [ "USE_BROWSER_SPELLCHECKER=1" ]
|
| }
|
| - if (dont_embed_build_metadata) {
|
| - defines += [ "DONT_EMBED_BUILD_METADATA" ]
|
| - }
|
| if (dcheck_always_on) {
|
| defines += [ "DCHECK_ALWAYS_ON=1" ]
|
| }
|
|
|