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

Unified Diff: base/base.gyp

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 | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 3f59bb36e643230982b7e5c0289478353520e595..92fbe479aacb550352e3f43f09eec6de8f44effc 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -139,6 +139,11 @@
['include', '^atomicops_internals_mips_gcc\\.cc$'],
],
}],
+ ['android_use_debug_dlmalloc == 1', {
+ 'dependencies': [
+ '../third_party/android_debug_dlmalloc/dlmalloc.gyp:dlmalloc',
+ ],
+ }],
],
'dependencies': [
'base_jni_headers',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698