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

Side by Side Diff: WATCHLISTS

Issue 1533093002: Add webrtc/audio and webrtc/call to WATCHLISTS. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 # Inspired by chromium.org: 9 # Inspired by chromium.org:
10 # http://dev.chromium.org/developers/contributing-code/watchlists 10 # http://dev.chromium.org/developers/contributing-code/watchlists
(...skipping 14 matching lines...) Expand all
25 'documented_interfaces': { 25 'documented_interfaces': {
26 'filepath': '^webrtc/[^/]*\.h$|'\ 26 'filepath': '^webrtc/[^/]*\.h$|'\
27 'webrtc/voice_engine/include/.*', 27 'webrtc/voice_engine/include/.*',
28 }, 28 },
29 'build_files': { 29 'build_files': {
30 'filepath': '\.gyp$|\.gypi$|Android\.mk$', 30 'filepath': '\.gyp$|\.gypi$|Android\.mk$',
31 }, 31 },
32 'java_files': { 32 'java_files': {
33 'filepath': '\.java$|\.xml$', 33 'filepath': '\.java$|\.xml$',
34 }, 34 },
35 'audio': {
36 'filepath': 'webrtc/audio/.*',
37 },
38 'call': {
39 'filepath': 'webrtc/call/.*',
40 },
35 'video': { 41 'video': {
36 'filepath': 'webrtc/video/.*', 42 'filepath': 'webrtc/video/.*',
37 }, 43 },
38 'voice_engine': { 44 'voice_engine': {
39 'filepath': 'webrtc/voice_engine/.*', 45 'filepath': 'webrtc/voice_engine/.*',
40 }, 46 },
41 'common_audio': { 47 'common_audio': {
42 'filepath': 'webrtc/common_audio/.*', 48 'filepath': 'webrtc/common_audio/.*',
43 }, 49 },
44 'common_video': { 50 'common_video': {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'qiang.lu@intel.com', 99 'qiang.lu@intel.com',
94 'yujie.mao@webrtc.org'], 100 'yujie.mao@webrtc.org'],
95 'documented_interfaces': ['interface-changes@webrtc.org', 101 'documented_interfaces': ['interface-changes@webrtc.org',
96 'rwolff@gocast.it'], 102 'rwolff@gocast.it'],
97 'common_audio': ['aluebs@webrtc.org', 103 'common_audio': ['aluebs@webrtc.org',
98 'andrew@webrtc.org', 104 'andrew@webrtc.org',
99 'audio-team@agora.io', 105 'audio-team@agora.io',
100 'bjornv@webrtc.org', 106 'bjornv@webrtc.org',
101 'minyue@webrtc.org', 107 'minyue@webrtc.org',
102 'peah@webrtc.org'], 108 'peah@webrtc.org'],
109 'audio': ['solenberg@webrtc.org',
110 'tina.legrand@webrtc.org'],
111 'call': ['mflodman@webrtc.org',
112 'pbos@webrtc.org',
113 'solenberg@webrtc.org',
114 'stefan@webrtc.org'],
103 'video': ['andresp@webrtc.org', 115 'video': ['andresp@webrtc.org',
104 'mflodman@webrtc.org', 116 'mflodman@webrtc.org',
105 'pbos@webrtc.org', 117 'pbos@webrtc.org',
106 'perkj@webrtc.org', 118 'perkj@webrtc.org',
107 'solenberg@webrtc.org', 119 'solenberg@webrtc.org',
108 'stefan@webrtc.org', 120 'stefan@webrtc.org',
109 'video-team@agora.io', 121 'video-team@agora.io',
110 'yujie.mao@webrtc.org', 122 'yujie.mao@webrtc.org',
111 'zhengzhonghou@agora.io'], 123 'zhengzhonghou@agora.io'],
112 'voice_engine': ['andrew@webrtc.org', 124 'voice_engine': ['andrew@webrtc.org',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'rtp_rtcp': ['mflodman@webrtc.org', 177 'rtp_rtcp': ['mflodman@webrtc.org',
166 'stefan@webrtc.org', 178 'stefan@webrtc.org',
167 'zhuangzesen@agora.io'], 179 'zhuangzesen@agora.io'],
168 'system_wrappers': ['fengyue@agora.io', 180 'system_wrappers': ['fengyue@agora.io',
169 'henrika@webrtc.org', 181 'henrika@webrtc.org',
170 'mflodman@webrtc.org', 182 'mflodman@webrtc.org',
171 'peah@webrtc.org', 183 'peah@webrtc.org',
172 'zhengzhonghou@agora.io'], 184 'zhengzhonghou@agora.io'],
173 }, 185 },
174 } 186 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698