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

Unified Diff: webrtc/libjingle/libjingle.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/build/common.gypi ('k') | webrtc/libjingle_p2p_unittest.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/libjingle/libjingle.gyp
diff --git a/webrtc/libjingle/libjingle.gyp b/webrtc/libjingle/libjingle.gyp
index 3c3996905d15c8915a847111f865c727a8444355..b2322c68ecbeaed2eededee0dbba4736546ed74d 100644
--- a/webrtc/libjingle/libjingle.gyp
+++ b/webrtc/libjingle/libjingle.gyp
@@ -8,16 +8,12 @@
{
'includes': ['../build/common.gypi'],
- 'variables': {
- 'talk_root%': '<(webrtc_root)/../talk',
- },
'targets': [
{
'target_name': 'libjingle_xmpphelp',
'type': 'static_library',
'dependencies': [
- '<(talk_root)/libjingle.gyp:libjingle',
- '<(talk_root)/libjingle.gyp:libjingle_p2p',
+ '<(webrtc_root)/pc/pc.gyp:rtc_pc',
],
'conditions': [
['build_expat==1', {
« no previous file with comments | « webrtc/build/common.gypi ('k') | webrtc/libjingle_p2p_unittest.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698