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

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

Issue 3007553002: Removing dependencies on stub headers within WebRTC. (Closed)
Patch Set: Created 3 years, 3 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/call",
6 "+webrtc/common_video", 7 "+webrtc/common_video",
7 "+webrtc/system_wrappers", 8 "+webrtc/system_wrappers",
8 "+webrtc/rtc_tools", 9 "+webrtc/rtc_tools",
9 ] 10 ]
10 11
11 specific_include_rules = { 12 specific_include_rules = {
12 "android_test_initializer\.cc": [ 13 "android_test_initializer\.cc": [
13 "+base/android", 14 "+base/android",
14 "+webrtc/sdk", 15 "+webrtc/sdk",
15 ], 16 ],
16 "(.*test\.cc|.*test\.h|.*test\.mm)": [ 17 "(.*test\.cc|.*test\.h|.*test\.mm)": [
17 "+webrtc/media/engine", 18 "+webrtc/media/engine",
18 "+webrtc/sdk", 19 "+webrtc/sdk",
19 ], 20 ],
20 } 21 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/fakewebrtccall.h ('k') | webrtc/modules/video_coding/include/video_codec_initializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698