| Index: tools/gn/secondary/third_party/libevent/BUILD.gn
|
| diff --git a/tools/gn/secondary/third_party/libevent/BUILD.gn b/tools/gn/secondary/third_party/libevent/BUILD.gn
|
| index a990a3bd7e4b7575d16d912f0b57b1114f42ff1a..689614176573e3f20e249e37967969530332ce6c 100644
|
| --- a/tools/gn/secondary/third_party/libevent/BUILD.gn
|
| +++ b/tools/gn/secondary/third_party/libevent/BUILD.gn
|
| @@ -38,6 +38,6 @@ static_library("libevent") {
|
| sources -= [ "kqueue.c" ]
|
| }
|
|
|
| - configs -= "//build/config/compiler:chromium_code"
|
| - configs += "//build/config/compiler:no_chromium_code"
|
| + configs -= [ "//build/config/compiler:chromium_code" ]
|
| + configs += [ "//build/config/compiler:no_chromium_code" ]
|
| }
|
|
|