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

Side by Side Diff: WATCHLISTS

Issue 2389803007: DO NOT COMMIT THIS. (Closed)
Patch Set: maybe-finally-fixed? Created 4 years, 2 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 # This is insane.
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # 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 3 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 4 # found in the LICENSE file.
4 5
5 # Watchlist Rules 6 # Watchlist Rules
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists 7 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7 8
8 # IMPORTANT: The regular expression filepath is tested against each path using 9 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .*. 10 # re.search, so it is not usually necessary to add .*.
10 11
(...skipping 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 'raymes+watch@chromium.org'], 1940 'raymes+watch@chromium.org'],
1940 'windows_sandboxing': ['pennymac+watch@chromium.org', 1941 'windows_sandboxing': ['pennymac+watch@chromium.org',
1941 'wfh+watch@chromium.org'], 1942 'wfh+watch@chromium.org'],
1942 'x11': ['derat+watch@chromium.org', 1943 'x11': ['derat+watch@chromium.org',
1943 'sadrul@chromium.org', 1944 'sadrul@chromium.org',
1944 'yusukes+watch@chromium.org'], 1945 'yusukes+watch@chromium.org'],
1945 'xml': ['dominicc+watchlist@chromium.org'], 1946 'xml': ['dominicc+watchlist@chromium.org'],
1946 'zoom': ['wjmaclean@chromium.org'], 1947 'zoom': ['wjmaclean@chromium.org'],
1947 }, 1948 },
1948 } 1949 }
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