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

Side by Side Diff: WATCHLISTS

Issue 2693413004: Replace goma@ to goma member's chromium account in WATCHLIST (Closed)
Patch Set: tab -> space Created 3 years, 10 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 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1880 'generic_sensor': ['alexander.shalamov@intel.com', 1880 'generic_sensor': ['alexander.shalamov@intel.com',
1881 'mikhail.pozdnyakov@intel.com', 1881 'mikhail.pozdnyakov@intel.com',
1882 'wanming.lin@intel.com'], 1882 'wanming.lin@intel.com'],
1883 'geolocation': ['mlamouri+watch-geolocation@chromium.org', 1883 'geolocation': ['mlamouri+watch-geolocation@chromium.org',
1884 'mvanouwerkerk@chromium.org'], 1884 'mvanouwerkerk@chromium.org'],
1885 'gfx_geometry': ['cc-bugs@chromium.org'], 1885 'gfx_geometry': ['cc-bugs@chromium.org'],
1886 'gfx_image': ['rsesek+watch@chromium.org'], 1886 'gfx_image': ['rsesek+watch@chromium.org'],
1887 'gn': ['agrieve+watch@chromium.org', 1887 'gn': ['agrieve+watch@chromium.org',
1888 'dpranke@chromium.org', 1888 'dpranke@chromium.org',
1889 'tfarina@chromium.org'], 1889 'tfarina@chromium.org'],
1890 'goma': ['goma+cc@google.com'], 1890 'goma': ['shinyak+cc@chromium.com',
1891 'tikuta+cc@chromium.com',
1892 'ukai+cc@chromium.com',
1893 'yyanagisawa+cc@chromium.com'],
1891 'gpu': ['piman+watch@chromium.org'], 1894 'gpu': ['piman+watch@chromium.org'],
1892 'history_ui': ['dbeam+watch-history@chromium.org', 1895 'history_ui': ['dbeam+watch-history@chromium.org',
1893 'dubroy@chromium.org', 1896 'dubroy@chromium.org',
1894 'pam+watch@chromium.org'], 1897 'pam+watch@chromium.org'],
1895 'hotword': ['rlp+watch@chromium.org'], 1898 'hotword': ['rlp+watch@chromium.org'],
1896 'i18n': ['jshin+watch@chromium.org'], 1899 'i18n': ['jshin+watch@chromium.org'],
1897 'importer': ['tfarina@chromium.org'], 1900 'importer': ['tfarina@chromium.org'],
1898 'indexed_db': ['cmumford@chromium.org', 1901 'indexed_db': ['cmumford@chromium.org',
1899 'jsbell+idb@chromium.org'], 1902 'jsbell+idb@chromium.org'],
1900 'ink_drop': ['bruthig+ink_drop@chromium.org'], 1903 'ink_drop': ['bruthig+ink_drop@chromium.org'],
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
2116 'raymes+watch@chromium.org'], 2119 'raymes+watch@chromium.org'],
2117 'windows_sandboxing': ['pennymac+watch@chromium.org', 2120 'windows_sandboxing': ['pennymac+watch@chromium.org',
2118 'wfh+watch@chromium.org'], 2121 'wfh+watch@chromium.org'],
2119 'x11': ['derat+watch@chromium.org', 2122 'x11': ['derat+watch@chromium.org',
2120 'sadrul@chromium.org', 2123 'sadrul@chromium.org',
2121 'yusukes+watch@chromium.org'], 2124 'yusukes+watch@chromium.org'],
2122 'xml': ['dominicc+watchlist@chromium.org'], 2125 'xml': ['dominicc+watchlist@chromium.org'],
2123 'zoom': ['wjmaclean@chromium.org'], 2126 'zoom': ['wjmaclean@chromium.org'],
2124 }, 2127 },
2125 } 2128 }
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