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

Side by Side Diff: WATCHLISTS

Issue 1458763002: So long and thanks for all the code reviews! (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add myself to AUTHORS. Created 5 years, 1 month 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 | « OWNERS ('k') | tools/OWNERS » ('j') | 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'root_files': ['andrew@webrtc.org', 92 'root_files': ['andrew@webrtc.org',
93 'niklas.enbom@webrtc.org', 93 'niklas.enbom@webrtc.org',
94 'yujie.mao@webrtc.org', 94 'yujie.mao@webrtc.org',
95 'qiang.lu@intel.com', 95 'qiang.lu@intel.com',
96 'peah@webrtc.org'], 96 'peah@webrtc.org'],
97 'documented_interfaces': ['interface-changes@webrtc.org', 97 'documented_interfaces': ['interface-changes@webrtc.org',
98 'rwolff@gocast.it'], 98 'rwolff@gocast.it'],
99 'common_audio': ['aluebs@webrtc.org', 99 'common_audio': ['aluebs@webrtc.org',
100 'andrew@webrtc.org', 100 'andrew@webrtc.org',
101 'bjornv@webrtc.org', 101 'bjornv@webrtc.org',
102 'peah@webrtc.org' 102 'peah@webrtc.org',
tommi 2015/11/18 07:44:41 Thanks for fixing
103 'minyue@webrtc.org'], 103 'minyue@webrtc.org'],
104 'video_engine': ['andresp@webrtc.org', 104 'video_engine': ['andresp@webrtc.org',
105 'mflodman@webrtc.org', 105 'mflodman@webrtc.org',
106 'perkj@webrtc.org', 106 'perkj@webrtc.org',
107 'stefan@webrtc.org', 107 'stefan@webrtc.org',
108 'yujie.mao@webrtc.org', 108 'yujie.mao@webrtc.org',
109 'solenberg@webrtc.org'], 109 'solenberg@webrtc.org'],
110 'voice_engine': ['henrika@webrtc.org', 110 'voice_engine': ['henrika@webrtc.org',
111 'henrik.lundin@webrtc.org', 111 'henrik.lundin@webrtc.org',
112 'solenberg@webrtc.org', 112 'solenberg@webrtc.org',
(...skipping 30 matching lines...) Expand all
143 'pacing': ['stefan@webrtc.org', 143 'pacing': ['stefan@webrtc.org',
144 'mflodman@webrtc.org'], 144 'mflodman@webrtc.org'],
145 'rtp_rtcp': ['mflodman@webrtc.org', 145 'rtp_rtcp': ['mflodman@webrtc.org',
146 'stefan@webrtc.org'], 146 'stefan@webrtc.org'],
147 'system_wrappers': ['mflodman@webrtc.org', 147 'system_wrappers': ['mflodman@webrtc.org',
148 'henrika@webrtc.org', 148 'henrika@webrtc.org',
149 'andrew@webrtc.org', 149 'andrew@webrtc.org',
150 'peah@webrtc.org'], 150 'peah@webrtc.org'],
151 }, 151 },
152 } 152 }
OLDNEW
« no previous file with comments | « OWNERS ('k') | tools/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698