summaryrefslogtreecommitdiffstats
path: root/third_party/hunspell
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-06-27 14:21:27 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-27 21:22:12 +0000
commit0cb868691e17e80b0feeb9fa5c88308ab37520ff (patch)
tree47105006e2bcb1422d1a4b6550bf8de101b11159 /third_party/hunspell
parent199f758b036d4752b6e2af5cb91bed834e8ece2f (diff)
downloadchromium_src-0cb868691e17e80b0feeb9fa5c88308ab37520ff.zip
chromium_src-0cb868691e17e80b0feeb9fa5c88308ab37520ff.tar.gz
chromium_src-0cb868691e17e80b0feeb9fa5c88308ab37520ff.tar.bz2
third_party/hunspell: Rename direct_dependent_configs to public_configs.
This is part of the deprecation work and public_configs is the new name, they have the same behavior. gn-dev thread: https://groups.google.com/a/chromium.org/d/topic/gn-dev/h9N85MIx_Bk/discussion BUG=None TEST=gn gen out-gn/Debug still works R=rouslan@chromium.org Review URL: https://codereview.chromium.org/1218693002 Cr-Commit-Position: refs/heads/master@{#336501}
Diffstat (limited to 'third_party/hunspell')
-rw-r--r--third_party/hunspell/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/hunspell/BUILD.gn b/third_party/hunspell/BUILD.gn
index 80a27c8..3219c9d 100644
--- a/third_party/hunspell/BUILD.gn
+++ b/third_party/hunspell/BUILD.gn
@@ -53,7 +53,7 @@ source_set("hunspell") {
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
- direct_dependent_configs = [ ":hunspell_config" ]
+ public_configs = [ ":hunspell_config" ]
defines = [ "OPENOFFICEORG" ]