diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-01 00:03:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-01 00:03:33 +0000 |
commit | 4c79378cbfd96e7efbe2b36529408c49fccfdba7 (patch) | |
tree | 351c2ee5e876d0d554fe8ad038119534809b9dbf /tools/checkperms/checkperms.py | |
parent | 438150eb27a82c09c0941ed7a1017e2e2a950cb7 (diff) | |
download | chromium_src-4c79378cbfd96e7efbe2b36529408c49fccfdba7.zip chromium_src-4c79378cbfd96e7efbe2b36529408c49fccfdba7.tar.gz chromium_src-4c79378cbfd96e7efbe2b36529408c49fccfdba7.tar.bz2 |
Update checkperms for the 32-bit gold binary from the r124277 DEPS roll.
BUG=none
TEST=checkperms goes green on the Linux bots.
Review URL: https://chromiumcodereview.appspot.com/9545009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checkperms/checkperms.py')
-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 eedc08d..60f9dc0 100755 --- a/tools/checkperms/checkperms.py +++ b/tools/checkperms/checkperms.py @@ -62,6 +62,7 @@ WHITELIST_FILES = [ '/o3d/gypbuild', '/o3d/installer/linux/debian.in/rules', '/third_party/icu/source/runconfigureicu', + '/third_party/gold/gold32', '/third_party/gold/gold64', '/third_party/gold/ld', '/third_party/gold/ld.bfd', |