Index: tools/checkbins/checkbins.py |
diff --git a/tools/checkbins/checkbins.py b/tools/checkbins/checkbins.py |
index ec955781b0bd2e8fe82331787c2a9f9623af661c..98eef13112675edcb4e3fec0b7569e0de850cdf9 100755 |
--- a/tools/checkbins/checkbins.py |
+++ b/tools/checkbins/checkbins.py |
@@ -29,10 +29,8 @@ MACHINE_TYPE_AMD64 = 0x8664 |
# Please do not add your file here without confirming that it indeed doesn't |
# require /NXCOMPAT and /DYNAMICBASE. Contact cpu@chromium.org or your local |
# Windows guru for advice. |
-EXCLUDED_FILES = ['chrome_frame_mini_installer.exe', |
- 'mini_installer.exe', |
- 'next_version_mini_installer.exe', |
- 'wow_helper.exe' |
+EXCLUDED_FILES = ['mini_installer.exe', |
+ 'next_version_mini_installer.exe' |
] |
def IsPEFile(path): |