From 377b5e622f3e2f4d3b564c0d64f40ff3b5d5acb5 Mon Sep 17 00:00:00 2001 From: danilchap Date: Tue, 15 Dec 2015 04:33:44 -0800 Subject: [PATCH] enabled cpplint for the webrtc/modules/rtp_rtcp directory BUG=webrtc:5277 R=kjellander@webrtc.org NOTRY=True Review URL: https://codereview.webrtc.org/1528863002 Cr-Commit-Position: refs/heads/master@{#11027} --- PRESUBMIT.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 9db9d82986..7557b6bece 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -21,6 +21,7 @@ CPPLINT_DIRS = [ 'webrtc/common_video', 'webrtc/examples', 'webrtc/modules/remote_bitrate_estimator', + 'webrtc/modules/rtp_rtcp', 'webrtc/modules/video_processing', 'webrtc/sound', 'webrtc/tools',