diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 19:04:52 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 19:04:52 +0000 |
commit | 2f79d25bb1773a264e9effe527be3811f3a6d178 (patch) | |
tree | f87b0ff7d92b69ee7181985fa84ffc63c6badc7b /tools/checkperms | |
parent | 7a6cbcf367fbc3f5863f0d2b6bed5028c453f635 (diff) | |
download | chromium_src-2f79d25bb1773a264e9effe527be3811f3a6d178.zip chromium_src-2f79d25bb1773a264e9effe527be3811f3a6d178.tar.gz chromium_src-2f79d25bb1773a264e9effe527be3811f3a6d178.tar.bz2 |
Update the whitelist in checkperms.py.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2806034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checkperms')
-rwxr-xr-x | tools/checkperms/checkperms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py index 2dde576..c7b3454 100755 --- a/tools/checkperms/checkperms.py +++ b/tools/checkperms/checkperms.py @@ -45,6 +45,7 @@ WHITELIST_FILES = [ '/build/linux/pkg-config-wrapper', '/build/mac/strip_from_xcode', '/build/mac/strip_save_dsym', + '/chrome/installer/mac/pkg-dmg', '/chrome/tools/build/linux/chrome-wrapper', '/chrome/tools/build/mac/build_app_dmg', '/chrome/tools/build/mac/clean_up_old_versions', @@ -52,12 +53,12 @@ WHITELIST_FILES = [ '/chrome/tools/build/mac/dump_product_syms', '/chrome/tools/build/mac/generate_localizer', '/chrome/tools/build/mac/make_sign_sh', - '/chrome/tools/build/mac/pkg-dmg', '/chrome/tools/build/mac/tweak_info_plist', '/chrome/tools/build/mac/verify_order', '/o3d/build/gyp_o3d', '/o3d/gypbuild', '/o3d/installer/linux/debian.in/rules', + '/third_party/ffmpeg/patched-ffmpeg-mt/configure', '/third_party/icu/source/configure', '/third_party/icu/source/install-sh', '/third_party/icu/source/runconfigureicu', @@ -74,7 +75,6 @@ WHITELIST_FILES = [ '/third_party/tcmalloc/chromium/src/pprof', '/tools/git/post-checkout', '/tools/git/post-merge', - '/tools/git/post-merge', ] # File paths that contain these regexps will be whitelisted as well. |