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

Unified Diff: tools/checkperms/checkperms.py

Issue 497803002: Componentize component_updater: Copy test data over to components/test/data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sigh: need to dcommit the jebgal... dir in separate CL due to CQ not respecting executable bit... Created 6 years, 4 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 | « components/test/data/component_updater/updatecheck_reply_noupdate.xml ('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 c90f68de89dd31abdf0520d033ce6e7258d5cad5..abc663489b1c6c9559de04df54a9c5139c11e6a9 100755
--- a/tools/checkperms/checkperms.py
+++ b/tools/checkperms/checkperms.py
@@ -151,6 +151,10 @@ 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 | « components/test/data/component_updater/updatecheck_reply_noupdate.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698