diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 12:37:54 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 12:37:54 +0000 |
commit | 76a9893b2289f13cf4b53e5438a5386222aa7bc3 (patch) | |
tree | b5d3c48f7664d212c8ee885277268362603ef7cc /tools/checkperms | |
parent | 7e0d70e774bf966e5ce6fc2717accda9e2a8214d (diff) | |
download | chromium_src-76a9893b2289f13cf4b53e5438a5386222aa7bc3.zip chromium_src-76a9893b2289f13cf4b53e5438a5386222aa7bc3.tar.gz chromium_src-76a9893b2289f13cf4b53e5438a5386222aa7bc3.tar.bz2 |
Fix checkperms.py for dmprof which regressed in r132174
NOTRY=true
TBR=dmikurube@chromium.org
BUG=
TEST=checkperms goes green
Review URL: http://codereview.chromium.org/10083004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checkperms')
-rwxr-xr-x | tools/checkperms/checkperms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py index cbdc697..2640d5a0 100755 --- a/tools/checkperms/checkperms.py +++ b/tools/checkperms/checkperms.py @@ -79,6 +79,7 @@ WHITELIST_FILES = [ '/third_party/lzma_sdk/executable/7za.exe', '/third_party/swig/linux/swig', '/third_party/tcmalloc/chromium/src/pprof', + '/tools/deep_memory_profiler/dmprof', '/tools/git/post-checkout', '/tools/git/post-merge', '/tools/ld_bfd/ld', |