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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
401 'omnibox': { | 401 'omnibox': { |
402 'filepath': 'chrome/browser/autocomplete/'\ | 402 'filepath': 'chrome/browser/autocomplete/'\ |
403 '|chrome/browser/ui/.*/omnibox/' | 403 '|chrome/browser/ui/.*/omnibox/' |
404 }, | 404 }, |
405 'options': { | 405 'options': { |
406 'filepath': 'chrome/browser/resources/options/|'\ | 406 'filepath': 'chrome/browser/resources/options/|'\ |
407 'chrome/browser/ui/webui/options/', | 407 'chrome/browser/ui/webui/options/', |
408 }, | 408 }, |
409 'ozone': { | 409 'ozone': { |
410 'filepath': 'ui/base/ozone/|'\ | 410 'filepath': 'ui/base/ozone/|'\ |
411 'ui/gfx/ozone/|'\ | |
412 'ui/events/ozone/|'\ | |
sadrul
2013/10/28 18:49:36
sort?
| |
411 'ui/gl/gl_.*egl.*|'\ | 413 'ui/gl/gl_.*egl.*|'\ |
412 'ui/gl/gl_.*ozone.*' | 414 'ui/gl/gl_.*ozone.*' |
413 }, | 415 }, |
414 'panels': { | 416 'panels': { |
415 'filepath': 'chrome/browser/ui/panels'\ | 417 'filepath': 'chrome/browser/ui/panels'\ |
416 '|chrome/browser/ui/cocoa/panels'\ | 418 '|chrome/browser/ui/cocoa/panels'\ |
417 '|chrome/browser/ui/gtk/panels'\ | 419 '|chrome/browser/ui/gtk/panels'\ |
418 '|chrome/browser/ui/views/panels' | 420 '|chrome/browser/ui/views/panels' |
419 }, | 421 }, |
420 'pepper_api': { | 422 'pepper_api': { |
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
746 'nacl': ['native-client-reviews@googlegroups.com'], | 748 'nacl': ['native-client-reviews@googlegroups.com'], |
747 'native_client_sdk': ['sbc@chromium.org', 'binji@chromium.org'], | 749 'native_client_sdk': ['sbc@chromium.org', 'binji@chromium.org'], |
748 'net': ['cbentzel+watch@chromium.org'], | 750 'net': ['cbentzel+watch@chromium.org'], |
749 'net_error_list': ['mmenke@chromium.org'], | 751 'net_error_list': ['mmenke@chromium.org'], |
750 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], | 752 'net_log': ['mmenke@chromium.org', 'eroman@chromium.org'], |
751 'npapi_headers': ['stuartmorgan@chromium.org'], | 753 'npapi_headers': ['stuartmorgan@chromium.org'], |
752 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', | 754 'ntp': ['estade+watch@chromium.org', 'dbeam+watch-ntp@chromium.org', |
753 'pedrosimonetti+watch@chromium.org'], | 755 'pedrosimonetti+watch@chromium.org'], |
754 'omnibox': ['suzhe@chromium.org'], | 756 'omnibox': ['suzhe@chromium.org'], |
755 'options': ['dbeam+watch-options@chromium.org'], | 757 'options': ['dbeam+watch-options@chromium.org'], |
756 'ozone': ['rjkroege@chromium.org', 'kalyan.kondapally@intel.com'], | 758 'ozone': ['rjkroege@chromium.org', 'kalyan.kondapally@intel.com', 'ozone-dev @chromium.org'], |
sadrul
2013/10/28 18:49:36
Perhaps a separate ozone-reviews@ list would be mo
| |
757 'panels': ['dimich@chromium.org', 'jennb@chromium.org', | 759 'panels': ['dimich@chromium.org', 'jennb@chromium.org', |
758 'dcheng@chromium.org', 'jianli@chromium.org'], | 760 'dcheng@chromium.org', 'jianli@chromium.org'], |
759 'pepper_api': ['piman+watch@chromium.org', | 761 'pepper_api': ['piman+watch@chromium.org', |
760 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org', | 762 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org', |
761 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org'], | 763 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org'], |
762 'perf': ['chrome-speed-team+watch@google.com'], | 764 'perf': ['chrome-speed-team+watch@google.com'], |
763 'plugin': ['jam@chromium.org', | 765 'plugin': ['jam@chromium.org', |
764 'stuartmorgan+watch@chromium.org'], | 766 'stuartmorgan+watch@chromium.org'], |
765 'policy_templates': ['joaodasilva+watch@chromium.org'], | 767 'policy_templates': ['joaodasilva+watch@chromium.org'], |
766 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'], | 768 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'], |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
824 'webkit': ['darin-cc@chromium.org'], | 826 'webkit': ['darin-cc@chromium.org'], |
825 'webrtc_media': ['fischman+watch@chromium.org', | 827 'webrtc_media': ['fischman+watch@chromium.org', |
826 'wjia+watch@chromium.org'], | 828 'wjia+watch@chromium.org'], |
827 'website_settings': ['markusheintz@chromium.org'], | 829 'website_settings': ['markusheintz@chromium.org'], |
828 'worker': ['jam@chromium.org'], | 830 'worker': ['jam@chromium.org'], |
829 'x11': ['derat+watch@chromium.org', | 831 'x11': ['derat+watch@chromium.org', |
830 'sadrul@chromium.org', | 832 'sadrul@chromium.org', |
831 'yusukes+watch@chromium.org'], | 833 'yusukes+watch@chromium.org'], |
832 }, | 834 }, |
833 } | 835 } |
OLD | NEW |