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

Unified Diff: tools/android/android_tools.gyp

Issue 52833002: Purge unpinned ashmem before parsing /proc/$pid/smaps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update documentation Created 7 years, 1 month 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/ashmem/ashmem-dev.c ('k') | tools/android/purge_ashmem/purge_ashmem.c » ('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 6bad98508c8f90d1869670cd61632ad0b3256c94..ed5e905c814c4d72273c16c39c47e06ae62fc1f0 100644
--- a/tools/android/android_tools.gyp
+++ b/tools/android/android_tools.gyp
@@ -10,9 +10,10 @@
'target_name': 'android_tools',
'type': 'none',
'dependencies': [
+ 'adb_reboot/adb_reboot.gyp:adb_reboot',
'forwarder2/forwarder.gyp:forwarder2',
'md5sum/md5sum.gyp:md5sum',
- 'adb_reboot/adb_reboot.gyp:adb_reboot',
+ 'purge_ashmem/purge_ashmem.gyp:purge_ashmem',
],
},
{
« no previous file with comments | « third_party/ashmem/ashmem-dev.c ('k') | tools/android/purge_ashmem/purge_ashmem.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698