From a7735b9ab33bdfce75fadbe80e425b85b512a9a3 Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Fri, 26 Sep 2014 21:46:47 +0000 Subject: [PATCH] Rename GN public variables. direct_dependent_configs => public_configs Code review: https://webrtc-codereview.appspot.com/22749004/ R=fbarchard git-svn-id: http://libyuv.googlecode.com/svn/trunk@1094 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 71289427d..8641bcd5b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -69,7 +69,7 @@ source_set("libyuv") { "source/video_common.cc", ] - direct_dependent_configs = [ ":libyuv_config" ] + public_configs = [ ":libyuv_config" ] defines = []