aboutsummaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorphilipel <philipel@webrtc.org>2015-12-21 08:23:20 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-21 16:23:29 +0000
commit5908c71128aea207e42f86468aedb0a6fce3cccb (patch)
tree7ee8ead02e7623e14c6b5d2c14cd381038238c7e /PRESUBMIT.py
parentf5b1abf5b002d74a61e43e80782a544446b27617 (diff)
downloadwebrtc-5908c71128aea207e42f86468aedb0a6fce3cccb.tar.gz
Lint fix for webrtc/modules/video_coding PART 3!
Trying to submit all changes at once proved impossible since there were too many changes in too many files. The changes to PRESUBMIT.py will be uploaded in the last CL. (original CL: https://codereview.webrtc.org/1528503003/) BUG=webrtc:5309 TBR=mflodman@webrtc.org Review URL: https://codereview.webrtc.org/1540243002 Cr-Commit-Position: refs/heads/master@{#11105}
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 7557b6bece..08dd68dd74 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -22,6 +22,7 @@ CPPLINT_DIRS = [
'webrtc/examples',
'webrtc/modules/remote_bitrate_estimator',
'webrtc/modules/rtp_rtcp',
+ 'webrtc/modules/video_coding',
'webrtc/modules/video_processing',
'webrtc/sound',
'webrtc/tools',