| Index: base/allocator/allocator.gyp
|
| diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
|
| index 4d95906153e144c3416625bc5f86f5bb7b911f68..632e072c089c6eacf1a27585b6894e0baa4be32e 100644
|
| --- a/base/allocator/allocator.gyp
|
| +++ b/base/allocator/allocator.gyp
|
| @@ -408,11 +408,6 @@
|
| '-Wl,-u_ZN15HeapLeakChecker12IgnoreObjectEPKv,-u_ZN15HeapLeakChecker14UnIgnoreObjectEPKv',
|
| ]},
|
| }],
|
| - # Need to distinguish a non-SDK build for Android WebView
|
| - # due to differences in C include files.
|
| - ['OS=="android" and android_webview_build==1', {
|
| - 'defines': ['ANDROID_NON_SDK_BUILD'],
|
| - }],
|
| [ 'use_vtable_verify==1', {
|
| 'cflags': [
|
| '-fvtable-verify=preinit',
|
|
|