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

Side by Side Diff: WATCHLISTS

Issue 1137663003: Add yzshen to the watchlist of Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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
« 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'filepath': 'ui/gfx/font_render_params_.*|'\ 432 'filepath': 'ui/gfx/font_render_params_.*|'\
433 'ui/gfx/platform_font_linux.*|'\ 433 'ui/gfx/platform_font_linux.*|'\
434 'ui/gfx/render_text_harfbuzz.*', 434 'ui/gfx/render_text_harfbuzz.*',
435 }, 435 },
436 'linux_sandboxing': { 436 'linux_sandboxing': {
437 'filepath': 'sandbox/linux/', 437 'filepath': 'sandbox/linux/',
438 }, 438 },
439 'linux_seccomp_bpf': { 439 'linux_seccomp_bpf': {
440 'filepath': 'content/common/sandbox.*linux.cc', 440 'filepath': 'content/common/sandbox.*linux.cc',
441 }, 441 },
442 'mandoline': {
443 'filepath': 'mandoline',
444 },
442 'md_settings': { 445 'md_settings': {
443 'filepath': 'ui/webui/resources/cr_element'\ 446 'filepath': 'ui/webui/resources/cr_element'\
444 '|chrome/browser/resources/md_settings/'\ 447 '|chrome/browser/resources/md_settings/'\
445 '|chrome/browser/resources/settings/', 448 '|chrome/browser/resources/settings/',
446 }, 449 },
447 'media': { 450 'media': {
448 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ 451 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\
449 'audio_message_filter|video_layer|media_internals', 452 'audio_message_filter|video_layer|media_internals',
450 }, 453 },
451 'media_galleries': { 454 'media_galleries': {
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'melevin+watch@chromium.org', 'dougw+watch@chromium.org', 979 'melevin+watch@chromium.org', 'dougw+watch@chromium.org',
977 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org', 980 'kmadhusu+watch@chromium.org', 'dhollowa+watch@chromium.org',
978 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'], 981 'jfweitz+watch@chromium.org', 'skanuj+watch@chromium.org'],
979 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'], 982 'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
980 'libwebp': ['urvang@chromium.org', 'jzern@chromium.org', 983 'libwebp': ['urvang@chromium.org', 'jzern@chromium.org',
981 'skal@google.com', 'vikasa@google.com'], 984 'skal@google.com', 'vikasa@google.com'],
982 'linux_fonts': ['derat+watch@chromium.org'], 985 'linux_fonts': ['derat+watch@chromium.org'],
983 'linux_sandboxing': ['jln+watch@chromium.org'], 986 'linux_sandboxing': ['jln+watch@chromium.org'],
984 'linux_seccomp_bpf': ['jln+watch@chromium.org'], 987 'linux_seccomp_bpf': ['jln+watch@chromium.org'],
985 'supervised_users': ['pam+watch@chromium.org'], 988 'supervised_users': ['pam+watch@chromium.org'],
989 'mandoline': ['yzshen+watch@chromium.org'],
986 'md_settings': ['jhawkins+watch-md-settings@chromium.org', 990 'md_settings': ['jhawkins+watch-md-settings@chromium.org',
987 'jlklein+watch-md-settings@chromium.org', 991 'jlklein+watch-md-settings@chromium.org',
988 'khorimoto+watch-md-settings@chromium.org', 992 'khorimoto+watch-md-settings@chromium.org',
989 'michaelpg+watch-md-settings@chromium.org', 993 'michaelpg+watch-md-settings@chromium.org',
990 'orenb+watch-md-settings@chromium.org', 994 'orenb+watch-md-settings@chromium.org',
991 'stevenjb+watch-md-settings@chromium.org'], 995 'stevenjb+watch-md-settings@chromium.org'],
992 'media': ['feature-media-reviews@chromium.org'], 996 'media': ['feature-media-reviews@chromium.org'],
993 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org', 997 'media_galleries': ['gbillock@chromium.org', 'thestig@chromium.org',
994 'tommycli@chromium.org', 'vandebo@chromium.org'], 998 'tommycli@chromium.org', 'vandebo@chromium.org'],
995 'media_router': ['media-router+watch@chromium.org'], 999 'media_router': ['media-router+watch@chromium.org'],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'posciak+watch@chromium.org'], 1111 'posciak+watch@chromium.org'],
1108 'website_settings': ['markusheintz@chromium.org'], 1112 'website_settings': ['markusheintz@chromium.org'],
1109 'windows_sandboxing': ['wfh+watch@chromium.org'], 1113 'windows_sandboxing': ['wfh+watch@chromium.org'],
1110 'worker': ['jam@chromium.org'], 1114 'worker': ['jam@chromium.org'],
1111 'x11': ['derat+watch@chromium.org', 1115 'x11': ['derat+watch@chromium.org',
1112 'sadrul@chromium.org', 1116 'sadrul@chromium.org',
1113 'yusukes+watch@chromium.org'], 1117 'yusukes+watch@chromium.org'],
1114 'zoom': ['wjmaclean@chromium.org'], 1118 'zoom': ['wjmaclean@chromium.org'],
1115 }, 1119 },
1116 } 1120 }
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