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

Side by Side Diff: modules/video_coding/DEPS

Issue 2951033003: [EXPERIMENTAL] Generic stereo codec with index header sending single frames
Patch Set: Rebase and add external codec support. Created 3 years, 2 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
« no previous file with comments | « modules/video_coding/BUILD.gn ('k') | modules/video_coding/codec_database.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "+call", 5 "+call",
6 "+common_video", 6 "+common_video",
7 "+system_wrappers", 7 "+system_wrappers",
8 "+rtc_tools", 8 "+rtc_tools",
9 ] 9 ]
10 10
11 specific_include_rules = { 11 specific_include_rules = {
12 "android_test_initializer\.cc": [ 12 "android_test_initializer\.cc": [
13 "+base/android", 13 "+base/android",
14 "+sdk", 14 "+sdk",
15 ], 15 ],
16 "(.*test\.cc|.*test\.h|.*test\.mm)": [ 16 "(.*test\.cc|.*test\.h|.*test\.mm|.*stereo\.*)": [
17 "+media/engine", 17 "+media/engine",
18 "+sdk", 18 "+sdk",
19 ], 19 ],
20 ".*h264\.h": [ 20 ".*h264\.h": [
21 "+media/base/codec.h" 21 "+media/base/codec.h"
22 ], 22 ],
23 } 23 }
OLDNEW
« no previous file with comments | « modules/video_coding/BUILD.gn ('k') | modules/video_coding/codec_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698