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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 'content/browser/renderer_host/media/|'\ | 720 'content/browser/renderer_host/media/|'\ |
721 'content/common/gpu/media/|'\ | 721 'content/common/gpu/media/|'\ |
722 'content/renderer/media/|'\ | 722 'content/renderer/media/|'\ |
723 'media/video/|'\ | 723 'media/video/|'\ |
724 'video.*_accelerat', | 724 'video.*_accelerat', |
725 }, | 725 }, |
726 'website_settings': { | 726 'website_settings': { |
727 'filepath': 'chrome/browser/content_settings/'\ | 727 'filepath': 'chrome/browser/content_settings/'\ |
728 '|chrome/browser/ui/views/website_settings/'\ | 728 '|chrome/browser/ui/views/website_settings/'\ |
729 '|chrome/browser/ui/website_settings/'\ | 729 '|chrome/browser/ui/website_settings/'\ |
730 '|chrome/common/content_settings', | 730 '|chrome/common/content_settings'\ |
| 731 '|components/content_settings/', |
731 }, | 732 }, |
732 'windows_sandboxing': { | 733 'windows_sandboxing': { |
733 'filepath': 'sandbox/win/', | 734 'filepath': 'sandbox/win/', |
734 }, | 735 }, |
735 'worker': { | 736 'worker': { |
736 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\ | 737 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\ |
737 'chrome/common/worker_messages|webkit/glue/webworker', | 738 'chrome/common/worker_messages|webkit/glue/webworker', |
738 }, | 739 }, |
739 'x11': { | 740 'x11': { |
740 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ | 741 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
994 'mcasas+watch@chromium.org', | 995 'mcasas+watch@chromium.org', |
995 'posciak+watch@chromium.org'], | 996 'posciak+watch@chromium.org'], |
996 'website_settings': ['markusheintz@chromium.org'], | 997 'website_settings': ['markusheintz@chromium.org'], |
997 'windows_sandboxing': ['wfh+watch@chromium.org'], | 998 'windows_sandboxing': ['wfh+watch@chromium.org'], |
998 'worker': ['jam@chromium.org'], | 999 'worker': ['jam@chromium.org'], |
999 'x11': ['derat+watch@chromium.org', | 1000 'x11': ['derat+watch@chromium.org', |
1000 'sadrul@chromium.org', | 1001 'sadrul@chromium.org', |
1001 'yusukes+watch@chromium.org'], | 1002 'yusukes+watch@chromium.org'], |
1002 }, | 1003 }, |
1003 } | 1004 } |
OLD | NEW |