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

Unified Diff: PRESUBMIT.py

Issue 2663063003: Enable cpplint and fix cpplint errors in webrtc/api (Closed)
Patch Set: Enable cpplint and fix cpplint errors in webrtc/api Created 3 years, 11 months 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/api/datachannelinterface.h » ('j') | 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 46be5ff06f32cf30d5ba9c2bc0d0f92952d4f632..6e5fb591cf18272483b194c27e678a8e7f839e0a 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -15,6 +15,7 @@ import sys
# Directories that will be scanned by cpplint by the presubmit script.
CPPLINT_DIRS = [
+ 'webrtc/api',
'webrtc/audio',
'webrtc/call',
'webrtc/common_video',
« no previous file with comments | « no previous file | webrtc/api/datachannelinterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698