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

Unified Diff: third_party/libjingle/overrides/allocator_shim/allocator_proxy.cc

Issue 17569006: Support using loadable module for libpeerconnection on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: code review Created 7 years, 6 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
Index: third_party/libjingle/overrides/allocator_shim/allocator_proxy.cc
===================================================================
--- third_party/libjingle/overrides/allocator_shim/allocator_proxy.cc (revision 208133)
+++ third_party/libjingle/overrides/allocator_shim/allocator_proxy.cc (working copy)
@@ -8,8 +8,8 @@
#error "Only compile the allocator proxy with the shared_library implementation"
#endif
-#if defined(OS_MACOSX)
-#error "The allocator proxy isn't supported (or needed) on mac."
+#if defined(OS_MACOSX) || defined(OS_ANDROID)
+#error "The allocator proxy isn't supported (or needed) on mac or android."
#endif
extern AllocateFunction g_alloc;
« no previous file with comments | « third_party/libjingle/libjingle.gyp ('k') | third_party/libjingle/overrides/allocator_shim/allocator_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698