| Index: build/config/win/BUILD.gn
|
| diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
|
| index f6230648441a55f99926567f2c808f86b4b674e7..bc2ea88e2a79caa190204ea6799b337f3078ec19 100644
|
| --- a/build/config/win/BUILD.gn
|
| +++ b/build/config/win/BUILD.gn
|
| @@ -122,9 +122,7 @@ config("unicode") {
|
| # to have a separate config for it. Remove this config from your target to
|
| # get the "bloaty and accomodating" version of windows.h.
|
| config("lean_and_mean") {
|
| - defines = [
|
| - "WIN32_LEAN_AND_MEAN",
|
| - ]
|
| + defines = [ "WIN32_LEAN_AND_MEAN" ]
|
| }
|
|
|
| # Nominmax --------------------------------------------------------------------
|
| @@ -134,7 +132,5 @@ config("lean_and_mean") {
|
| # For such targets, this config can be removed.
|
|
|
| config("nominmax") {
|
| - defines = [
|
| - "NOMINMAX",
|
| - ]
|
| + defines = [ "NOMINMAX" ]
|
| }
|
|
|