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

Side by Side Diff: webrtc/modules/video_coding/DEPS

Issue 2695653002: Add support for creating HW codecs in VideoProcessor tests. (Closed)
Patch Set: kjellander comments 1. Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+third_party/ffmpeg", 2 "+third_party/ffmpeg",
3 "+third_party/openh264", 3 "+third_party/openh264",
4 "+vpx", 4 "+vpx",
5 "+webrtc/base", 5 "+webrtc/base",
6 "+webrtc/common_video", 6 "+webrtc/common_video",
7 "+webrtc/media/base", 7 "+webrtc/media/base",
8 "+webrtc/system_wrappers", 8 "+webrtc/system_wrappers",
9 "+webrtc/tools", 9 "+webrtc/tools",
10 ] 10 ]
11
12 specific_include_rules = {
13 "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
14 "+base/android",
15 "+webrtc/sdk",
16 ],
17 "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!
18 "+webrtc/media/engine",
19 "+webrtc/sdk",
20 ],
21 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_coding/BUILD.gn ('k') | webrtc/modules/video_coding/codecs/test/android_test_initializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698