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

Side by Side Diff: WATCHLISTS

Issue 1473983002: Fix root_files WATCHLIST. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. 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
11 11
12 { 12 {
13 'WATCHLIST_DEFINITIONS': { 13 'WATCHLIST_DEFINITIONS': {
14 'this_file': { 14 'this_file': {
15 'filepath': '^WATCHLISTS$', 15 'filepath': '^WATCHLISTS$',
16 }, 16 },
17 'all_webrtc': { 17 'all_webrtc': {
18 # NOTE: if you like this you might like webrtc-reviews@webrtc.org! 18 # NOTE: if you like this you might like webrtc-reviews@webrtc.org!
19 'filepath': 'webrtc/.*', 19 'filepath': '^webrtc/.*',
20 }, 20 },
21 'root_files': { 21 'root_files': {
22 # webrtc/build/ and non-recursive contents of ./ and webrtc/ 22 # webrtc/build/ and non-recursive contents of ./ and webrtc/
23 'filepath': '^[^/]*$|webrtc/[^/]*$|webrtc/build/.*', 23 'filepath': '^[^/]*$|^webrtc/[^/]*$|^webrtc/build/.*',
24 }, 24 },
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 'video_engine': { 35 'video_engine': {
36 'filepath': 'webrtc/video_engine/.*|'\ 36 'filepath': 'webrtc/video_engine/.*|'\
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'minyue@webrtc.org', 103 'minyue@webrtc.org',
104 'peah@webrtc.org'], 104 'peah@webrtc.org'],
105 'video_engine': ['andresp@webrtc.org', 105 'video_engine': ['andresp@webrtc.org',
106 'mflodman@webrtc.org', 106 'mflodman@webrtc.org',
107 'perkj@webrtc.org', 107 'perkj@webrtc.org',
108 'solenberg@webrtc.org', 108 'solenberg@webrtc.org',
109 'stefan@webrtc.org', 109 'stefan@webrtc.org',
110 'video-team@agora.io', 110 'video-team@agora.io',
111 'yujie.mao@webrtc.org', 111 'yujie.mao@webrtc.org',
112 'zhengzhonghou@agora.io'], 112 'zhengzhonghou@agora.io'],
113 'voice_engine': ['audio-team@agora.io', 113 'voice_engine': ['andrew@webrtc.org',
114 'audio-team@agora.io',
114 'henrika@webrtc.org', 115 'henrika@webrtc.org',
115 'henrik.lundin@webrtc.org', 116 'henrik.lundin@webrtc.org',
116 'minyue@webrtc.org', 117 'minyue@webrtc.org',
117 'peah@webrtc.org', 118 'peah@webrtc.org',
118 'solenberg@webrtc.org'], 119 'solenberg@webrtc.org'],
119 'video_capture': ['mflodman@webrtc.org', 120 'video_capture': ['mflodman@webrtc.org',
120 'perkj@webrtc.org', 121 'perkj@webrtc.org',
121 'sdk-team@agora.io', 122 'sdk-team@agora.io',
122 'zhengzhonghou@agora.io'], 123 'zhengzhonghou@agora.io'],
123 'video_render': ['mflodman@webrtc.org', 124 'video_render': ['mflodman@webrtc.org',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'zhuangzesen@agora.io'], 159 'zhuangzesen@agora.io'],
159 'remote_bitrate_estimator': ['mflodman@webrtc.org', 160 'remote_bitrate_estimator': ['mflodman@webrtc.org',
160 'stefan@webrtc.org', 161 'stefan@webrtc.org',
161 'zhuangzesen@agora.io'], 162 'zhuangzesen@agora.io'],
162 'pacing': ['mflodman@webrtc.org', 163 'pacing': ['mflodman@webrtc.org',
163 'stefan@webrtc.org', 164 'stefan@webrtc.org',
164 'zhuangzesen@agora.io'], 165 'zhuangzesen@agora.io'],
165 'rtp_rtcp': ['mflodman@webrtc.org', 166 'rtp_rtcp': ['mflodman@webrtc.org',
166 'stefan@webrtc.org', 167 'stefan@webrtc.org',
167 'zhuangzesen@agora.io'], 168 'zhuangzesen@agora.io'],
168 'system_wrappers': ['andrew@webrtc.org', 169 'system_wrappers': ['fengyue@agora.io',
169 'fengyue@agora.io',
170 'henrika@webrtc.org', 170 'henrika@webrtc.org',
171 'mflodman@webrtc.org', 171 'mflodman@webrtc.org',
172 'peah@webrtc.org', 172 'peah@webrtc.org',
173 'zhengzhonghou@agora.io'], 173 'zhengzhonghou@agora.io'],
174 }, 174 },
175 } 175 }
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