X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fprotobuf%2FBUILD.gn;h=265499ce28cfdca719b49920f60ca709250b1491;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=72c94913d65388d9ab5247dc91ff89614a0900b4;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/protobuf/BUILD.gn b/src/third_party/protobuf/BUILD.gn index 72c9491..265499c 100644 --- a/src/third_party/protobuf/BUILD.gn +++ b/src/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 @@ -105,7 +105,8 @@ source_set("protobuf_lite") { # into that category. Do not use in Chrome code. source_set("protobuf_full") { - visibility = ":*" # Prevent people from depending on this outside our file. + # Prevent people from depending on this outside our file. + visibility = [ ":*" ] sources = protobuf_lite_sources sources += [ @@ -168,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 }