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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 'filepath': 'chrome/app/resources/locale_settings.*', | 112 'filepath': 'chrome/app/resources/locale_settings.*', |
113 }, | 113 }, |
114 'options_dialog_content': { | 114 'options_dialog_content': { |
115 'filepath': 'chrome/browser/views/options/content_page_view.h|'\ | 115 'filepath': 'chrome/browser/views/options/content_page_view.h|'\ |
116 'chrome/browser/views/options/general_page_view.h', | 116 'chrome/browser/views/options/general_page_view.h', |
117 }, | 117 }, |
118 }, | 118 }, |
119 | 119 |
120 'WATCHLISTS': { | 120 'WATCHLISTS': { |
121 'this_file': ['nirnimesh@chromium.org'], | 121 'this_file': ['nirnimesh@chromium.org'], |
122 'valgrind': ['dank@chromium.org', | 122 'valgrind': ['timurrrr@chromium.org', |
123 'timurrrr@chromium.org', | |
124 'stuartmorgan@chromium.org', | 123 'stuartmorgan@chromium.org', |
125 'ramosian.glider@gmail.com'], | 124 'glider@chromium.org'], |
126 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], | 125 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], |
127 'base': ['brettw+cc@chromium.org'], | 126 'base': ['brettw+cc@chromium.org'], |
128 'views': ['ben+cc@chromium.org'], | 127 'views': ['ben+cc@chromium.org'], |
129 'browser': ['ben+cc@chromium.org'], | 128 'browser': ['ben+cc@chromium.org'], |
130 'download': ['paul@chromium.org'], | 129 'download': ['paul@chromium.org'], |
131 'history': ['brettw+cc@chromium.org'], | 130 'history': ['brettw+cc@chromium.org'], |
132 'renderer': ['darin-cc@chromium.org', | 131 'renderer': ['darin-cc@chromium.org', |
133 'brettw+cc@chromium.org', | 132 'brettw+cc@chromium.org', |
134 'jam+cc@chromium.org'], | 133 'jam+cc@chromium.org'], |
135 'safe_browsing': ['paul@chromium.org'], | 134 'safe_browsing': ['paul@chromium.org'], |
(...skipping 19 matching lines...) Expand all Loading... |
155 'tests': ['phajdan.jr@chromium.org'], | 154 'tests': ['phajdan.jr@chromium.org'], |
156 'automation': ['phajdan.jr@chromium.org'], | 155 'automation': ['phajdan.jr@chromium.org'], |
157 'chrome_frame' : ['amit@chromium.org'], | 156 'chrome_frame' : ['amit@chromium.org'], |
158 'nacl' : ['native-client-reviews@googlegroups.com'], | 157 'nacl' : ['native-client-reviews@googlegroups.com'], |
159 'appcache': ['michaeln@chromium.org'], | 158 'appcache': ['michaeln@chromium.org'], |
160 'gpu': ['apatrick@chromium.org'], | 159 'gpu': ['apatrick@chromium.org'], |
161 'locale_settings': ['finnur+watch@chromium.org'], | 160 'locale_settings': ['finnur+watch@chromium.org'], |
162 'options_dialog_content': ['finnur+watch@chromium.org'], | 161 'options_dialog_content': ['finnur+watch@chromium.org'], |
163 }, | 162 }, |
164 } | 163 } |
OLD | NEW |