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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 }, | 57 }, |
58 'ash': { | 58 'ash': { |
59 'filepath': 'ash/', | 59 'filepath': 'ash/', |
60 }, | 60 }, |
61 'aura': { | 61 'aura': { |
62 'filepath': 'ui/aura/', | 62 'filepath': 'ui/aura/', |
63 }, | 63 }, |
64 'aura_compositor': { | 64 'aura_compositor': { |
65 'filepath': | 65 'filepath': |
66 'ui/compositor/' \ | 66 'ui/compositor/' \ |
67 »'|content/browser/aura/' \ | 67 '|content/browser/compositor/' \ |
| 68 '|content/browser/renderer_host/compositor_resize_lock_aura' \ |
68 '|content/browser/renderer_host/render_widget_host_view_aura' \ | 69 '|content/browser/renderer_host/render_widget_host_view_aura' \ |
69 '|content/browser/renderer_host/render_widget_host_view_browsertest' \ | 70 '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
70 '|content/common/gpu/client/' \ | 71 '|content/common/gpu/client/' \ |
71 '|webkit/common/gpu/' | 72 '|webkit/common/gpu/' |
72 }, | 73 }, |
73 'autofill': { | 74 'autofill': { |
74 'filepath': 'chrome/browser/autofill/|'\ | 75 'filepath': 'chrome/browser/autofill/|'\ |
75 'chrome/browser/resources/options/autofill_|'\ | 76 'chrome/browser/resources/options/autofill_|'\ |
76 'chrome/browser/sync/glue/autofill_|'\ | 77 'chrome/browser/sync/glue/autofill_|'\ |
77 'chrome/browser/ui/android/autofill/|'\ | 78 'chrome/browser/ui/android/autofill/|'\ |
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
863 'webrtc_media': ['fischman+watch@chromium.org', | 864 'webrtc_media': ['fischman+watch@chromium.org', |
864 'wjia+watch@chromium.org', | 865 'wjia+watch@chromium.org', |
865 'mcasas+watch@chromium.org'], | 866 'mcasas+watch@chromium.org'], |
866 'website_settings': ['markusheintz@chromium.org'], | 867 'website_settings': ['markusheintz@chromium.org'], |
867 'worker': ['jam@chromium.org'], | 868 'worker': ['jam@chromium.org'], |
868 'x11': ['derat+watch@chromium.org', | 869 'x11': ['derat+watch@chromium.org', |
869 'sadrul@chromium.org', | 870 'sadrul@chromium.org', |
870 'yusukes+watch@chromium.org'], | 871 'yusukes+watch@chromium.org'], |
871 }, | 872 }, |
872 } | 873 } |
OLD | NEW |