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

Unified Diff: webrtc/api/api.gyp

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 | « 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/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index eb8c9c07ead4dc7ff5b4312252c1669e4c818803..de6b8fab6a34cc4aa39b6edb5df33894da2048cd 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -30,7 +30,6 @@
'target_name': 'libjingle_peerconnection_jni',
'type': 'static_library',
'dependencies': [
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
'libjingle_peerconnection',
],
@@ -101,6 +100,7 @@
'dependencies': [
'<(webrtc_root)/media/media.gyp:rtc_media',
'<(webrtc_root)/pc/pc.gyp:rtc_pc',
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
],
'sources': [
'audiotrack.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