| 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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 }, | 718 }, |
| 719 'ntp': { | 719 'ntp': { |
| 720 'filepath': 'chrome/browser/resources/ntp4/|'\ | 720 'filepath': 'chrome/browser/resources/ntp4/|'\ |
| 721 'chrome/browser/resources/ntp_android/|'\ | 721 'chrome/browser/resources/ntp_android/|'\ |
| 722 'chrome/browser/ui/webui/ntp/', | 722 'chrome/browser/ui/webui/ntp/', |
| 723 }, | 723 }, |
| 724 'ntp_snippets': { | 724 'ntp_snippets': { |
| 725 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\ | 725 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\ |
| 726 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\ | 726 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\ |
| 727 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\ | 727 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\ |
| 728 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\ |
| 729 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'
\ |
| 728 'chrome/browser/android/ntp/ntp_snippets|'\ | 730 'chrome/browser/android/ntp/ntp_snippets|'\ |
| 729 'chrome/browser/ntp_snippets/|'\ | 731 'chrome/browser/ntp_snippets/|'\ |
| 730 'chrome/browser/resources/snippets_internals|'\ | 732 'chrome/browser/resources/snippets_internals|'\ |
| 731 'chrome/browser/ui/webui/snippets_internals|'\ | 733 'chrome/browser/ui/webui/snippets_internals|'\ |
| 732 'components/ntp_snippets/|'\ | 734 'components/ntp_snippets/|'\ |
| 733 'chrome/android/java/res/layout/new_tab_page|'\ | 735 'chrome/android/java/res/layout/new_tab_page|'\ |
| 734 'chrome/android/java/res/layout/most_visited|'\ | 736 'chrome/android/java/res/layout/most_visited|'\ |
| 735 'ios/chrome/browser/ntp_snippets' | 737 'ios/chrome/browser/ntp_snippets' |
| 736 }, | 738 }, |
| 737 'ntp_tiles': { | 739 'ntp_tiles': { |
| (...skipping 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2093 'raymes+watch@chromium.org'], | 2095 'raymes+watch@chromium.org'], |
| 2094 'windows_sandboxing': ['pennymac+watch@chromium.org', | 2096 'windows_sandboxing': ['pennymac+watch@chromium.org', |
| 2095 'wfh+watch@chromium.org'], | 2097 'wfh+watch@chromium.org'], |
| 2096 'x11': ['derat+watch@chromium.org', | 2098 'x11': ['derat+watch@chromium.org', |
| 2097 'sadrul@chromium.org', | 2099 'sadrul@chromium.org', |
| 2098 'yusukes+watch@chromium.org'], | 2100 'yusukes+watch@chromium.org'], |
| 2099 'xml': ['dominicc+watchlist@chromium.org'], | 2101 'xml': ['dominicc+watchlist@chromium.org'], |
| 2100 'zoom': ['wjmaclean@chromium.org'], | 2102 'zoom': ['wjmaclean@chromium.org'], |
| 2101 }, | 2103 }, |
| 2102 } | 2104 } |
| OLD | NEW |