| Index: tools/gn/secondary/third_party/sfntly/BUILD.gn
|
| diff --git a/tools/gn/secondary/third_party/sfntly/BUILD.gn b/tools/gn/secondary/third_party/sfntly/BUILD.gn
|
| index 2f8f847ba270ab9d671eb2f92114c81eeeae5be5..b2972f9f023b08ceee1c0e4a22f84660ee3a736f 100644
|
| --- a/tools/gn/secondary/third_party/sfntly/BUILD.gn
|
| +++ b/tools/gn/secondary/third_party/sfntly/BUILD.gn
|
| @@ -122,8 +122,8 @@ static_library("sfntly") {
|
| defines = [ "SFNTLY_NO_EXCEPTION" ]
|
| include_dirs = [ "cpp/src" ]
|
|
|
| - 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" ]
|
|
|
| deps = [ "//third_party/icu:icuuc" ]
|
| }
|
|
|