Index: third_party/sqlite/BUILD.gn |
diff --git a/third_party/sqlite/BUILD.gn b/third_party/sqlite/BUILD.gn |
index b78bd11a95459e1721d96ec48cec2d4d6c5e62c8..602a84f48eb9d620b7d133213469c8e8900714e0 100644 |
--- a/third_party/sqlite/BUILD.gn |
+++ b/third_party/sqlite/BUILD.gn |
@@ -86,7 +86,7 @@ source_set("sqlite") { |
] |
} |
- direct_dependent_configs = [ ":sqlite_config" ] |
+ public_configs = [ ":sqlite_config" ] |
deps = [ |
"//third_party/icu", |