| 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 'ipc': { | 419 'ipc': { |
| 420 'filepath': 'ipc/ipc', | 420 'filepath': 'ipc/ipc', |
| 421 }, | 421 }, |
| 422 'ipc_messages': { | 422 'ipc_messages': { |
| 423 'filepath': '_message.*.h|'\ | 423 'filepath': '_message.*.h|'\ |
| 424 '_messages.cc', | 424 '_messages.cc', |
| 425 }, | 425 }, |
| 426 'libwebp': { | 426 'libwebp': { |
| 427 'filepath': 'third_party/libwebp' | 427 'filepath': 'third_party/libwebp' |
| 428 }, | 428 }, |
| 429 'libvpx': { |
| 430 'filepath': 'third_party/libvpx' |
| 431 }, |
| 429 'linux_fonts': { | 432 'linux_fonts': { |
| 430 'filepath': 'ui/gfx/font_render_params_.*|'\ | 433 'filepath': 'ui/gfx/font_render_params_.*|'\ |
| 431 'ui/gfx/platform_font_linux.*|'\ | 434 'ui/gfx/platform_font_linux.*|'\ |
| 432 'ui/gfx/render_text_harfbuzz.*', | 435 'ui/gfx/render_text_harfbuzz.*', |
| 433 }, | 436 }, |
| 434 'linux_sandboxing': { | 437 'linux_sandboxing': { |
| 435 'filepath': 'sandbox/linux/', | 438 'filepath': 'sandbox/linux/', |
| 436 }, | 439 }, |
| 437 'linux_seccomp_bpf': { | 440 'linux_seccomp_bpf': { |
| 438 'filepath': 'content/common/sandbox.*linux.cc', | 441 'filepath': 'content/common/sandbox.*linux.cc', |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 'installer': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], | 972 'installer': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], |
| 970 'installer_linux': [ 'mmoss@chromium.org'], | 973 'installer_linux': [ 'mmoss@chromium.org'], |
| 971 'instant': ['dcblack@chromium.org', 'jered@chromium.org', | 974 'instant': ['dcblack@chromium.org', 'jered@chromium.org', |
| 972 'samarth+watch@chromium.org', 'donnd+watch@chromium.org', | 975 'samarth+watch@chromium.org', 'donnd+watch@chromium.org', |
| 973 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', | 976 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', |
| 974 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', | 977 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', |
| 975 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'], | 978 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'], |
| 976 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], | 979 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], |
| 977 'libwebp': ['urvang@chromium.org', 'jzern@chromium.org', | 980 'libwebp': ['urvang@chromium.org', 'jzern@chromium.org', |
| 978 'skal@google.com', 'vikasa@google.com'], | 981 'skal@google.com', 'vikasa@google.com'], |
| 982 'libvpx': ['tomfinegan@chromium.org', 'jzern@chromium.org', |
| 983 'fgalligan@chromium.org', 'johannkoenig@chromium.org'], |
| 979 'linux_fonts': ['derat+watch@chromium.org'], | 984 'linux_fonts': ['derat+watch@chromium.org'], |
| 980 'linux_sandboxing': ['jln+watch@chromium.org'], | 985 'linux_sandboxing': ['jln+watch@chromium.org'], |
| 981 'linux_seccomp_bpf': ['jln+watch@chromium.org'], | 986 'linux_seccomp_bpf': ['jln+watch@chromium.org'], |
| 982 'supervised_users': ['pam+watch@chromium.org'], | 987 'supervised_users': ['pam+watch@chromium.org'], |
| 983 'mandoline': ['yzshen+watch@chromium.org'], | 988 'mandoline': ['yzshen+watch@chromium.org'], |
| 984 'md_settings': ['jhawkins+watch-md-settings@chromium.org', | 989 'md_settings': ['jhawkins+watch-md-settings@chromium.org', |
| 985 'jlklein+watch-md-settings@chromium.org', | 990 'jlklein+watch-md-settings@chromium.org', |
| 986 'khorimoto+watch-md-settings@chromium.org', | 991 'khorimoto+watch-md-settings@chromium.org', |
| 987 'michaelpg+watch-md-settings@chromium.org', | 992 'michaelpg+watch-md-settings@chromium.org', |
| 988 'orenb+watch-md-settings@chromium.org', | 993 'orenb+watch-md-settings@chromium.org', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1104 'posciak+watch@chromium.org'], | 1109 'posciak+watch@chromium.org'], |
| 1105 'website_settings': ['markusheintz@chromium.org'], | 1110 'website_settings': ['markusheintz@chromium.org'], |
| 1106 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1111 'windows_sandboxing': ['wfh+watch@chromium.org'], |
| 1107 'worker': ['jam@chromium.org'], | 1112 'worker': ['jam@chromium.org'], |
| 1108 'x11': ['derat+watch@chromium.org', | 1113 'x11': ['derat+watch@chromium.org', |
| 1109 'sadrul@chromium.org', | 1114 'sadrul@chromium.org', |
| 1110 'yusukes+watch@chromium.org'], | 1115 'yusukes+watch@chromium.org'], |
| 1111 'zoom': ['wjmaclean@chromium.org'], | 1116 'zoom': ['wjmaclean@chromium.org'], |
| 1112 }, | 1117 }, |
| 1113 } | 1118 } |
| OLD | NEW |