summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com>2014-09-26 21:46:47 +0000
committerbrettw@google.com <brettw@google.com>2014-09-26 21:46:47 +0000
commita7735b9ab33bdfce75fadbe80e425b85b512a9a3 (patch)
treee7db9c4727b68cc25605caec81969048d706f75c
parentfc5ca9280f8e5e9b1fd93ce75da6f488d3565cae (diff)
downloadlibyuv-a7735b9ab33bdfce75fadbe80e425b85b512a9a3.tar.gz
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
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7128942..8641bcd 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 = []