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

Side by Side Diff: webrtc/DEPS

Issue 2540633002: Cleanup unused rules in webrtc/DEPS + add kjellander to OWNERS for it (Closed)
Patch Set: Add kjellander@webrtc.org to DEPS OWNERS Created 4 years 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/OWNERS » ('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 "-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.
11 # Individual headers that will be moved out of here, see webrtc:4243. 11 # Individual headers that will be moved out of here, see webrtc:4243.
12 "+webrtc/call.h", 12 "+webrtc/call.h",
13 "+webrtc/common.h",
14 "+webrtc/common_types.h", 13 "+webrtc/common_types.h",
15 "+webrtc/common_video/rotation.h", 14 "+webrtc/common_video/rotation.h",
16 "+webrtc/config.h", 15 "+webrtc/config.h",
17 "+webrtc/transport.h", 16 "+webrtc/transport.h",
18 "+webrtc/typedefs.h", 17 "+webrtc/typedefs.h",
19 "+webrtc/video_decoder.h", 18 "+webrtc/video_decoder.h",
20 "+webrtc/video_encoder.h", 19 "+webrtc/video_encoder.h",
21 "+webrtc/video_frame.h", 20 "+webrtc/video_frame.h",
22 "+webrtc/video_receive_stream.h", 21 "+webrtc/video_receive_stream.h",
23 "+webrtc/video_renderer.h",
24 "+webrtc/video_send_stream.h", 22 "+webrtc/video_send_stream.h",
25 "+webrtc/voice_engine_configurations.h", 23 "+webrtc/voice_engine_configurations.h",
26 24
27 "+WebRTC", 25 "+WebRTC",
28 "+webrtc/api", 26 "+webrtc/api",
29 "+webrtc/base", 27 "+webrtc/base",
30 "+webrtc/modules/include", 28 "+webrtc/modules/include",
31 "+webrtc/test", 29 "+webrtc/test",
32 "+webrtc/tools", 30 "+webrtc/tools",
33 ] 31 ]
34 32
35 # The below rules will be removed when webrtc:4243 is fixed. 33 # The below rules will be removed when webrtc:4243 is fixed.
36 specific_include_rules = { 34 specific_include_rules = {
37 "video_frame\.h": [ 35 "video_frame\.h": [
38 "+webrtc/common_video", 36 "+webrtc/common_video",
39 ], 37 ],
40 "video_receive_stream\.h": [ 38 "video_receive_stream\.h": [
41 "+webrtc/common_video/include", 39 "+webrtc/common_video/include",
42 "+webrtc/media/base", 40 "+webrtc/media/base",
43 ], 41 ],
44 "video_send_stream\.h": [ 42 "video_send_stream\.h": [
45 "+webrtc/common_video/include", 43 "+webrtc/common_video/include",
46 "+webrtc/media/base", 44 "+webrtc/media/base",
47 ], 45 ],
48 } 46 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698