| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 'instant': { | 397 'instant': { |
| 398 'filepath': 'instant|searchbox|'\ | 398 'filepath': 'instant|searchbox|'\ |
| 399 'chrome/browser/search/|'\ | 399 'chrome/browser/search/|'\ |
| 400 'chrome/browser/ui/search/|'\ | 400 'chrome/browser/ui/search/|'\ |
| 401 'chrome/browser/resources/local_ntp/|'\ | 401 'chrome/browser/resources/local_ntp/|'\ |
| 402 'chrome/common/search_types.*', | 402 'chrome/common/search_types.*', |
| 403 }, | 403 }, |
| 404 'ipc': { | 404 'ipc': { |
| 405 'filepath': 'ipc/ipc', | 405 'filepath': 'ipc/ipc', |
| 406 }, | 406 }, |
| 407 'ipc_messages': { |
| 408 'filepath': '_message.*.h|'\ |
| 409 '_messages.cc', |
| 410 }, |
| 407 'libwebp': { | 411 'libwebp': { |
| 408 'filepath': 'third_party/libwebp' | 412 'filepath': 'third_party/libwebp' |
| 409 }, | 413 }, |
| 410 'linux_fonts': { | 414 'linux_fonts': { |
| 411 'filepath': 'ui/gfx/font_render_params_.*|'\ | 415 'filepath': 'ui/gfx/font_render_params_.*|'\ |
| 412 'ui/gfx/platform_font_pango.*|'\ | 416 'ui/gfx/platform_font_pango.*|'\ |
| 413 'ui/gfx/render_text_linux.*', | 417 'ui/gfx/render_text_linux.*', |
| 414 }, | 418 }, |
| 415 'linux_sandboxing': { | 419 'linux_sandboxing': { |
| 416 'filepath': 'sandbox/linux/', | 420 'filepath': 'sandbox/linux/', |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 'importer': ['tfarina@chromium.org'], | 884 'importer': ['tfarina@chromium.org'], |
| 881 'indexed_db': ['cmumford@chromium.org', | 885 'indexed_db': ['cmumford@chromium.org', |
| 882 'dgrogan@chromium.org', 'jsbell+idb@chromium.org'], | 886 'dgrogan@chromium.org', 'jsbell+idb@chromium.org'], |
| 883 'installer': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], | 887 'installer': ['grt+watch@chromium.org', 'wfh+watch@chromium.org'], |
| 884 'instant': ['dcblack@chromium.org', 'jered@chromium.org', | 888 'instant': ['dcblack@chromium.org', 'jered@chromium.org', |
| 885 'samarth+watch@chromium.org', 'donnd+watch@chromium.org', | 889 'samarth+watch@chromium.org', 'donnd+watch@chromium.org', |
| 886 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', | 890 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', |
| 887 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', | 891 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', |
| 888 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'], | 892 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'], |
| 889 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], | 893 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], |
| 894 'ipc_messages': [ 'mkwst+moarreviews-ipc@chromium.org' ], |
| 890 'libwebp': ['urvang@google.com', 'jzern@chromium.org', | 895 'libwebp': ['urvang@google.com', 'jzern@chromium.org', |
| 891 'skal@google.com', 'vikasa@google.com'], | 896 'skal@google.com', 'vikasa@google.com'], |
| 892 'linux_fonts': ['derat+watch@chromium.org'], | 897 'linux_fonts': ['derat+watch@chromium.org'], |
| 893 'linux_sandboxing': ['jln+watch@chromium.org'], | 898 'linux_sandboxing': ['jln+watch@chromium.org'], |
| 894 'linux_seccomp_bpf': ['jln+watch@chromium.org'], | 899 'linux_seccomp_bpf': ['jln+watch@chromium.org'], |
| 895 'supervised_users': ['pam+watch@chromium.org'], | 900 'supervised_users': ['pam+watch@chromium.org'], |
| 896 'media': ['feature-media-reviews@chromium.org'], | 901 'media': ['feature-media-reviews@chromium.org'], |
| 897 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org', | 902 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org', |
| 898 'tommycli@chromium.org', 'vandebo@chromium.org'], | 903 'tommycli@chromium.org', 'vandebo@chromium.org'], |
| 899 'message_loop': ['sadrul@chromium.org'], | 904 'message_loop': ['sadrul@chromium.org'], |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1004 'mcasas+watch@chromium.org', | 1009 'mcasas+watch@chromium.org', |
| 1005 'posciak+watch@chromium.org'], | 1010 'posciak+watch@chromium.org'], |
| 1006 'website_settings': ['markusheintz@chromium.org'], | 1011 'website_settings': ['markusheintz@chromium.org'], |
| 1007 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1012 'windows_sandboxing': ['wfh+watch@chromium.org'], |
| 1008 'worker': ['jam@chromium.org'], | 1013 'worker': ['jam@chromium.org'], |
| 1009 'x11': ['derat+watch@chromium.org', | 1014 'x11': ['derat+watch@chromium.org', |
| 1010 'sadrul@chromium.org', | 1015 'sadrul@chromium.org', |
| 1011 'yusukes+watch@chromium.org'], | 1016 'yusukes+watch@chromium.org'], |
| 1012 }, | 1017 }, |
| 1013 } | 1018 } |
| OLD | NEW |