0

Remove webkit/compositor_bindings from PRESUBMIT exclusion list

This was added when initially importing this code from WebKit that didn't
comply with chromium's style rules.  This code now passes lint and presubmit
checks so there's no need for the exclusion.

NOTRY=true
BUG=144577


Review URL: https://chromiumcodereview.appspot.com/12695010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189029 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
jamesr@chromium.org
2013-03-19 16:04:11 +00:00
parent e641841f93
commit ff2e136c8b

@ -25,7 +25,6 @@ _EXCLUDED_PATHS = (
r".*MakeFile$",
r".+_autogen\.h$",
r"^cc[\\\/].*",
r"^webkit[\\\/]compositor_bindings[\\\/].*",
r".+[\\\/]pnacl_shim\.c$",
)