Chromium Code Reviews| 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', |
| ] |