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

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

Issue 2695653002: Add support for creating HW codecs in VideoProcessor tests. (Closed)
Patch Set: Don't forget the mac! 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": [
14 "+base/android",
15 "+webrtc/sdk",
16 ],
17 "(.*test\.cc|.*test\.h)": [
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