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

Unified Diff: webrtc/api/BUILD.gn

Issue 2263063002: Revert of 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 2ded6072c838590e108bab4ce17ccf3c8894bb33..8f3327a13dff3086c486a88d13263643080fb41c 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -114,7 +114,6 @@
"../call",
"../media",
"../pc",
- "../system_wrappers:field_trial_default",
]
if (rtc_use_quic) {
@@ -197,6 +196,7 @@
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