summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-19 16:04:11 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-19 16:04:11 +0000
commitff2e136c8b711384673513a9b2ee547abaa31ae8 (patch)
tree78d7bc08a2374494545e49aa192f702b540ae857 /PRESUBMIT.py
parente641841f9368e35a519d7a148b20de328e37dcaa (diff)
downloadchromium_src-ff2e136c8b711384673513a9b2ee547abaa31ae8.zip
chromium_src-ff2e136c8b711384673513a9b2ee547abaa31ae8.tar.gz
chromium_src-ff2e136c8b711384673513a9b2ee547abaa31ae8.tar.bz2
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
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 0 insertions, 1 deletions
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$",
)