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

Side by Side Diff: webrtc/api/DEPS

Issue 3006583002: Removing references to webrtc/base in DEPS files. (Closed)
Patch Set: Resolving merge conflict 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
« no previous file with comments | « webrtc/DEPS ('k') | webrtc/audio/DEPS » ('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/libyuv", 2 "+third_party/libyuv",
3 "+webrtc/base",
4 "+webrtc/common_video", 3 "+webrtc/common_video",
5 "+webrtc/media", 4 "+webrtc/media",
6 "+webrtc/p2p", 5 "+webrtc/p2p",
7 "+webrtc/pc", 6 "+webrtc/pc",
8 ] 7 ]
9 8
10 specific_include_rules = { 9 specific_include_rules = {
11 "peerconnection_jni\.cc": [ 10 "peerconnection_jni\.cc": [
12 "+webrtc/voice_engine", 11 "+webrtc/voice_engine",
13 ], 12 ],
(...skipping 15 matching lines...) Expand all
29 ], 28 ],
30 29
31 # We allow .cc files in webrtc/api/ to #include a bunch of stuff 30 # We allow .cc files in webrtc/api/ to #include a bunch of stuff
32 # that's off-limits for the .h files. That's because .h files leak 31 # that's off-limits for the .h files. That's because .h files leak
33 # their #includes to whoever's #including them, but .cc files do not 32 # their #includes to whoever's #including them, but .cc files do not
34 # since no one #includes them. 33 # since no one #includes them.
35 ".*\.cc": [ 34 ".*\.cc": [
36 "+webrtc/modules/audio_coding", 35 "+webrtc/modules/audio_coding",
37 ], 36 ],
38 } 37 }
OLDNEW
« no previous file with comments | « webrtc/DEPS ('k') | webrtc/audio/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698