Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Side by Side Diff: WATCHLISTS

Issue 48913005: Updated ozone watch list (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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/events/ozone/|'\
412 'ui/gfx/ozone/|'\
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
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': ['kalyan.kondapally@intel.com', 'ozone-reviews@chromium.org',
759 'rjkroege@chromium.org'],
757 'panels': ['dimich@chromium.org', 'jennb@chromium.org', 760 'panels': ['dimich@chromium.org', 'jennb@chromium.org',
758 'dcheng@chromium.org', 'jianli@chromium.org'], 761 'dcheng@chromium.org', 'jianli@chromium.org'],
759 'pepper_api': ['piman+watch@chromium.org', 762 'pepper_api': ['piman+watch@chromium.org',
760 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org', 763 'ihf+watch@chromium.org', 'yzshen+watch@chromium.org',
761 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org'], 764 'yusukes+watch@chromium.org', 'raymes+watch@chromium.org'],
762 'perf': ['chrome-speed-team+watch@google.com'], 765 'perf': ['chrome-speed-team+watch@google.com'],
763 'plugin': ['jam@chromium.org', 766 'plugin': ['jam@chromium.org',
764 'stuartmorgan+watch@chromium.org'], 767 'stuartmorgan+watch@chromium.org'],
765 'policy_templates': ['joaodasilva+watch@chromium.org'], 768 'policy_templates': ['joaodasilva+watch@chromium.org'],
766 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'], 769 'predictors': ['dominich+watch@chromium.org', 'shishir+watch@chromium.org'],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 'webkit': ['darin-cc@chromium.org'], 827 'webkit': ['darin-cc@chromium.org'],
825 'webrtc_media': ['fischman+watch@chromium.org', 828 'webrtc_media': ['fischman+watch@chromium.org',
826 'wjia+watch@chromium.org'], 829 'wjia+watch@chromium.org'],
827 'website_settings': ['markusheintz@chromium.org'], 830 'website_settings': ['markusheintz@chromium.org'],
828 'worker': ['jam@chromium.org'], 831 'worker': ['jam@chromium.org'],
829 'x11': ['derat+watch@chromium.org', 832 'x11': ['derat+watch@chromium.org',
830 'sadrul@chromium.org', 833 'sadrul@chromium.org',
831 'yusukes+watch@chromium.org'], 834 'yusukes+watch@chromium.org'],
832 }, 835 },
833 } 836 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698