Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |