From ff2e136c8b711384673513a9b2ee547abaa31ae8 Mon Sep 17 00:00:00 2001 From: "jamesr@chromium.org" Date: Tue, 19 Mar 2013 16:04:11 +0000 Subject: 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 --- PRESUBMIT.py | 1 - 1 file changed, 1 deletion(-) (limited to 'PRESUBMIT.py') diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 2893fc8..a5ea9e4 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -25,7 +25,6 @@ _EXCLUDED_PATHS = ( r".*MakeFile$", r".+_autogen\.h$", r"^cc[\\\/].*", - r"^webkit[\\\/]compositor_bindings[\\\/].*", r".+[\\\/]pnacl_shim\.c$", ) -- cgit v1.1