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

Unified Diff: tools/android/purge_ashmem/purge_ashmem.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 | « tools/android/purge_ashmem/purge_ashmem.c ('k') | tools/bisect-perf-regression.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/purge_ashmem/purge_ashmem.gyp
diff --git a/tools/android/memdump/memdump.gyp b/tools/android/purge_ashmem/purge_ashmem.gyp
similarity index 71%
copy from tools/android/memdump/memdump.gyp
copy to tools/android/purge_ashmem/purge_ashmem.gyp
index faa24d0737b7b61ac743a80672295643c1972098..842d7561bb3153239dc17397801e7db5418eb0c0 100644
--- a/tools/android/memdump/memdump.gyp
+++ b/tools/android/purge_ashmem/purge_ashmem.gyp
@@ -1,14 +1,17 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'targets': [
{
- 'target_name': 'memdump',
+ 'target_name': 'purge_ashmem',
'type': 'executable',
'dependencies': [
- '../../../base/base.gyp:base',
+ '../../../third_party/ashmem/ashmem.gyp:ashmem',
+ ],
+ 'include_dirs': [
+ '../../../',
],
'conditions': [
# Warning: A PIE tool cannot run on ICS 4.0.4, so only
@@ -24,7 +27,7 @@
}],
],
'sources': [
- 'memdump.cc',
+ 'purge_ashmem.c',
],
},
],
« no previous file with comments | « tools/android/purge_ashmem/purge_ashmem.c ('k') | tools/bisect-perf-regression.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698