Chromium Code Reviews

Unified Diff: webrtc/api/api.gyp

Issue 1691463002: Move talk/session/media -> webrtc/pc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Disabled -Wmaybe-uninitialized warning on GCC Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index fe7cd0eacc4cea6ba50990e52caff2fd3c00986d..b1bdf9b7413f37cc59a44e86eab6b74caba77875 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -250,7 +250,7 @@
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/media/media.gyp:rtc_media',
- '../../talk/libjingle.gyp:libjingle_p2p',
+ '<(webrtc_root)/pc/pc.gyp:rtc_pc',
],
'sources': [
'audiotrack.cc',

Powered by Google App Engine