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

Unified Diff: tools/checkperms/checkperms.py

Issue 345493004: [Mac] App shim error test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 6 years, 6 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 | « chrome/test/data/app_shim/app_shim_32_bit.app/Contents/Resources/en.lproj/InfoPlist.strings ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checkperms/checkperms.py
diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py
index ffb08043c160a392b5b303a5f6c09e6f2cd21287..c90f68de89dd31abdf0520d033ce6e7258d5cad5 100755
--- a/tools/checkperms/checkperms.py
+++ b/tools/checkperms/checkperms.py
@@ -50,6 +50,8 @@ EXECUTABLE_EXTENSIONS = (
#
# Case-insensitive, lower-case only.
EXECUTABLE_PATHS = (
+ 'chrome/test/data/app_shim/app_shim_32_bit.app/contents/'
+ 'macos/app_mode_loader',
'chrome/test/data/extensions/uitest/plugins/plugin.plugin/contents/'
'macos/testnetscapeplugin',
'chrome/test/data/extensions/uitest/plugins_private/plugin.plugin/contents/'
« no previous file with comments | « chrome/test/data/app_shim/app_shim_32_bit.app/Contents/Resources/en.lproj/InfoPlist.strings ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698