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

Unified Diff: third_party/libjingle/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
« no previous file with comments | « third_party/libaddressinput/BUILD.gn ('k') | third_party/libjpeg/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/BUILD.gn
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn
index 5c3e483e51d761080498f38fd3a61a9c4d93e871..02c2bf977b16f1ec1348b309d6a46afcf016a083 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -117,15 +117,14 @@ config("jingle_all_dependent_configs") {
# From third_party/libjingle/libjingle.gyp's target_defaults.
group("jingle_deps") {
+ public_deps = [
+ "//third_party/expat",
+ ]
deps = [
"//base",
"//net",
- "//third_party/expat",
"//crypto:platform",
]
- forward_dependent_configs_from = [
- "//third_party/expat",
- ]
}
# GYP version: third_party/libjingle.gyp:libjingle
« no previous file with comments | « third_party/libaddressinput/BUILD.gn ('k') | third_party/libjpeg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698