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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 'filepath': 'chrome/browser/accessibility/.*' \ | 276 'filepath': 'chrome/browser/accessibility/.*' \ |
277 '|content/browser/accessibility/.*' \ | 277 '|content/browser/accessibility/.*' \ |
278 '|chrome/.*accessib.*' \ | 278 '|chrome/.*accessib.*' \ |
279 '|ui/base/accessibility/.*' \ | 279 '|ui/base/accessibility/.*' \ |
280 '|ui/views/accessibility/.*' | 280 '|ui/views/accessibility/.*' |
281 }, | 281 }, |
282 'tools_emacs': { | 282 'tools_emacs': { |
283 'filepath': 'tools/emacs/.*', | 283 'filepath': 'tools/emacs/.*', |
284 }, | 284 }, |
285 'browser_compositor': { | 285 'browser_compositor': { |
286 'filepath': 'ui/gfx/compositor/.*' | 286 'filepath': 'ui/compositor/.*' |
287 }, | 287 }, |
288 'browser_gl': { | 288 'browser_gl': { |
289 'filepath': 'ui/gfx/gl/.*' | 289 'filepath': 'ui/gfx/gl/.*' |
290 }, | 290 }, |
291 'textinput': { | 291 'textinput': { |
292 'filepath': 'content/browser/renderer_host/gtk_im.*'\ | 292 'filepath': 'content/browser/renderer_host/gtk_im.*'\ |
293 '|content/browser/renderer_host/gtk_key.*'\ | 293 '|content/browser/renderer_host/gtk_key.*'\ |
294 '|content/browser/renderer_host/render_widget_host_view.*'\ | 294 '|content/browser/renderer_host/render_widget_host_view.*'\ |
295 '|content/browser/renderer_host/text_input.*'\ | 295 '|content/browser/renderer_host/text_input.*'\ |
296 '|ui/base/ime/.*'\ | 296 '|ui/base/ime/.*'\ |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 'omnibox': ['suzhe@chromium.org'], | 461 'omnibox': ['suzhe@chromium.org'], |
462 'message_loop': ['sadrul@chromium.org'], | 462 'message_loop': ['sadrul@chromium.org'], |
463 'clipboard': ['dcheng@chromium.org'], | 463 'clipboard': ['dcheng@chromium.org'], |
464 'metrics': ['jar@chromium.org', | 464 'metrics': ['jar@chromium.org', |
465 'isherman@chromium.org', | 465 'isherman@chromium.org', |
466 'mad@chromium.org'], | 466 'mad@chromium.org'], |
467 'speech': ['satish@chromium.org'], | 467 'speech': ['satish@chromium.org'], |
468 'installer': ['grt+watch@chromium.org'], | 468 'installer': ['grt+watch@chromium.org'], |
469 }, | 469 }, |
470 } | 470 } |
OLD | NEW |