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

Unified Diff: tools/android/android_tools.gyp

Issue 323893002: [Android] Introduce libheap_profiler for memory profiling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/vma/alloc/ Created 6 years, 5 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 | tools/android/heap_profiler/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/android_tools.gyp
diff --git a/tools/android/android_tools.gyp b/tools/android/android_tools.gyp
index 3fe1c6d8c620b848d5d8bc33baaeb9725aa48a70..84de85cec457925067befdf4cd6a0b5bc9284fb8 100644
--- a/tools/android/android_tools.gyp
+++ b/tools/android/android_tools.gyp
@@ -20,6 +20,14 @@
],
},
{
+ 'target_name': 'heap_profiler',
+ 'type': 'none',
+ 'dependencies': [
+ 'heap_profiler/heap_profiler.gyp:heap_dump',
+ 'heap_profiler/heap_profiler.gyp:heap_profiler',
+ ],
+ },
+ {
'target_name': 'memdump',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | tools/android/heap_profiler/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698