Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: build/secondary/third_party/freetype/BUILD.gn

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/secondary/third_party/freetype/BUILD.gn
diff --git a/build/secondary/third_party/freetype/BUILD.gn b/build/secondary/third_party/freetype/BUILD.gn
index ee70c4e89cfbccd35ee207b42134aa180afb06dc..2b9623964fbf5a88c24f599505b30cbddc769861 100644
--- a/build/secondary/third_party/freetype/BUILD.gn
+++ b/build/secondary/third_party/freetype/BUILD.gn
@@ -43,7 +43,7 @@ source_set("freetype") {
"build",
]
- direct_dependent_configs = [ ":freetype_config" ]
+ public_configs = [ ":freetype_config" ]
deps = [
"//third_party/libpng",
« no previous file with comments | « build/secondary/third_party/flac/BUILD.gn ('k') | build/secondary/third_party/google_toolbox_for_mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698