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

Side by Side Diff: WATCHLISTS

Issue 2697393002: Add more users to Android Studio watchlist. (Closed)
Patch Set: 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 1486 matching lines...) Expand 10 before | Expand all | Expand 10 after
1497 'android_crazy_linker': ['johnmaguire+watch@google.com'], 1497 'android_crazy_linker': ['johnmaguire+watch@google.com'],
1498 'android_infobars': ['dfalcantara+watch@chromium.org'], 1498 'android_infobars': ['dfalcantara+watch@chromium.org'],
1499 'android_infra': ['agrieve+watch@chromium.org', 1499 'android_infra': ['agrieve+watch@chromium.org',
1500 'jbudorick+watch@chromium.org', 1500 'jbudorick+watch@chromium.org',
1501 'mikecase+watch@chromium.org'], 1501 'mikecase+watch@chromium.org'],
1502 'android_java': ['agrieve+watch@chromium.org'], 1502 'android_java': ['agrieve+watch@chromium.org'],
1503 'android_loading': ['gabadie+watch@chromium.org', 1503 'android_loading': ['gabadie+watch@chromium.org',
1504 'lizeb+watch-android-loading@chromium.org'], 1504 'lizeb+watch-android-loading@chromium.org'],
1505 'android_media': ['avayvod+watch@chromium.org', 1505 'android_media': ['avayvod+watch@chromium.org',
1506 'mlamouri+watch-media@chromium.org'], 1506 'mlamouri+watch-media@chromium.org'],
1507 'android_studio': ['wnwen+watch@chromium.org'], 1507 'android_studio': ['wnwen+watch@chromium.org',
1508 'nyquist+watch@chromium.org'],
1508 'android_tab': ['avayvod+watch@chromium.org', 1509 'android_tab': ['avayvod+watch@chromium.org',
1509 'dtrainor@chromium.org'], 1510 'dtrainor@chromium.org'],
1510 'android_uma_settings': ['asvitkine+watch@chromium.org', 1511 'android_uma_settings': ['asvitkine+watch@chromium.org',
1511 'gayane+watch@chromium.org'], 1512 'gayane+watch@chromium.org'],
1512 'android_webapk': ['zpeng+watch@chromium.org'], 1513 'android_webapk': ['zpeng+watch@chromium.org'],
1513 'android_webview': ['android-webview-reviews@chromium.org'], 1514 'android_webview': ['android-webview-reviews@chromium.org'],
1514 'app_list': ['mgiuca@chromium.org', 1515 'app_list': ['mgiuca@chromium.org',
1515 'tfarina@chromium.org'], 1516 'tfarina@chromium.org'],
1516 'app_shortcuts': ['mgiuca@chromium.org', 1517 'app_shortcuts': ['mgiuca@chromium.org',
1517 'tapted@chromium.org'], 1518 'tapted@chromium.org'],
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2115 'raymes+watch@chromium.org'], 2116 'raymes+watch@chromium.org'],
2116 'windows_sandboxing': ['pennymac+watch@chromium.org', 2117 'windows_sandboxing': ['pennymac+watch@chromium.org',
2117 'wfh+watch@chromium.org'], 2118 'wfh+watch@chromium.org'],
2118 'x11': ['derat+watch@chromium.org', 2119 'x11': ['derat+watch@chromium.org',
2119 'sadrul@chromium.org', 2120 'sadrul@chromium.org',
2120 'yusukes+watch@chromium.org'], 2121 'yusukes+watch@chromium.org'],
2121 'xml': ['dominicc+watchlist@chromium.org'], 2122 'xml': ['dominicc+watchlist@chromium.org'],
2122 'zoom': ['wjmaclean@chromium.org'], 2123 'zoom': ['wjmaclean@chromium.org'],
2123 }, 2124 },
2124 } 2125 }
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