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

Side by Side Diff: webrtc/DEPS

Issue 3000253002: Move video send/receive stream headers to webrtc/call. (Closed)
Patch Set: Headers moved to 'webrtc/call' instead of 'webrtc/api'. 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 # Define rules for which include paths are allowed in our source. 1 # Define rules for which include paths are allowed in our source.
2 include_rules = [ 2 include_rules = [
3 # Base is only used to build Android APK tests and may not be referenced by 3 # Base is only used to build Android APK tests and may not be referenced by
4 # WebRTC production code. 4 # WebRTC production code.
5 "-base", 5 "-base",
6 "-chromium", 6 "-chromium",
7 "+external/webrtc/webrtc", # Android platform build. 7 "+external/webrtc/webrtc", # Android platform build.
8 "+gflags", 8 "+gflags",
9 "+libyuv", 9 "+libyuv",
10 "-webrtc", # Has to be disabled; otherwise all dirs below will be allowed. 10 "-webrtc", # Has to be disabled; otherwise all dirs below will be allowed.
(...skipping 11 matching lines...) Expand all
22 "+webrtc/base", 22 "+webrtc/base",
23 "+webrtc/modules/include", 23 "+webrtc/modules/include",
24 "+webrtc/rtc_base", 24 "+webrtc/rtc_base",
25 "+webrtc/test", 25 "+webrtc/test",
26 "+webrtc/rtc_tools", 26 "+webrtc/rtc_tools",
27 ] 27 ]
28 28
29 # The below rules will be removed when webrtc:4243 is fixed. 29 # The below rules will be removed when webrtc:4243 is fixed.
30 specific_include_rules = { 30 specific_include_rules = {
31 "video_receive_stream\.h": [ 31 "video_receive_stream\.h": [
32 "+webrtc/common_video/include", 32 "+webrtc/call/video_receive_stream.h",
33 "+webrtc/media/base",
34 ], 33 ],
35 "video_send_stream\.h": [ 34 "video_send_stream\.h": [
36 "+webrtc/common_video/include", 35 "+webrtc/call/video_send_stream.h",
37 "+webrtc/media/base",
38 ], 36 ],
39 } 37 }
OLDNEW
« webrtc/BUILD.gn ('K') | « webrtc/BUILD.gn ('k') | webrtc/call/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698