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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 920043002: Remove references to 'libpeer_allocator_shim' gyp variable. This variable isn't used anymore. I'll… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698