| 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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 'ui/message_center/' | 633 'ui/message_center/' |
| 634 }, | 634 }, |
| 635 'ntp': { | 635 'ntp': { |
| 636 'filepath': 'chrome/browser/resources/ntp4/|'\ | 636 'filepath': 'chrome/browser/resources/ntp4/|'\ |
| 637 'chrome/browser/resources/ntp_android/|'\ | 637 'chrome/browser/resources/ntp_android/|'\ |
| 638 'chrome/browser/ui/webui/ntp/', | 638 'chrome/browser/ui/webui/ntp/', |
| 639 }, | 639 }, |
| 640 'ntp_snippets': { | 640 'ntp_snippets': { |
| 641 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\ | 641 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\ |
| 642 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\ | 642 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\ |
| 643 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\ |
| 643 'chrome/browser/android/ntp/ntp_snippets|'\ | 644 'chrome/browser/android/ntp/ntp_snippets|'\ |
| 644 'chrome/browser/ntp_snippets/|'\ | 645 'chrome/browser/ntp_snippets/|'\ |
| 645 'chrome/browser/resources/snippets_internals|'\ | 646 'chrome/browser/resources/snippets_internals|'\ |
| 646 'chrome/browser/ui/webui/snippets_internals|'\ | 647 'chrome/browser/ui/webui/snippets_internals|'\ |
| 647 'components/ntp_snippets/|'\ | 648 'components/ntp_snippets/|'\ |
| 648 'chrome/android/java/res/layout/new_tab_page|'\ | 649 'chrome/android/java/res/layout/new_tab_page|'\ |
| 649 'chrome/android/java/res/layout/most_visited' | 650 'chrome/android/java/res/layout/most_visited' |
| 650 }, | 651 }, |
| 651 'ntp_tiles': { | 652 'ntp_tiles': { |
| 652 'filepath': 'chrome/browser/android/ntp/|'\ | 653 'filepath': 'chrome/browser/android/ntp/|'\ |
| (...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1880 'falken@chromium.org' ], | 1881 'falken@chromium.org' ], |
| 1881 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1882 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 1882 'blink-reviews-wtf@chromium.org' ], | 1883 'blink-reviews-wtf@chromium.org' ], |
| 1883 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1884 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 1884 'test_runner': [ 'jochen+watch@chromium.org', | 1885 'test_runner': [ 'jochen+watch@chromium.org', |
| 1885 'mlamouri+watch-test-runner@chromium.org' ], | 1886 'mlamouri+watch-test-runner@chromium.org' ], |
| 1886 'clank_uma_settings': ['gayane+watch@chromium.org'], | 1887 'clank_uma_settings': ['gayane+watch@chromium.org'], |
| 1887 'xml': [ 'dominicc+watchlist@chromium.org' ], | 1888 'xml': [ 'dominicc+watchlist@chromium.org' ], |
| 1888 }, | 1889 }, |
| 1889 } | 1890 } |
| OLD | NEW |