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

Unified Diff: tools/checkperms/checkperms.py

Issue 877763003: Remove exceptions for component_updater files which don't exist anymore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | 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 e2807c73c58b394f72f08b714a8840ba022b5132..1e87e80baca88d3f9efc25e15de0144975a49a9c 100755
--- a/tools/checkperms/checkperms.py
+++ b/tools/checkperms/checkperms.py
@@ -147,10 +147,6 @@ NON_EXECUTABLE_PATHS = (
'chrome/test/data/extensions/uitest/plugins/plugin64.so',
'chrome/test/data/extensions/uitest/plugins_private/plugin32.so',
'chrome/test/data/extensions/uitest/plugins_private/plugin64.so',
- 'components/test/data/component_updater/ihfokbkgjpifnbbojhneepfflplebdkc/'
- 'ihfokbkgjpifnbbojhneepfflplebdkc_1/a_changing_binary_file',
- 'components/test/data/component_updater/ihfokbkgjpifnbbojhneepfflplebdkc/'
- 'ihfokbkgjpifnbbojhneepfflplebdkc_2/a_changing_binary_file',
'courgette/testdata/elf-32-1',
'courgette/testdata/elf-32-2',
'courgette/testdata/elf-64',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698