Index: third_party/protobuf/BUILD.gn |
diff --git a/third_party/protobuf/BUILD.gn b/third_party/protobuf/BUILD.gn |
index 411905406f0d4a0246c5ae795771ddf87c150789..265499ce28cfdca719b49920f60ca709250b1491 100644 |
--- a/third_party/protobuf/BUILD.gn |
+++ b/third_party/protobuf/BUILD.gn |
@@ -92,7 +92,7 @@ source_set("protobuf_lite") { |
if (is_win) { |
configs -= [ "//build/config/win:lean_and_mean" ] |
} |
- direct_dependent_configs = [ ":protobuf_config" ] |
+ public_configs = [ ":protobuf_config" ] |
cflags = protobuf_lite_cflags |
@@ -169,7 +169,7 @@ source_set("protobuf_full") { |
if (is_win) { |
configs -= [ "//build/config/win:lean_and_mean" ] |
} |
- direct_dependent_configs = [ ":protobuf_config" ] |
+ public_configs = [ ":protobuf_config" ] |
cflags = protobuf_lite_cflags |
} |