Commit dcbe0bce authored by tfarina's avatar tfarina Committed by Commit bot

Cleanup: Rename two entries of 'direct_dependent_configs' to 'public_configs'.

public_configs is the non-deprecated name of direct_dependent_configs.

BUG=None
TEST=gn gen out-gn
R=brettw@chromium.org

Review URL: https://codereview.chromium.org/1034063002

Cr-Commit-Position: refs/heads/master@{#322363}
parent a3cde697
...@@ -28,7 +28,7 @@ group("gtk") { ...@@ -28,7 +28,7 @@ group("gtk") {
"//chrome/browser/ui/libgtk2ui", "//chrome/browser/ui/libgtk2ui",
"//remoting/host", "//remoting/host",
] ]
direct_dependent_configs = [ ":gtk_internal_config" ] public_configs = [ ":gtk_internal_config" ]
} }
# Depend on "gtkprint" to get this. # Depend on "gtkprint" to get this.
...@@ -38,5 +38,5 @@ pkg_config("gtkprint_internal_config") { ...@@ -38,5 +38,5 @@ pkg_config("gtkprint_internal_config") {
group("gtkprint") { group("gtkprint") {
visibility = [ "//chrome/browser/ui/libgtk2ui" ] visibility = [ "//chrome/browser/ui/libgtk2ui" ]
direct_dependent_configs = [ ":gtkprint_internal_config" ] public_configs = [ ":gtkprint_internal_config" ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment