0

Second attempt to silence perms check on ffmpeg tools.

BUG=87831
TESTS=ran locally with and without
Review URL: http://codereview.chromium.org/7285028

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91265 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
ihf@chromium.org
2011-07-01 03:20:56 +00:00
parent 3a4ea3d9e7
commit 4a187e6676

@ -59,7 +59,6 @@ WHITELIST_FILES = [
'/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 @@ WHITELIST_REGEX = [
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 ####