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

Unified Diff: webrtc/api/BUILD.gn

Issue 2120673004: Add field_trial_default dependency to libjingle_peerconnection (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 4 years, 4 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 | « AUTHORS ('k') | webrtc/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index 8f3327a13dff3086c486a88d13263643080fb41c..c3927253826269872f0a2fc0447f538f32de2896 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -111,9 +111,9 @@ source_set("libjingle_peerconnection") {
}
deps = [
- "../call",
kjellander_webrtc 2016/08/18 10:22:39 You're removing the dependency on ../call here. Pl
- "../media",
- "../pc",
+ "../media:rtc_media",
kjellander_webrtc 2016/08/18 10:22:39 This change does nothing, the default group in med
+ "../pc:rtc_pc",
kjellander_webrtc 2016/08/18 10:22:39 Same for this.
+ "../system_wrappers:field_trial_default",
]
if (rtc_use_quic) {
@@ -196,7 +196,6 @@ if (is_android && !build_with_chromium) {
deps = [
":libjingle_peerconnection",
- "../system_wrappers:field_trial_default",
"../system_wrappers:metrics_default",
]
« no previous file with comments | « AUTHORS ('k') | webrtc/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698