OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 }, | 171 }, |
172 'remoting': { | 172 'remoting': { |
173 'filepath': 'remoting/.*', | 173 'filepath': 'remoting/.*', |
174 }, | 174 }, |
175 'domui_options': { | 175 'domui_options': { |
176 'filepath': 'chrome/browser/resources/options/.*|'\ | 176 'filepath': 'chrome/browser/resources/options/.*|'\ |
177 'chrome/browser/resources/options.html|'\ | 177 'chrome/browser/resources/options.html|'\ |
178 'chrome/browser/ui/webui/options/.*', | 178 'chrome/browser/ui/webui/options/.*', |
179 }, | 179 }, |
180 'ntp': { | 180 'ntp': { |
181 'filepath': 'chrome/browser/resources/ntp/.*|'\ | 181 'filepath': 'chrome/browser/resources/ntp4/.*|'\ |
182 'chrome/browser/resources/ntp4/.*|'\ | |
183 'chrome/browser/resources/touch_ntp/.*|'\ | 182 'chrome/browser/resources/touch_ntp/.*|'\ |
184 'chrome/browser/resources/touch_ntp/.*|'\ | 183 'chrome/browser/resources/touch_ntp/.*|'\ |
185 'chrome/browser/ui/webui/ntp/.*', | 184 'chrome/browser/ui/webui/ntp/.*', |
186 }, | 185 }, |
187 'cookie_monster': { | 186 'cookie_monster': { |
188 'filepath': 'net/base/cookie_.*|'\ | 187 'filepath': 'net/base/cookie_.*|'\ |
189 'chrome/browser/net/sqlite_persistent_cookie_store.*', | 188 'chrome/browser/net/sqlite_persistent_cookie_store.*', |
190 }, | 189 }, |
191 'autofill': { | 190 'autofill': { |
192 'filepath': 'chrome/browser/autofill/.*|'\ | 191 'filepath': 'chrome/browser/autofill/.*|'\ |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 'yusukes+watch@chromium.org'], | 447 'yusukes+watch@chromium.org'], |
449 'textinput_chromeos': ['yusukes+watch@chromium.org'], | 448 'textinput_chromeos': ['yusukes+watch@chromium.org'], |
450 'omnibox': ['suzhe@chromium.org'], | 449 'omnibox': ['suzhe@chromium.org'], |
451 'message_loop': ['sadrul@chromium.org'], | 450 'message_loop': ['sadrul@chromium.org'], |
452 'clipboard': ['dcheng@chromium.org'], | 451 'clipboard': ['dcheng@chromium.org'], |
453 'metrics': ['jar@chromium.org', | 452 'metrics': ['jar@chromium.org', |
454 'isherman@chromium.org', | 453 'isherman@chromium.org', |
455 'mad@chromium.org'], | 454 'mad@chromium.org'], |
456 }, | 455 }, |
457 } | 456 } |
OLD | NEW |