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

Unified Diff: base/allocator/allocator.gyp

Issue 208263016: Revert "Enable DMP for system Chromium WebView on Android" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 | « android_webview/android_webview.gyp ('k') | third_party/tcmalloc/chromium/src/base/linux_syscall_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « android_webview/android_webview.gyp ('k') | third_party/tcmalloc/chromium/src/base/linux_syscall_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698