Index: android_webview/android_webview.gyp |
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp |
index f6de69f38850853cd011b3b22e99ad9d5eab6d5f..e2c1eab0484699691b2792baa50ff3e40a10c577 100644 |
--- a/android_webview/android_webview.gyp |
+++ b/android_webview/android_webview.gyp |
@@ -26,13 +26,6 @@ |
[ 'android_webview_build==0', { |
'product_prefix': 'libstandalone', |
}], |
- # The general approach is to allow the executable target to choose |
- # the allocator, but as in the WebView case we are building a library |
- # only, put the dependency on the allocator here |
- [ 'android_webview_build==1 and android_use_tcmalloc==1', { |
- 'dependencies': [ |
- '../base/allocator/allocator.gyp:allocator', ], |
- }], |
[ 'android_webview_build==1 and use_system_skia==0', { |
# When not using the system skia there are linker warnings about |
# overriden hidden symbols which there's no easy way to eliminate; |