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

Unified Diff: tools/checkperms/checkperms.py

Issue 7285028: Second attempt to silence perms check on ffmpeg tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « 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
===================================================================
--- tools/checkperms/checkperms.py (revision 91264)
+++ tools/checkperms/checkperms.py (working copy)
@@ -59,7 +59,6 @@
'/o3d/build/gyp_o3d',
'/o3d/gypbuild',
'/o3d/installer/linux/debian.in/rules',
- '/third_party/ffmpeg/patched-ffmpeg/tools',
'/third_party/icu/source/runconfigureicu',
'/third_party/lcov/bin/gendesc',
'/third_party/lcov/bin/genhtml',
@@ -92,6 +91,7 @@
re.compile('/third_party/sqlite/'),
re.compile('/third_party/xdg-utils/'),
re.compile('/third_party/yasm/source/patched-yasm/config'),
+ re.compile('/third_party/ffmpeg/patched-ffmpeg/tools'),
]
#### USER EDITABLE SECTION ENDS HERE ####
« 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