Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: PRESUBMIT.py

Issue 1528503003: Lint enabled for webrtc/modules/video_coding folder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/base/timing.cc » ('j') | webrtc/base/timing.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | webrtc/base/timing.cc » ('j') | webrtc/base/timing.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698