| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index eed764957d898c1843923b5962e72c613b6fe469..0eff7b183acdb77a51e6e322889cfbf97833c9c1 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -43,9 +43,6 @@ config("feature_flags") {
|
| # TODO(brettw) this probably needs to be parameterized.
|
| defines = [ "V8_DEPRECATION_WARNINGS" ] # Don't use deprecated V8 APIs anywhere.
|
|
|
| - if (dont_embed_build_metadata) {
|
| - defines += [ "DONT_EMBED_BUILD_METADATA" ]
|
| - }
|
| if (dcheck_always_on) {
|
| defines += [ "DCHECK_ALWAYS_ON=1" ]
|
| }
|
|
|