diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-14 22:15:59 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-14 22:15:59 +0000 |
commit | 39849c6c58a0d2460095ff8ca86ddba85287e281 (patch) | |
tree | 9a57cb01f584b5afc84371fbdc6f12cfca76a3a1 /PRESUBMIT.py | |
parent | 3a747e6158b50182d5528e2f9bc2960e115db5f5 (diff) | |
download | chromium_src-39849c6c58a0d2460095ff8ca86ddba85287e281.zip chromium_src-39849c6c58a0d2460095ff8ca86ddba85287e281.tar.gz chromium_src-39849c6c58a0d2460095ff8ca86ddba85287e281.tar.bz2 |
Disable presubmit script on webkit/compositor_bindings
Along with cc/, this is the other directory for compositor code that recently
moved from WebKit to Chromium. In the short term, to make it easier for folks
moving patches in flight from WebKit to Chromium (and so that they can use the
commit queue), just ignore these files. These suppressions will be removed as
soon as the style in both of these directories have been updated.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10918252
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156900 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index acd94dd..bf13dc6 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -23,6 +23,7 @@ _EXCLUDED_PATHS = ( r".*MakeFile$", r".+_autogen\.h$", r"^cc[\\\/].*", + r"^webkit[\\\/]compositor_bindings[\\\/].*", r".+[\\\/]pnacl_shim\.c$", ) |