summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
authortommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-05 22:54:54 +0000
committertommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-05 22:54:54 +0000
commit5f8d33aac16fb6d5c583d0191ed2e0ad74f81eb8 (patch)
treec74dfaee8f9fd3b5b091fad5c0d497485e411a1a /jingle
parent98e97d0f4d97fcc22b403feedcab2c66d2bfc920 (diff)
downloadchromium_src-5f8d33aac16fb6d5c583d0191ed2e0ad74f81eb8.zip
chromium_src-5f8d33aac16fb6d5c583d0191ed2e0ad74f81eb8.tar.gz
chromium_src-5f8d33aac16fb6d5c583d0191ed2e0ad74f81eb8.tar.bz2
Refactor libjingle.gyp:
* Move code out of libjingle_p2p and libjingle_peerconnection into the libjingle lib. * Update gyp files that previously depended on libjingle_p2p to depend on libjingle. * Only the constant files are left in the extra libs (which is why they exist). * Move the webrtc code out into a separate target. Review URL: https://codereview.chromium.org/12465002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186277 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle')
-rw-r--r--jingle/jingle.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index 2506978..cb01632 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -39,11 +39,9 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../net/net.gyp:net',
'../third_party/libjingle/libjingle.gyp:libjingle',
- '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
],
'export_dependent_settings': [
'../third_party/libjingle/libjingle.gyp:libjingle',
- '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
],
},
# A library for sending and receiving peer-issued notifications.