| Index: third_party/re2/BUILD.gn
|
| diff --git a/third_party/re2/BUILD.gn b/third_party/re2/BUILD.gn
|
| index f1716525cb777ae806257d1e5c2947414ac7f1ee..d022e4f9e03c8780cd489da9b923b307891edf7f 100644
|
| --- a/third_party/re2/BUILD.gn
|
| +++ b/third_party/re2/BUILD.gn
|
| @@ -59,7 +59,7 @@ static_library("re2") {
|
|
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
| configs += [ "//build/config/compiler:no_chromium_code" ]
|
| - direct_dependent_configs = [ ":re2_config" ]
|
| + public_configs = [ ":re2_config" ]
|
|
|
| deps = [
|
| "//base/third_party/dynamic_annotations",
|
|
|