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

Unified Diff: third_party/android_debug_dlmalloc/dlmalloc.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 | « third_party/android_debug_dlmalloc/chromium/malloc.cc ('k') | tools/android/memdump/memreport.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_debug_dlmalloc/dlmalloc.gyp
diff --git a/third_party/sudden_motion_sensor/sudden_motion_sensor.gyp b/third_party/android_debug_dlmalloc/dlmalloc.gyp
similarity index 55%
copy from third_party/sudden_motion_sensor/sudden_motion_sensor.gyp
copy to third_party/android_debug_dlmalloc/dlmalloc.gyp
index 897421b82532c6f1eae7a47aa49f2643546b5394..1b8096423ee6a40c285752fd5f178e314b11ea87 100644
--- a/third_party/sudden_motion_sensor/sudden_motion_sensor.gyp
+++ b/third_party/android_debug_dlmalloc/dlmalloc.gyp
@@ -5,14 +5,15 @@
{
'targets': [
{
- 'target_name': 'sudden_motion_sensor',
- 'type': 'static_library',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- ],
+ 'target_name': 'dlmalloc',
+ 'type': '<(component)',
'sources': [
- 'sudden_motion_sensor_mac.cc',
- 'sudden_motion_sensor_mac.h',
+ 'chromium/dlmalloc.cc',
+ 'chromium/dlmalloc.h',
+ 'chromium/malloc.h',
+ ],
+ 'dependencies': [
+ '../../third_party/ashmem/ashmem.gyp:ashmem',
],
},
],
« no previous file with comments | « third_party/android_debug_dlmalloc/chromium/malloc.cc ('k') | tools/android/memdump/memreport.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698