| 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 'chrome/browser/ui/webui/net_internals/' | 580 'chrome/browser/ui/webui/net_internals/' |
| 581 }, | 581 }, |
| 582 'netinfo': { | 582 'netinfo': { |
| 583 'filepath': 'netinfo', | 583 'filepath': 'netinfo', |
| 584 }, | 584 }, |
| 585 'notifications': { | 585 'notifications': { |
| 586 'filepath': 'chrome/browser/extensions/api/notifications/|' \ | 586 'filepath': 'chrome/browser/extensions/api/notifications/|' \ |
| 587 'chrome/browser/notifications/|' \ | 587 'chrome/browser/notifications/|' \ |
| 588 'chrome/test/data/notifications/|' \ | 588 'chrome/test/data/notifications/|' \ |
| 589 'content/browser/notifications/|' \ | 589 'content/browser/notifications/|' \ |
| 590 'content/child/notifications/|' \ | |
| 591 'content/common/platform_notification|' \ | 590 'content/common/platform_notification|' \ |
| 592 'content/public/browser/platform_notification|' \ | 591 'content/public/browser/platform_notification|' \ |
| 593 'content/public/common/platform_notification|' \ | 592 'content/public/common/platform_notification|' \ |
| 594 'content/renderer/notification_|' \ | 593 'content/renderer/notification_|' \ |
| 595 'ui/message_center/' | 594 'ui/message_center/' |
| 596 }, | 595 }, |
| 597 'ntp': { | 596 'ntp': { |
| 598 'filepath': 'chrome/browser/resources/ntp4/|'\ | 597 'filepath': 'chrome/browser/resources/ntp4/|'\ |
| 599 'chrome/browser/resources/ntp_android/|'\ | 598 'chrome/browser/resources/ntp_android/|'\ |
| 600 'chrome/browser/ui/webui/ntp/', | 599 'chrome/browser/ui/webui/ntp/', |
| (...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1795 'kinuko+worker@chromium.org', | 1794 'kinuko+worker@chromium.org', |
| 1796 'horo+watch@chromium.org', | 1795 'horo+watch@chromium.org', |
| 1797 'falken@chromium.org' ], | 1796 'falken@chromium.org' ], |
| 1798 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1797 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
| 1799 'blink-reviews-wtf@chromium.org' ], | 1798 'blink-reviews-wtf@chromium.org' ], |
| 1800 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1799 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
| 1801 'test_runner': [ 'jochen+watch@chromium.org', | 1800 'test_runner': [ 'jochen+watch@chromium.org', |
| 1802 'mlamouri+watch-test-runner@chromium.org' ], | 1801 'mlamouri+watch-test-runner@chromium.org' ], |
| 1803 }, | 1802 }, |
| 1804 } | 1803 } |
| OLD | NEW |