| Index: third_party/libjingle/libjingle.gyp
|
| diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
|
| index 61c50f96a6f8f2101d666ff905f7149298e5ca22..c7dc8dbcfa8c0b12c539f3bff3e6eb9e347dfb9f 100644
|
| --- a/third_party/libjingle/libjingle.gyp
|
| +++ b/third_party/libjingle/libjingle.gyp
|
| @@ -12,7 +12,6 @@
|
| 'libjingle_peerconnection_additional_deps%': [],
|
| 'libjingle_source%': "source",
|
| 'libpeer_target_type%': 'static_library',
|
| - 'libpeer_allocator_shim%': 0,
|
| 'webrtc_p2p': "../webrtc/p2p",
|
| 'webrtc_xmpp': "../webrtc/libjingle/xmpp",
|
| },
|
| @@ -482,13 +481,6 @@
|
| '<(libjingle_source)/talk/session/media/voicechannel.h',
|
| ],
|
| 'conditions': [
|
| - ['libpeer_allocator_shim==1 and '
|
| - 'libpeer_target_type!="static_library" and OS!="mac"', {
|
| - 'sources': [
|
| - 'overrides/allocator_shim/allocator_stub.cc',
|
| - 'overrides/allocator_shim/allocator_stub.h',
|
| - ],
|
| - }],
|
| # TODO(mallinath) - Enable SCTP for iOS.
|
| ['OS!="ios"', {
|
| 'defines': [
|
|
|