Enable cpplint in media/
Bug: webrtc:5584
Change-Id: I2fd1395d35596d9002e19cc90fcda3a5d4cde9e7
Reviewed-on: https://webrtc-review.googlesource.com/16564
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20504}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 80e461a..69751a8 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -20,7 +20,10 @@
'common_types.cc',
'common_types.h',
'examples/objc',
- 'media',
+ 'media/base/streamparams.h',
+ 'media/base/videocommon.h',
+ 'media/engine/fakewebrtcdeviceinfo.h',
+ 'media/sctp/sctptransport.cc',
'modules/audio_coding',
'modules/audio_device',
'modules/audio_processing',