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

Side by Side Diff: webrtc/pc/DEPS

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 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/pc/BUILD.gn ('k') | webrtc/pc/audiotrack.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 include_rules = [ 1 include_rules = [
2 "+third_party/libsrtp"
2 "+webrtc/api", 3 "+webrtc/api",
3 "+webrtc/base", 4 "+webrtc/base",
5 "+webrtc/call",
4 "+webrtc/common_video/h264", 6 "+webrtc/common_video/h264",
5 "+webrtc/logging/rtc_event_log", 7 "+webrtc/logging/rtc_event_log",
8 "+webrtc/logging/rtc_event_log",
6 "+webrtc/media", 9 "+webrtc/media",
10 "+webrtc/modules/audio_device",
11 "+webrtc/modules/rtp_rtcp",
12 "+webrtc/modules/video_coding",
13 "+webrtc/modules/video_render",
7 "+webrtc/p2p", 14 "+webrtc/p2p",
8 "+third_party/libsrtp" 15 "+webrtc/system_wrappers",
9 ] 16 ]
10 17
11 specific_include_rules = { 18 specific_include_rules = {
19 "androidtestinitializer\.cc": [
20 "+base/android", # Allowed only for Android tests.
21 "+webrtc/voice_engine",
22 ],
12 "srtpfilter_unittest\.cc": [ 23 "srtpfilter_unittest\.cc": [
13 "+crypto", 24 "+crypto",
14 ], 25 ],
26 "peerconnectionfactory\.cc": [
27 "+webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h",
28 ],
15 } 29 }
OLDNEW
« no previous file with comments | « webrtc/pc/BUILD.gn ('k') | webrtc/pc/audiotrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698