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

Unified Diff: webrtc/webrtc_examples.gyp

Issue 1691463002: Move talk/session/media -> webrtc/pc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Last rebase Created 4 years, 10 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/webrtc.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_examples.gyp
diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp
index 51cd7929d5d922f632bdf7ea429a50e028234257..1ce450b0f100467d08f08f4c9cacb46b314122a3 100755
--- a/webrtc/webrtc_examples.gyp
+++ b/webrtc/webrtc_examples.gyp
@@ -15,7 +15,7 @@
'type': 'executable',
'dependencies': [
'<(webrtc_root)/base/base.gyp:rtc_base',
- '../talk/libjingle.gyp:libjingle_p2p',
+ '<(webrtc_root)/pc/pc.gyp:rtc_pc',
],
'sources': [
'examples/relayserver/relayserver_main.cc',
@@ -26,7 +26,7 @@
'type': 'executable',
'dependencies': [
'<(webrtc_root)/base/base.gyp:rtc_base',
- '../talk/libjingle.gyp:libjingle_p2p',
+ '<(webrtc_root)/pc/pc.gyp:rtc_pc',
],
'sources': [
'examples/stunserver/stunserver_main.cc',
@@ -37,7 +37,7 @@
'type': 'executable',
'dependencies': [
'<(webrtc_root)/base/base.gyp:rtc_base',
- '../talk/libjingle.gyp:libjingle_p2p',
+ '<(webrtc_root)/pc/pc.gyp:rtc_pc',
],
'sources': [
'examples/turnserver/turnserver_main.cc',
@@ -150,7 +150,7 @@
'type': 'static_library',
'dependencies': [
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
- '../talk/libjingle.gyp:libjingle_peerconnection_objc',
+ '../talk/app/webrtc/legacy_objc_api.gyp:libjingle_peerconnection_objc',
],
'sources': [
'examples/objc/AppRTCDemo/common/ARDUtilities.h',
@@ -184,7 +184,7 @@
'type': 'static_library',
'dependencies': [
'apprtc_common',
- '../talk/libjingle.gyp:libjingle_peerconnection_objc',
+ '../talk/app/webrtc/legacy_objc_api.gyp:libjingle_peerconnection_objc',
'socketrocket',
],
'sources': [
@@ -232,7 +232,7 @@
],
},
'export_dependent_settings': [
- '../talk/libjingle.gyp:libjingle_peerconnection_objc',
+ '../talk/app/webrtc/legacy_objc_api.gyp:libjingle_peerconnection_objc',
],
'conditions': [
['OS=="mac"', {
« no previous file with comments | « webrtc/webrtc.gyp ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698