| 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 # IMPORTANT: The regular expression filepath is tested against each path using | 8 # IMPORTANT: The regular expression filepath is tested against each path using |
| 9 # re.search, so it is not usually necessary to add .*. | 9 # re.search, so it is not usually necessary to add .*. |
| 10 | 10 |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 }, | 400 }, |
| 401 'omnibox': { | 401 'omnibox': { |
| 402 'filepath': 'chrome/browser/autocomplete/'\ | 402 'filepath': 'chrome/browser/autocomplete/'\ |
| 403 '|chrome/browser/ui/.*/omnibox/' | 403 '|chrome/browser/ui/.*/omnibox/' |
| 404 }, | 404 }, |
| 405 'options': { | 405 'options': { |
| 406 'filepath': 'chrome/browser/resources/options/|'\ | 406 'filepath': 'chrome/browser/resources/options/|'\ |
| 407 'chrome/browser/ui/webui/options/', | 407 'chrome/browser/ui/webui/options/', |
| 408 }, | 408 }, |
| 409 'ozone': { | 409 'ozone': { |
| 410 'filepath': 'ui/base/ozone/|'\ | 410 'filepath': 'ui/ozone/|'\ |
| 411 'ui/events/ozone/|'\ | 411 'ui/events/ozone/|'\ |
| 412 'ui/gfx/ozone/|'\ | 412 'ui/gfx/ozone/|'\ |
| 413 'ui/gl/gl_.*egl.*|'\ | 413 'ui/gl/gl_.*egl.*|'\ |
| 414 'ui/gl/gl_.*ozone.*' | 414 'ui/gl/gl_.*ozone.*' |
| 415 }, | 415 }, |
| 416 'panels': { | 416 'panels': { |
| 417 'filepath': 'chrome/browser/ui/panels'\ | 417 'filepath': 'chrome/browser/ui/panels'\ |
| 418 '|chrome/browser/ui/cocoa/panels'\ | 418 '|chrome/browser/ui/cocoa/panels'\ |
| 419 '|chrome/browser/ui/gtk/panels'\ | 419 '|chrome/browser/ui/gtk/panels'\ |
| 420 '|chrome/browser/ui/views/panels' | 420 '|chrome/browser/ui/views/panels' |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 'webkit': ['darin-cc@chromium.org'], | 827 'webkit': ['darin-cc@chromium.org'], |
| 828 'webrtc_media': ['fischman+watch@chromium.org', | 828 'webrtc_media': ['fischman+watch@chromium.org', |
| 829 'wjia+watch@chromium.org'], | 829 'wjia+watch@chromium.org'], |
| 830 'website_settings': ['markusheintz@chromium.org'], | 830 'website_settings': ['markusheintz@chromium.org'], |
| 831 'worker': ['jam@chromium.org'], | 831 'worker': ['jam@chromium.org'], |
| 832 'x11': ['derat+watch@chromium.org', | 832 'x11': ['derat+watch@chromium.org', |
| 833 'sadrul@chromium.org', | 833 'sadrul@chromium.org', |
| 834 'yusukes+watch@chromium.org'], | 834 'yusukes+watch@chromium.org'], |
| 835 }, | 835 }, |
| 836 } | 836 } |
| OLD | NEW |