Chromium Code Reviews| Index: webrtc/DEPS |
| diff --git a/webrtc/DEPS b/webrtc/DEPS |
| index cee05ef106ec4778c178159359744bb7613aac83..91436e042233ef459be1fa3027fa2c0913d62db3 100644 |
| --- a/webrtc/DEPS |
| +++ b/webrtc/DEPS |
| @@ -28,6 +28,7 @@ include_rules = [ |
| "+webrtc/api", |
| "+webrtc/base", |
| "+webrtc/modules/include", |
| + "+webrtc/modules/video_coding/utility", # TODO(kthelgason): move this |
|
magjed_webrtc
2016/11/10 13:06:59
In what file is this used? Can't you move this to
kthelgason
2016/11/10 15:38:27
This is used in webrtc/video_encoder.h so unfortun
magjed_webrtc
2016/11/10 19:29:07
Then it might be better to put the QPThresholds in
|
| "+webrtc/test", |
| "+webrtc/tools", |
| ] |