X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fsqlite%2FBUILD.gn;h=602a84f48eb9d620b7d133213469c8e8900714e0;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=b78bd11a95459e1721d96ec48cec2d4d6c5e62c8;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/sqlite/BUILD.gn b/src/third_party/sqlite/BUILD.gn index b78bd11..602a84f 100644 --- a/src/third_party/sqlite/BUILD.gn +++ b/src/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",