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

Side by Side Diff: WATCHLISTS

Issue 2357263005: Add agrieve@ to some WATCHLISTS entries (Closed)
Patch Set: Created 4 years, 3 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'filepath': 'third_party/android_crazy_linker/' 44 'filepath': 'third_party/android_crazy_linker/'
45 }, 45 },
46 'android_infobars': { 46 'android_infobars': {
47 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/' 47 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/'
48 }, 48 },
49 'android_infra': { 49 'android_infra': {
50 'filepath': 'build/android/' \ 50 'filepath': 'build/android/' \
51 '|testing/android/' \ 51 '|testing/android/' \
52 '|tools/android/' 52 '|tools/android/'
53 }, 53 },
54 'android_java': {
55 'filepath': '/java/'
56 },
54 'android_loading': { 57 'android_loading': {
55 'filepath': 'tools/android/loading/' 58 'filepath': 'tools/android/loading/'
56 }, 59 },
57 'android_media': { 60 'android_media': {
58 'filepath': 'content/browser/media/android' \ 61 'filepath': 'content/browser/media/android' \
59 '|content/renderer/media/android' \ 62 '|content/renderer/media/android' \
60 '|media/audio/android' \ 63 '|media/audio/android' \
61 '|media/base/android' \ 64 '|media/base/android' \
62 '|media/midi/*_android.*' \ 65 '|media/midi/*_android.*' \
63 '|media/video/capture/android' 66 '|media/video/capture/android'
(...skipping 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 'about_flags': ['asvitkine+watch@chromium.org'], 1385 'about_flags': ['asvitkine+watch@chromium.org'],
1383 'accelerator_table': ['derat+watch@chromium.org', 1386 'accelerator_table': ['derat+watch@chromium.org',
1384 'yusukes+watch@chromium.org'], 1387 'yusukes+watch@chromium.org'],
1385 'accessibility': ['aboxhall+watch@chromium.org', 1388 'accessibility': ['aboxhall+watch@chromium.org',
1386 'dmazzoni+watch@chromium.org', 1389 'dmazzoni+watch@chromium.org',
1387 'dtseng+watch@chromium.org', 1390 'dtseng+watch@chromium.org',
1388 'je_julie.kim@chromium.org', 1391 'je_julie.kim@chromium.org',
1389 'nektar+watch@chromium.org', 1392 'nektar+watch@chromium.org',
1390 'yuzo+watch@chromium.org'], 1393 'yuzo+watch@chromium.org'],
1391 'activity_log': ['felt@chromium.org'], 1394 'activity_log': ['felt@chromium.org'],
1392 'add_to_homescreen': ['dominickn+watch@chromium.org'], 1395 'add_to_homescreen': ['agrieve+watch@chromium.org',
1396 'dominickn+watch@chromium.org'],
1393 'android_crash_reporting': ['asvitkine+watch@chromium.org'], 1397 'android_crash_reporting': ['asvitkine+watch@chromium.org'],
1394 'android_crazy_linker': ['johnmaguire+watch@google.com'], 1398 'android_crazy_linker': ['johnmaguire+watch@google.com'],
1395 'android_infobars': ['dfalcantara+watch@chromium.org'], 1399 'android_infobars': ['dfalcantara+watch@chromium.org'],
1396 'android_infra': ['jbudorick+watch@chromium.org', 1400 'android_infra': ['agrieve+watch@chromium.org',
1401 'jbudorick+watch@chromium.org',
1397 'mikecase+watch@chromium.org'], 1402 'mikecase+watch@chromium.org'],
1403 'android_java': ['agrieve+watch@chromium.org'],
1398 'android_loading': ['gabadie+watch@chromium.org', 1404 'android_loading': ['gabadie+watch@chromium.org',
1399 'lizeb+watch-android-loading@chromium.org'], 1405 'lizeb+watch-android-loading@chromium.org'],
1400 'android_media': ['avayvod+watch@chromium.org', 1406 'android_media': ['avayvod+watch@chromium.org',
1401 'mlamouri+watch-media@chromium.org'], 1407 'mlamouri+watch-media@chromium.org'],
1402 'android_tab': ['avayvod+watch@chromium.org', 1408 'android_tab': ['avayvod+watch@chromium.org',
1403 'dtrainor@chromium.org'], 1409 'dtrainor@chromium.org'],
1404 'android_uma_settings': ['asvitkine+watch@chromium.org', 1410 'android_uma_settings': ['asvitkine+watch@chromium.org',
1405 'gayane+watch@chromium.org'], 1411 'gayane+watch@chromium.org'],
1406 'android_webview': ['android-webview-reviews@chromium.org'], 1412 'android_webview': ['android-webview-reviews@chromium.org'],
1407 'app_list': ['mgiuca@chromium.org', 1413 'app_list': ['mgiuca@chromium.org',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1773 'filesapp_ui': ['mtomasz+watch@chromium.org'], 1779 'filesapp_ui': ['mtomasz+watch@chromium.org'],
1774 'ftp': ['phajdan.jr@chromium.org'], 1780 'ftp': ['phajdan.jr@chromium.org'],
1775 'fuzzing': ['fuzzing@chromium.org'], 1781 'fuzzing': ['fuzzing@chromium.org'],
1776 'gcm': ['johnme+watch@chromium.org', 1782 'gcm': ['johnme+watch@chromium.org',
1777 'peter@chromium.org', 1783 'peter@chromium.org',
1778 'zea+watch@chromium.org'], 1784 'zea+watch@chromium.org'],
1779 'geolocation': ['mlamouri+watch-geolocation@chromium.org', 1785 'geolocation': ['mlamouri+watch-geolocation@chromium.org',
1780 'mvanouwerkerk@chromium.org'], 1786 'mvanouwerkerk@chromium.org'],
1781 'gfx_geometry': ['cc-bugs@chromium.org'], 1787 'gfx_geometry': ['cc-bugs@chromium.org'],
1782 'gfx_image': ['rsesek+watch@chromium.org'], 1788 'gfx_image': ['rsesek+watch@chromium.org'],
1783 'gn': ['dpranke@chromium.org', 1789 'gn': ['agrieve+watch@chromium.org',
1790 'dpranke@chromium.org',
1784 'tfarina@chromium.org'], 1791 'tfarina@chromium.org'],
1785 'gpu': ['piman+watch@chromium.org'], 1792 'gpu': ['piman+watch@chromium.org'],
1786 'history_ui': ['dbeam+watch-history@chromium.org', 1793 'history_ui': ['dbeam+watch-history@chromium.org',
1787 'dubroy@chromium.org', 1794 'dubroy@chromium.org',
1788 'pam+watch@chromium.org'], 1795 'pam+watch@chromium.org'],
1789 'hotword': ['rlp+watch@chromium.org'], 1796 'hotword': ['rlp+watch@chromium.org'],
1790 'i18n': ['jshin+watch@chromium.org'], 1797 'i18n': ['jshin+watch@chromium.org'],
1791 'importer': ['tfarina@chromium.org'], 1798 'importer': ['tfarina@chromium.org'],
1792 'indexed_db': ['cmumford@chromium.org', 1799 'indexed_db': ['cmumford@chromium.org',
1793 'jsbell+idb@chromium.org'], 1800 'jsbell+idb@chromium.org'],
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 'raymes+watch@chromium.org'], 1982 'raymes+watch@chromium.org'],
1976 'windows_sandboxing': ['pennymac+watch@chromium.org', 1983 'windows_sandboxing': ['pennymac+watch@chromium.org',
1977 'wfh+watch@chromium.org'], 1984 'wfh+watch@chromium.org'],
1978 'x11': ['derat+watch@chromium.org', 1985 'x11': ['derat+watch@chromium.org',
1979 'sadrul@chromium.org', 1986 'sadrul@chromium.org',
1980 'yusukes+watch@chromium.org'], 1987 'yusukes+watch@chromium.org'],
1981 'xml': ['dominicc+watchlist@chromium.org'], 1988 'xml': ['dominicc+watchlist@chromium.org'],
1982 'zoom': ['wjmaclean@chromium.org'], 1989 'zoom': ['wjmaclean@chromium.org'],
1983 }, 1990 },
1984 } 1991 }
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