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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'automation': { | 93 'automation': { |
94 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', | 94 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', |
95 }, | 95 }, |
96 }, | 96 }, |
97 | 97 |
98 'WATCHLISTS': { | 98 'WATCHLISTS': { |
99 'this_file': ['nirnimesh@chromium.org'], | 99 'this_file': ['nirnimesh@chromium.org'], |
100 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'timurrrr@chromi
um.org', 'stuartmorgan@chromium.org', 'ramosian.glider@gmail.com'], | 100 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'timurrrr@chromi
um.org', 'stuartmorgan@chromium.org', 'ramosian.glider@gmail.com'], |
101 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], | 101 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], |
102 'base': ['brettw@chromium.org'], | 102 'base': ['brettw@chromium.org'], |
103 'views': ['ben@chromium.org'], | 103 'views': ['ben+cc@chromium.org'], |
104 'browser': ['ben@chromium.org'], | 104 'browser': ['ben+cc@chromium.org'], |
105 'download': ['paul@chromium.org'], | 105 'download': ['paul@chromium.org'], |
106 'history': ['brettw@chromium.org'], | 106 'history': ['brettw@chromium.org'], |
107 'renderer': ['darin@chromium.org', 'brettw@chromium.org', 'jam@chromium.org'
], | 107 'renderer': ['darin@chromium.org', 'brettw@chromium.org', 'jam@chromium.org'
], |
108 'safe_browsing': ['paul@chromium.org'], | 108 'safe_browsing': ['paul@chromium.org'], |
109 'tab_contents': ['brettw@chromium.org'], | 109 'tab_contents': ['brettw@chromium.org'], |
110 'webkit': ['darin@chromium.org'], | 110 'webkit': ['darin@chromium.org'], |
111 'plugin': ['darin@chromium.org', 'jam@chromium.org'], | 111 'plugin': ['darin@chromium.org', 'jam@chromium.org'], |
112 'worker': ['jam@chromium.org'], | 112 'worker': ['jam@chromium.org'], |
113 'extension': ['erikkay@chromium.org', 'pam+watch@chromium.org'], | 113 'extension': ['erikkay@chromium.org', 'pam+watch@chromium.org'], |
114 'purify': ['erikkay@chromium.org'], | 114 'purify': ['erikkay@chromium.org'], |
115 'net': ['darin@chromium.org'], | 115 'net': ['darin@chromium.org'], |
116 'ftp': ['phajdan.jr@chromium.org'], | 116 'ftp': ['phajdan.jr@chromium.org'], |
117 'installer': ['kuchhal@chromium.org'], | 117 'installer': ['kuchhal@chromium.org'], |
118 'importer': ['kuchhal@chromium.org'], | 118 'importer': ['kuchhal@chromium.org'], |
119 'media': ['ajwong@chromium.org', 'fbarchard@chromium.org', | 119 'media': ['ajwong@chromium.org', 'fbarchard@chromium.org', |
120 'hclam@chromium.org', 'scherkus@chromium.org'], | 120 'hclam@chromium.org', 'scherkus@chromium.org'], |
121 'ipc': ['jam@chromium.org'], | 121 'ipc': ['jam@chromium.org'], |
122 'linux-sandboxing': ['agl@chromium.org'], | 122 'linux-sandboxing': ['agl@chromium.org'], |
123 'sync': ['tim@chromium.org', 'nick@chromium.org', | 123 'sync': ['tim@chromium.org', 'nick@chromium.org', |
124 'idana@chromium.org'], | 124 'idana@chromium.org'], |
125 'layout_tests': ['pam+watch@chromium.org'], | 125 'layout_tests': ['pam+watch@chromium.org'], |
126 'tools': ['pam+watch@chromium.org'], | 126 'tools': ['pam+watch@chromium.org'], |
127 'tests': ['phajdan.jr@chromium.org', 'tim@chromium.org'], | 127 'tests': ['phajdan.jr@chromium.org', 'tim@chromium.org'], |
128 'automation': ['phajdan.jr@chromium.org'], | 128 'automation': ['phajdan.jr@chromium.org'], |
129 }, | 129 }, |
130 } | 130 } |
OLD | NEW |