| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # Watchlist Rules | 5 # Watchlist Rules |
| 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists | 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists |
| 7 | 7 |
| 8 | 8 |
| 9 { | 9 { |
| 10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 | 126 |
| 127 'WATCHLISTS': { | 127 'WATCHLISTS': { |
| 128 'this_file': ['nirnimesh@chromium.org'], | 128 'this_file': ['nirnimesh@chromium.org'], |
| 129 'valgrind': ['timurrrr@chromium.org', | 129 'valgrind': ['timurrrr@chromium.org', |
| 130 'stuartmorgan@chromium.org', | 130 'stuartmorgan@chromium.org', |
| 131 'glider@chromium.org'], | 131 'glider@chromium.org'], |
| 132 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], | 132 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], |
| 133 'base': ['brettw-cc@chromium.org'], | 133 'base': ['brettw-cc@chromium.org'], |
| 134 'views': ['ben+cc@chromium.org'], | 134 'views': ['ben+cc@chromium.org'], |
| 135 'browser': ['ben+cc@chromium.org'], | 135 'browser': ['ben+cc@chromium.org'], |
| 136 'browser_main': ['brettw-cc@chromium.org'], |
| 136 'browser_resources': ['arv@chromium.org'], | 137 'browser_resources': ['arv@chromium.org'], |
| 137 'download': ['paul@chromium.org'], | 138 'download': ['paul@chromium.org'], |
| 138 'history': ['brettw-cc@chromium.org'], | 139 'history': ['brettw-cc@chromium.org'], |
| 139 'renderer': ['darin-cc@chromium.org', | 140 'renderer': ['darin-cc@chromium.org', |
| 140 'brettw-cc@chromium.org', | 141 'brettw-cc@chromium.org', |
| 141 'jam+cc@chromium.org'], | 142 'jam+cc@chromium.org'], |
| 142 'safe_browsing': ['paul@chromium.org'], | 143 'safe_browsing': ['paul@chromium.org'], |
| 143 'tab_contents': ['brettw-cc@chromium.org'], | 144 'tab_contents': ['brettw-cc@chromium.org'], |
| 144 'webkit': ['darin-cc@chromium.org'], | 145 'webkit': ['darin-cc@chromium.org'], |
| 145 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org'], | 146 'plugin': ['darin-cc@chromium.org', 'jam@chromium.org'], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 162 'tests': ['phajdan.jr@chromium.org'], | 163 'tests': ['phajdan.jr@chromium.org'], |
| 163 'automation': ['phajdan.jr@chromium.org'], | 164 'automation': ['phajdan.jr@chromium.org'], |
| 164 'chrome_frame' : ['amit@chromium.org'], | 165 'chrome_frame' : ['amit@chromium.org'], |
| 165 'nacl' : ['native-client-reviews@googlegroups.com'], | 166 'nacl' : ['native-client-reviews@googlegroups.com'], |
| 166 'appcache': ['michaeln@chromium.org'], | 167 'appcache': ['michaeln@chromium.org'], |
| 167 'gpu': ['apatrick@chromium.org'], | 168 'gpu': ['apatrick@chromium.org'], |
| 168 'locale_settings': ['finnur+watch@chromium.org'], | 169 'locale_settings': ['finnur+watch@chromium.org'], |
| 169 'options_dialog_content': ['finnur+watch@chromium.org'], | 170 'options_dialog_content': ['finnur+watch@chromium.org'], |
| 170 }, | 171 }, |
| 171 } | 172 } |
| OLD | NEW |