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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 'options_dialog_content': { | 124 'options_dialog_content': { |
125 'filepath': 'chrome/browser/views/options/content_page_view.h|'\ | 125 'filepath': 'chrome/browser/views/options/content_page_view.h|'\ |
126 'chrome/browser/views/options/general_page_view.h', | 126 'chrome/browser/views/options/general_page_view.h', |
127 }, | 127 }, |
128 'chromeos': { | 128 'chromeos': { |
129 'filepath': 'chrome/browser/chromeos/.*', | 129 'filepath': 'chrome/browser/chromeos/.*', |
130 }, | 130 }, |
131 'npapi_headers': { | 131 'npapi_headers': { |
132 'filepath': 'third_party/npapi/bindings/.*', | 132 'filepath': 'third_party/npapi/bindings/.*', |
133 }, | 133 }, |
| 134 'remoting': { |
| 135 'filepath': 'remoting/.*', |
| 136 }, |
134 }, | 137 }, |
135 | 138 |
136 'WATCHLISTS': { | 139 'WATCHLISTS': { |
137 'this_file': ['nirnimesh@chromium.org'], | 140 'this_file': ['nirnimesh@chromium.org'], |
138 'valgrind': ['timurrrr@chromium.org', | 141 'valgrind': ['timurrrr@chromium.org', |
139 'stuartmorgan@chromium.org', | 142 'stuartmorgan@chromium.org', |
140 'glider@chromium.org'], | 143 'glider@chromium.org'], |
141 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], | 144 'mac': ['jrg@chromium.org', 'pam+watch@chromium.org'], |
142 'base': ['brettw-cc@chromium.org'], | 145 'base': ['brettw-cc@chromium.org'], |
143 'views': ['ben+cc@chromium.org'], | 146 'views': ['ben+cc@chromium.org'], |
(...skipping 29 matching lines...) Expand all Loading... |
173 'tests': ['phajdan.jr@chromium.org'], | 176 'tests': ['phajdan.jr@chromium.org'], |
174 'automation': ['phajdan.jr@chromium.org'], | 177 'automation': ['phajdan.jr@chromium.org'], |
175 'chrome_frame' : ['amit@chromium.org'], | 178 'chrome_frame' : ['amit@chromium.org'], |
176 'nacl' : ['native-client-reviews@googlegroups.com'], | 179 'nacl' : ['native-client-reviews@googlegroups.com'], |
177 'appcache': ['michaeln@chromium.org'], | 180 'appcache': ['michaeln@chromium.org'], |
178 'gpu': ['apatrick@chromium.org'], | 181 'gpu': ['apatrick@chromium.org'], |
179 'locale_settings': ['finnur+watch@chromium.org'], | 182 'locale_settings': ['finnur+watch@chromium.org'], |
180 'options_dialog_content': ['finnur+watch@chromium.org'], | 183 'options_dialog_content': ['finnur+watch@chromium.org'], |
181 'chromeos': ['davemoore+watch@chromium.org'], | 184 'chromeos': ['davemoore+watch@chromium.org'], |
182 'npapi_headers': ['stuartmorgan@chromium.org'], | 185 'npapi_headers': ['stuartmorgan@chromium.org'], |
| 186 'remoting': ['ajwong@chromium.org', 'sergeyu@chromium.org', |
| 187 'hclam@chromium.org', 'dmaclach@chromium.org', |
| 188 'garykac@chromium.org'], |
183 }, | 189 }, |
184 } | 190 } |
OLD | NEW |