| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 }, | 213 }, |
| 214 'clang_update': { | 214 'clang_update': { |
| 215 'filepath': 'tools/clang/scripts/update.sh' | 215 'filepath': 'tools/clang/scripts/update.sh' |
| 216 }, | 216 }, |
| 217 'panels': { | 217 'panels': { |
| 218 'filepath': 'chrome/browser/ui/panels/.*', | 218 'filepath': 'chrome/browser/ui/panels/.*', |
| 219 }, | 219 }, |
| 220 'accelerator_table_gtk': { | 220 'accelerator_table_gtk': { |
| 221 'filepath': 'chrome/browser/ui/views/accelerator_table_gtk.cc', | 221 'filepath': 'chrome/browser/ui/views/accelerator_table_gtk.cc', |
| 222 }, | 222 }, |
| 223 'downloads_ui' : { |
| 224 'filepath': 'chrome/browser/resources/downloads\..*' \ |
| 225 '|chrome/browser/ui/webui/.*downloads.*' \ |
| 226 '|chrome/browser/ui/views/download/.*' \ |
| 227 '|chrome/browser/ui/cocoa/download/.*' \ |
| 228 '|chrome/browser/ui/gtk/download/.*' |
| 229 }, |
| 223 }, | 230 }, |
| 224 | 231 |
| 225 'WATCHLISTS': { | 232 'WATCHLISTS': { |
| 226 'this_file': ['nirnimesh@chromium.org'], | 233 'this_file': ['nirnimesh@chromium.org'], |
| 227 'valgrind': ['timurrrr@chromium.org', | 234 'valgrind': ['timurrrr@chromium.org', |
| 228 'stuartmorgan+watch@chromium.org', | 235 'stuartmorgan+watch@chromium.org', |
| 229 'glider@chromium.org'], | 236 'glider@chromium.org'], |
| 230 'base': ['brettw-cc@chromium.org'], | 237 'base': ['brettw-cc@chromium.org'], |
| 231 'browser_main': ['brettw-cc@chromium.org'], | 238 'browser_main': ['brettw-cc@chromium.org'], |
| 232 'browser_resources': ['arv@chromium.org'], | 239 'browser_resources': ['arv@chromium.org'], |
| 233 'chromeos_login': ['nkostylev+cc@chromium.org'], | 240 'chromeos_login': ['nkostylev+cc@chromium.org'], |
| 234 'content': ['jam@chromium.org', 'joi+watch-content@chromium.org'], | 241 'content': ['jam@chromium.org', 'joi+watch-content@chromium.org'], |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 'dom_login': ['rharrison@chromium.org'], | 296 'dom_login': ['rharrison@chromium.org'], |
| 290 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], | 297 'imageburner': ['achuith+watch@chromium.org', 'tbarzic+watch@chromium.org'], |
| 291 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], | 298 'filebrowse': ['achuith+watch@chromium.org', 'rginda+watch@chromium.org'], |
| 292 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], | 299 'clang_update': ['fischman+watch@chromium.org', 'ukai+watch@chromium.org'], |
| 293 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 300 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
| 294 'prasadt@chromium.org', 'dcheng@chromium.org', | 301 'prasadt@chromium.org', 'dcheng@chromium.org', |
| 295 'jianli@chromium.org'], | 302 'jianli@chromium.org'], |
| 296 'importer': ['tfarina@chromium.org'], | 303 'importer': ['tfarina@chromium.org'], |
| 297 'views': ['dhollowa@chromium.org'], | 304 'views': ['dhollowa@chromium.org'], |
| 298 'accelerator_table_gtk': ['mazda@chromium.org'], | 305 'accelerator_table_gtk': ['mazda@chromium.org'], |
| 306 'downloads_ui': ['rdsmith@chromium.org'], |
| 299 }, | 307 }, |
| 300 } | 308 } |
| OLD | NEW |