| OLD | NEW |
| 1 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2006-2009 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'installer': { | 60 'installer': { |
| 61 'filepath': 'chrome/installer/.*', | 61 'filepath': 'chrome/installer/.*', |
| 62 }, | 62 }, |
| 63 'importer': { | 63 'importer': { |
| 64 'filepath': '.*import.*', | 64 'filepath': '.*import.*', |
| 65 } | 65 } |
| 66 }, | 66 }, |
| 67 | 67 |
| 68 'WATCHLISTS': { | 68 'WATCHLISTS': { |
| 69 'this_file': ['nirnimesh@chromium.org'], | 69 'this_file': ['nirnimesh@chromium.org'], |
| 70 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org'], | 70 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'stuartmorgan@ch
romium.org'], |
| 71 'mac': ['jrg@chromium.org'], | 71 'mac': ['jrg@chromium.org'], |
| 72 'base': ['brettw@chromium.org'], | 72 'base': ['brettw@chromium.org'], |
| 73 'views': ['ben@chromium.org'], | 73 'views': ['ben@chromium.org'], |
| 74 'browser': ['ben@chromium.org'], | 74 'browser': ['ben@chromium.org'], |
| 75 'download': ['paul@chromium.org'], | 75 'download': ['paul@chromium.org'], |
| 76 'history': ['brettw@chromium.org'], | 76 'history': ['brettw@chromium.org'], |
| 77 'renderer': ['darin@chromium.org', 'brettw@chromium.org'], | 77 'renderer': ['darin@chromium.org', 'brettw@chromium.org'], |
| 78 'safe_browsing': ['paul@chromium.org'], | 78 'safe_browsing': ['paul@chromium.org'], |
| 79 'tab_contents': ['brettw@chromium.org'], | 79 'tab_contents': ['brettw@chromium.org'], |
| 80 'webkit': ['darin@chromium.org'], | 80 'webkit': ['darin@chromium.org'], |
| 81 'plugin': ['darin@chromium.org'], | 81 'plugin': ['darin@chromium.org'], |
| 82 'extension': ['erikkay@chromium.org'], | 82 'extension': ['erikkay@chromium.org'], |
| 83 'purify': ['erikkay@chromium.org'], | 83 'purify': ['erikkay@chromium.org'], |
| 84 'net': ['darin@chromium.org', 'willchan@chromium.org'], | 84 'net': ['darin@chromium.org', 'willchan@chromium.org'], |
| 85 'installer': ['kuchhal@chromium.org'], | 85 'installer': ['kuchhal@chromium.org'], |
| 86 'importer': ['kuchhal@chromium.org'], | 86 'importer': ['kuchhal@chromium.org'], |
| 87 }, | 87 }, |
| 88 } | 88 } |
| OLD | NEW |