Chromium Code Reviews

Unified Diff: PRESUBMIT.py

Issue 1507213002: Adding video_processing to presubmit lint check (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 2c0da0f8764f53b46d158f70262e6abc20dffbf3..c8035420ed8274dd9555aa90d54b674a49a97146 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -18,6 +18,7 @@ import sys
CPPLINT_DIRS = [
'webrtc/audio',
'webrtc/call',
+ 'webrtc/modules/video_processing',
]
# List of directories of "supported" native APIs. That means changes to headers
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine