Index: tools/checkbins/checkbins.py |
diff --git a/tools/checkbins/checkbins.py b/tools/checkbins/checkbins.py |
index 708bebf5021849032fed46969c7226368ed6db63..e166eec5514f8cfece1b9b4f8aeaa590822e06af 100755 |
--- a/tools/checkbins/checkbins.py |
+++ b/tools/checkbins/checkbins.py |
@@ -30,7 +30,9 @@ MACHINE_TYPE_AMD64 = 0x8664 |
# Windows guru for advice. |
EXCLUDED_FILES = ['chrome_frame_mini_installer.exe', |
'mini_installer.exe', |
- 'wow_helper.exe'] |
+ 'wow_helper.exe', |
+ 'xinput1_3.dll' # Microsoft DirectX redistributable. |
+ ] |
def IsPEFile(path): |
return (os.path.isfile(path) and |