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

Unified Diff: build/common.gypi

Issue 16514009: Add dlmalloc from Bionic to the Chromium tree (DO NOT REVIEW). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « base/base.gyp ('k') | third_party/android_debug_dlmalloc/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 051ddaa10dc64831841f5ba44d9ed10c3344f746..bea0a0b53c8db2c9bd0d69c11670c4b821b301ba 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -226,6 +226,9 @@
# On Linux, we build with sse2 for Chromium builds.
'disable_sse2%': 0,
+ # On Android, use a debug version of dlmalloc for heap size reporting.
+ 'android_use_debug_dlmalloc%': 0,
+
# Use libjpeg-turbo as the JPEG codec used by Chromium.
'use_libjpeg_turbo%': 1,
@@ -816,6 +819,7 @@
'wix_path%': '<(wix_path)',
'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
'use_system_libjpeg%': '<(use_system_libjpeg)',
+ 'android_use_debug_dlmalloc%': '<(android_use_debug_dlmalloc)',
'android_webview_build%': '<(android_webview_build)',
'gyp_managed_install%': 0,
'google_tv%': '<(google_tv)',
« no previous file with comments | « base/base.gyp ('k') | third_party/android_debug_dlmalloc/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698