 Chromium Code Reviews
 Chromium Code Reviews Issue 323893002:
  [Android] Introduce libheap_profiler for memory profiling.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 323893002:
  [Android] Introduce libheap_profiler for memory profiling.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: tools/android/android_tools.gyp | 
| diff --git a/tools/android/android_tools.gyp b/tools/android/android_tools.gyp | 
| index 3fe1c6d8c620b848d5d8bc33baaeb9725aa48a70..62764168eabab2d29d50d19a3bb23fbf73029546 100644 | 
| --- a/tools/android/android_tools.gyp | 
| +++ b/tools/android/android_tools.gyp | 
| @@ -20,6 +20,13 @@ | 
| ], | 
| }, | 
| { | 
| + 'target_name': 'heap_profiler', | 
| + 'type': 'none', | 
| + 'dependencies': [ | 
| + 'heap_profiler/heap_profiler.gyp:heap_profiler', | 
| + ], | 
| + }, | 
| + { | 
| 'target_name': 'memdump', | 
| 'type': 'none', | 
| 'dependencies': [ |