 Chromium Code Reviews
 Chromium Code Reviews Issue 2695653002:
  Add support for creating HW codecs in VideoProcessor tests.  (Closed)
    
  
    Issue 2695653002:
  Add support for creating HW codecs in VideoProcessor tests.  (Closed) 
  | Index: webrtc/modules/video_coding/DEPS | 
| diff --git a/webrtc/modules/video_coding/DEPS b/webrtc/modules/video_coding/DEPS | 
| index d8e3c22cd66a387ed6ba52764707ddd594318bd3..760a7b783f3390fbdcb2a8de7189499cd8ab8106 100644 | 
| --- a/webrtc/modules/video_coding/DEPS | 
| +++ b/webrtc/modules/video_coding/DEPS | 
| @@ -8,3 +8,14 @@ include_rules = [ | 
| "+webrtc/system_wrappers", | 
| "+webrtc/tools", | 
| ] | 
| + | 
| +specific_include_rules = { | 
| + "android_test_initializer\.cc": [ | 
| 
kjellander_webrtc
2017/02/14 11:00:15
Don't you need the codecs/test/ in the path? Maybe
 
brandtr
2017/02/14 14:22:37
Without that prefix, 'git cl presubmit' passes, bu
 
kjellander_webrtc
2017/02/14 14:30:13
I see. It doesn't take the path into account then
 | 
| + "+base/android", | 
| + "+webrtc/sdk", | 
| + ], | 
| + "videoprocessor_integrationtest\.h": [ | 
| 
kjellander_webrtc
2017/02/14 11:00:15
I'd recommend ".*test\.cc" instead. It would avoid
 
brandtr
2017/02/14 14:22:37
Done. In order to get it to pass, I had to do ".*t
 
kjellander_webrtc
2017/02/14 14:30:13
Hmm, 
By looking at other examples (https://cs.chr
 
brandtr
2017/02/14 14:34:20
It did. Thanks!
 | 
| + "+webrtc/media/engine", | 
| + "+webrtc/sdk", | 
| + ], | 
| +} |