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

Unified Diff: webrtc/pc/BUILD.gn

Issue 2651663002: Fixed public_deps for libjingle_peerconnection{,_api} (Closed)
Patch Set: Removed doubles from deps. Created 3 years, 11 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 | « webrtc/api/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/BUILD.gn
diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn
index 5c4d87c677ee08fb48ffce2415f5f77160f8943c..d447db743a4a8ed155c2809539b69b5cee563879 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -146,13 +146,16 @@ rtc_static_library("libjingle_peerconnection") {
deps = [
":rtc_pc",
"../api:call_api",
- "../api:libjingle_peerconnection_api",
"../api:rtc_stats_api",
"../call",
"../media",
"../stats",
]
+ public_deps = [
+ "../api:libjingle_peerconnection_api",
+ ]
+
if (rtc_use_quic) {
sources += [
"quicdatachannel.cc",
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698