 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/heap_profiler/DEPS | 
| diff --git a/tools/android/heap_profiler/DEPS b/tools/android/heap_profiler/DEPS | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..458e5419a92360035cb2546e7af86f98c89da1aa | 
| --- /dev/null | 
| +++ b/tools/android/heap_profiler/DEPS | 
| @@ -0,0 +1,3 @@ | 
| +include_rules = [ | 
| + "+third_party/bsdtrees", | 
| +] |