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

Side by Side Diff: WATCHLISTS

Issue 1896703002: Fix WATCHLIST (missing quotes) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 | « 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'audio-team@agora.io', 107 'audio-team@agora.io',
108 'bjornv@webrtc.org', 108 'bjornv@webrtc.org',
109 'minyue@webrtc.org', 109 'minyue@webrtc.org',
110 'peah@webrtc.org'], 110 'peah@webrtc.org'],
111 'audio': ['solenberg@webrtc.org', 111 'audio': ['solenberg@webrtc.org',
112 'tina.legrand@webrtc.org'], 112 'tina.legrand@webrtc.org'],
113 'call': ['mflodman@webrtc.org', 113 'call': ['mflodman@webrtc.org',
114 'pbos@webrtc.org', 114 'pbos@webrtc.org',
115 'solenberg@webrtc.org', 115 'solenberg@webrtc.org',
116 'stefan@webrtc.org'], 116 'stefan@webrtc.org'],
117 'media': [solenberg@webrtc.org], 117 'media': ['solenberg@webrtc.org'],
118 'video': ['mflodman@webrtc.org', 118 'video': ['mflodman@webrtc.org',
119 'pbos@webrtc.org', 119 'pbos@webrtc.org',
120 'perkj@webrtc.org', 120 'perkj@webrtc.org',
121 'stefan@webrtc.org', 121 'stefan@webrtc.org',
122 'video-team@agora.io', 122 'video-team@agora.io',
123 'yujie.mao@webrtc.org', 123 'yujie.mao@webrtc.org',
124 'zhengzhonghou@agora.io'], 124 'zhengzhonghou@agora.io'],
125 'voice_engine': ['andrew@webrtc.org', 125 'voice_engine': ['andrew@webrtc.org',
126 'audio-team@agora.io', 126 'audio-team@agora.io',
127 'henrika@webrtc.org', 127 'henrika@webrtc.org',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'stefan@webrtc.org', 179 'stefan@webrtc.org',
180 'danilchap@webrtc.org', 180 'danilchap@webrtc.org',
181 'zhuangzesen@agora.io'], 181 'zhuangzesen@agora.io'],
182 'system_wrappers': ['fengyue@agora.io', 182 'system_wrappers': ['fengyue@agora.io',
183 'henrika@webrtc.org', 183 'henrika@webrtc.org',
184 'mflodman@webrtc.org', 184 'mflodman@webrtc.org',
185 'peah@webrtc.org', 185 'peah@webrtc.org',
186 'zhengzhonghou@agora.io'], 186 'zhengzhonghou@agora.io'],
187 }, 187 },
188 } 188 }
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