| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index f77a46e38884bcfbe3623002f257094ff5eceff5..0a8c3a57409839dffa40bd00b3fcc0985bf9d752 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -61,9 +61,9 @@ config("feature_flags") {
|
| if (enable_pdf) {
|
| defines += [ "ENABLE_PDF=1" ]
|
| }
|
| - if (dcheck_always_on) {
|
| - defines += [ "DCHECK_ALWAYS_ON=1" ]
|
| - }
|
| +# if (dcheck_always_on) {
|
| +# defines += [ "DCHECK_ALWAYS_ON=1" ]
|
| +# }
|
| if (use_udev) {
|
| # TODO(brettw) should probably be "=1".
|
| defines += [ "USE_UDEV" ]
|
|
|