Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: tools/checkbins/checkbins.py

Issue 2306933002: Remove wow_helper. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/win/wow_helper/wow_helper.vcproj ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « sandbox/win/wow_helper/wow_helper.vcproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698