Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index cd356ca830669d82ae0278b0deabd1ad0dad40dc..c391ac34f61a78a10c0bd8a95541d74a5d288c7e 100755 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -1,5 +1,4 @@ |
-# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. |
mflodman
2015/12/17 13:05:39
Don't remove this.
|
-# |
+ |
# Use of this source code is governed by a BSD-style license |
# that can be found in the LICENSE file in the root of the source |
# tree. An additional intellectual property rights grant can be found |
@@ -21,6 +20,7 @@ CPPLINT_DIRS = [ |
'webrtc/common_video', |
'webrtc/examples', |
'webrtc/modules/video_processing', |
+ 'webrtc/modules/video_coding', |
mflodman
2015/12/17 13:05:39
Alphabetic order.
philipel
2015/12/18 12:23:16
Done.
|
'webrtc/sound', |
'webrtc/tools', |
'webrtc/video', |