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

Unified Diff: PRESUBMIT.py

Issue 2780943003: Move video_encoder.h and video_decoder.h to /api and create GN targets for them (Closed)
Patch Set: Fix lint warnings Created 3 years, 9 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/BUILD.gn » ('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 994fcf4c75b66787b46f2b09bf2fb15e44a2f936..5397130cef3205e3de0063679446f62b2a99a4d6 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -38,8 +38,8 @@ CPPLINT_BLACKLIST = [
'webrtc/call.h',
'webrtc/common_types.h',
'webrtc/common_types.cc',
- 'webrtc/video_decoder.h',
- 'webrtc/video_encoder.h',
+ 'webrtc/api/video_decoder.h',
the sun 2017/03/30 08:10:36 1. List should be sorted. 2. Move the files to web
ilnik 2017/03/30 11:15:57 Done.
+ 'webrtc/api/video_encoder.h',
'webrtc/video_send_stream.h',
]
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698