diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 16:48:20 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 16:48:20 +0000 |
commit | 938246ea54d41dc84d22541815e60fa11242e4c7 (patch) | |
tree | a2702ec63a31309d3e4dcba472d32bee19a8e466 /tools | |
parent | b32c34d94c4003553cef023b47014d6cab96ac8e (diff) | |
download | chromium_src-938246ea54d41dc84d22541815e60fa11242e4c7.zip chromium_src-938246ea54d41dc84d22541815e60fa11242e4c7.tar.gz chromium_src-938246ea54d41dc84d22541815e60fa11242e4c7.tar.bz2 |
Pull in ICU@43139 and remove icudt42.dll from the exception list in checkbins.py
(see http://codereview.chromium.org/1523002 )
BUG=39303
TEST=checkbins.py doesn't complain about third_party/icu/icudt42.dll
Review URL: http://codereview.chromium.org/1528011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/checkbins/checkbins.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/checkbins/checkbins.py b/tools/checkbins/checkbins.py index 362e43e..f16fce2 100755 --- a/tools/checkbins/checkbins.py +++ b/tools/checkbins/checkbins.py @@ -27,7 +27,6 @@ NXCOMPAT_FLAG = 0x0100 # require /NXCOMPAT and /DYNAMICBASE. Contact cpu@chromium.org or your local # Windows guru for advice. EXCLUDED_FILES = ['chrome_frame_mini_installer.exe', - 'icudt42.dll', 'mini_installer.exe', 'wow_helper.exe'] |