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

Side by Side Diff: webrtc/DEPS

Issue 1924793002: Remove webrtc/stream.h and unutilized inheritance. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: re-rebase Created 4 years, 7 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 | « no previous file | webrtc/audio/audio_receive_stream.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "+testing", 10 "+testing",
11 "-webrtc", # Has to be disabled; otherwise all dirs below will be allowed. 11 "-webrtc", # Has to be disabled; otherwise all dirs below will be allowed.
12 # Individual headers that will be moved out of here, see webrtc: 12 # Individual headers that will be moved out of here, see webrtc:
13 "+webrtc/audio_receive_stream.h", 13 "+webrtc/audio_receive_stream.h",
14 "+webrtc/audio_send_stream.h", 14 "+webrtc/audio_send_stream.h",
15 "+webrtc/audio_sink.h", 15 "+webrtc/audio_sink.h",
16 "+webrtc/audio_state.h", 16 "+webrtc/audio_state.h",
17 "+webrtc/call.h", 17 "+webrtc/call.h",
18 "+webrtc/common.h", 18 "+webrtc/common.h",
19 "+webrtc/common_types.h", 19 "+webrtc/common_types.h",
20 "+webrtc/config.h", 20 "+webrtc/config.h",
21 "+webrtc/engine_configurations.h", 21 "+webrtc/engine_configurations.h",
22 "+webrtc/stream.h",
23 "+webrtc/transport.h", 22 "+webrtc/transport.h",
24 "+webrtc/typedefs.h", 23 "+webrtc/typedefs.h",
25 "+webrtc/video_decoder.h", 24 "+webrtc/video_decoder.h",
26 "+webrtc/video_encoder.h", 25 "+webrtc/video_encoder.h",
27 "+webrtc/video_frame.h", 26 "+webrtc/video_frame.h",
28 "+webrtc/video_receive_stream.h", 27 "+webrtc/video_receive_stream.h",
29 "+webrtc/video_renderer.h", 28 "+webrtc/video_renderer.h",
30 "+webrtc/video_send_stream.h", 29 "+webrtc/video_send_stream.h",
31 30
32 "+WebRTC", 31 "+WebRTC",
(...skipping 13 matching lines...) Expand all
46 ], 45 ],
47 "video_receive_stream\.h": [ 46 "video_receive_stream\.h": [
48 "+webrtc/common_video/include", 47 "+webrtc/common_video/include",
49 "+webrtc/media/base", 48 "+webrtc/media/base",
50 ], 49 ],
51 "video_send_stream\.h": [ 50 "video_send_stream\.h": [
52 "+webrtc/common_video/include", 51 "+webrtc/common_video/include",
53 "+webrtc/media/base", 52 "+webrtc/media/base",
54 ], 53 ],
55 } 54 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/audio/audio_receive_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698