| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 '|chrome/browser/web_applications/'\ | 44 '|chrome/browser/web_applications/'\ |
| 45 '|chrome/browser/ui/web_applications/'\ | 45 '|chrome/browser/ui/web_applications/'\ |
| 46 '|chrome/common/mac/' | 46 '|chrome/common/mac/' |
| 47 }, | 47 }, |
| 48 'appcache': { | 48 'appcache': { |
| 49 'filepath': 'appcache/', | 49 'filepath': 'appcache/', |
| 50 }, | 50 }, |
| 51 'apps': { | 51 'apps': { |
| 52 'filepath': '^apps/', | 52 'filepath': '^apps/', |
| 53 }, | 53 }, |
| 54 'ash': { |
| 55 'filepath': 'ash/', |
| 56 }, |
| 54 'aura': { | 57 'aura': { |
| 55 'filepath': 'ui/aura/|'\ | 58 'filepath': 'ui/aura/', |
| 56 'ash/', | |
| 57 }, | 59 }, |
| 58 'aura_compositor': { | 60 'aura_compositor': { |
| 59 'filepath': | 61 'filepath': |
| 60 'ui/compositor/' \ | 62 'ui/compositor/' \ |
| 61 '|content/browser/aura/' \ | 63 '|content/browser/aura/' \ |
| 62 '|content/browser/renderer_host/render_widget_host_view_aura' \ | 64 '|content/browser/renderer_host/render_widget_host_view_aura' \ |
| 63 '|content/browser/renderer_host/render_widget_host_view_browsertest' \ | 65 '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
| 64 '|content/common/gpu/client/' \ | 66 '|content/common/gpu/client/' \ |
| 65 '|webkit/common/gpu/' | 67 '|webkit/common/gpu/' |
| 66 }, | 68 }, |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 'yfriedman+watch@chromium.org', | 630 'yfriedman+watch@chromium.org', |
| 629 'ilevy-cc@chromium.org', | 631 'ilevy-cc@chromium.org', |
| 630 'klundberg+watch@chromium.org', | 632 'klundberg+watch@chromium.org', |
| 631 'craigdh+watch@chromium.org', | 633 'craigdh+watch@chromium.org', |
| 632 'frankf+watch@chromium.org'], | 634 'frankf+watch@chromium.org'], |
| 633 'android_webview': ['android-webview-reviews@chromium.org'], | 635 'android_webview': ['android-webview-reviews@chromium.org'], |
| 634 'app_list': ['tfarina@chromium.org', 'chrome-apps-syd-reviews@chromium.org']
, | 636 'app_list': ['tfarina@chromium.org', 'chrome-apps-syd-reviews@chromium.org']
, |
| 635 'app_shortcuts': ['chrome-apps-syd-reviews@chromium.org'], | 637 'app_shortcuts': ['chrome-apps-syd-reviews@chromium.org'], |
| 636 'appcache': ['michaeln@chromium.org'], | 638 'appcache': ['michaeln@chromium.org'], |
| 637 'apps': ['tfarina@chromium.org', 'chromium-apps-reviews@chromium.org'], | 639 'apps': ['tfarina@chromium.org', 'chromium-apps-reviews@chromium.org'], |
| 640 'ash': ['ben+ash@chromium.org', |
| 641 'sadrul@chromium.org', |
| 642 'kalyan.kondapally@intel.com'], |
| 638 'aura': ['ben+aura@chromium.org', | 643 'aura': ['ben+aura@chromium.org', |
| 639 'sadrul@chromium.org', | 644 'sadrul@chromium.org', |
| 640 'kalyan.kondapally@intel.com'], | 645 'kalyan.kondapally@intel.com'], |
| 641 'aura_compositor': ['danakj+watch@chromium.org', | 646 'aura_compositor': ['danakj+watch@chromium.org', |
| 642 'jbauman+watch@chromium.org', | 647 'jbauman+watch@chromium.org', |
| 643 'piman+watch@chromium.org', | 648 'piman+watch@chromium.org', |
| 644 'sievers+watch@chromium.org', | 649 'sievers+watch@chromium.org', |
| 645 'kalyan.kondapally@intel.com'], | 650 'kalyan.kondapally@intel.com'], |
| 646 'autofill': ['benquan@chromium.org', | 651 'autofill': ['benquan@chromium.org', |
| 647 'dgwallinga@chromium.org', | 652 'dgwallinga@chromium.org', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 'webkit': ['darin-cc@chromium.org'], | 823 'webkit': ['darin-cc@chromium.org'], |
| 819 'webrtc_media': ['fischman+watch@chromium.org', | 824 'webrtc_media': ['fischman+watch@chromium.org', |
| 820 'wjia+watch@chromium.org'], | 825 'wjia+watch@chromium.org'], |
| 821 'website_settings': ['markusheintz@chromium.org'], | 826 'website_settings': ['markusheintz@chromium.org'], |
| 822 'worker': ['jam@chromium.org'], | 827 'worker': ['jam@chromium.org'], |
| 823 'x11': ['derat+watch@chromium.org', | 828 'x11': ['derat+watch@chromium.org', |
| 824 'sadrul@chromium.org', | 829 'sadrul@chromium.org', |
| 825 'yusukes+watch@chromium.org'], | 830 'yusukes+watch@chromium.org'], |
| 826 }, | 831 }, |
| 827 } | 832 } |
| OLD | NEW |