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

Side by Side Diff: WATCHLISTS

Issue 2706753003: Adding self (poromov@) as watcher to ARC Kiosk changes. (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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 }, 101 },
102 'apps': { 102 'apps': {
103 'filepath': '^apps/', 103 'filepath': '^apps/',
104 }, 104 },
105 'arc': { 105 'arc': {
106 'filepath': 'arc/', 106 'filepath': 'arc/',
107 }, 107 },
108 'arc_auth': { 108 'arc_auth': {
109 'filepath': 'chrome/browser/chromeos/arc/arc_auth' 109 'filepath': 'chrome/browser/chromeos/arc/arc_auth'
110 }, 110 },
111 'arc_kiosk': {
112 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\
113 '|components/arc/kiosk/'\
114 '|arc_kiosk'
115 },
111 'arc_net': { 116 'arc_net': {
112 'filepath': 'components/arc/net/', 117 'filepath': 'components/arc/net/',
113 }, 118 },
114 'arc_power': { 119 'arc_power': {
115 'filepath': 'components/arc/power/', 120 'filepath': 'components/arc/power/',
116 }, 121 },
117 'ash': { 122 'ash': {
118 'filepath': 'ash/', 123 'filepath': 'ash/',
119 }, 124 },
120 'aura': { 125 'aura': {
(...skipping 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after
1519 'app_shortcuts': ['mgiuca@chromium.org', 1524 'app_shortcuts': ['mgiuca@chromium.org',
1520 'tapted@chromium.org'], 1525 'tapted@chromium.org'],
1521 'appcache': ['michaeln@chromium.org'], 1526 'appcache': ['michaeln@chromium.org'],
1522 'apps': ['chromium-apps-reviews@chromium.org', 1527 'apps': ['chromium-apps-reviews@chromium.org',
1523 'tfarina@chromium.org'], 1528 'tfarina@chromium.org'],
1524 'arc': ['elijahtaylor+arcwatch@chromium.org', 1529 'arc': ['elijahtaylor+arcwatch@chromium.org',
1525 'hidehiko+watch@chromium.org', 1530 'hidehiko+watch@chromium.org',
1526 'lhchavez+watch@chromium.org', 1531 'lhchavez+watch@chromium.org',
1527 'yusukes+watch@chromium.org'], 1532 'yusukes+watch@chromium.org'],
1528 'arc_auth': ['khmel+watch@chromium.org'], 1533 'arc_auth': ['khmel+watch@chromium.org'],
1534 'arc_kiosk': ['poromov+watch@chromium.org'],
1529 'arc_net': ['abhishekbh@chromium.org', 1535 'arc_net': ['abhishekbh@chromium.org',
1530 'cernekee@chromium.org', 1536 'cernekee@chromium.org',
1531 'snanda@chromium.org'], 1537 'snanda@chromium.org'],
1532 'arc_power': ['ejcaruso+watch@chromium.org'], 1538 'arc_power': ['ejcaruso+watch@chromium.org'],
1533 'ash': ['kalyan.kondapally@intel.com', 1539 'ash': ['kalyan.kondapally@intel.com',
1534 'sadrul@chromium.org'], 1540 'sadrul@chromium.org'],
1535 'aura': ['kalyan.kondapally@intel.com', 1541 'aura': ['kalyan.kondapally@intel.com',
1536 'sadrul@chromium.org'], 1542 'sadrul@chromium.org'],
1537 'aura_compositor': ['danakj+watch@chromium.org', 1543 'aura_compositor': ['danakj+watch@chromium.org',
1538 'jbauman+watch@chromium.org', 1544 'jbauman+watch@chromium.org',
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
2123 'raymes+watch@chromium.org'], 2129 'raymes+watch@chromium.org'],
2124 'windows_sandboxing': ['pennymac+watch@chromium.org', 2130 'windows_sandboxing': ['pennymac+watch@chromium.org',
2125 'wfh+watch@chromium.org'], 2131 'wfh+watch@chromium.org'],
2126 'x11': ['derat+watch@chromium.org', 2132 'x11': ['derat+watch@chromium.org',
2127 'sadrul@chromium.org', 2133 'sadrul@chromium.org',
2128 'yusukes+watch@chromium.org'], 2134 'yusukes+watch@chromium.org'],
2129 'xml': ['dominicc+watchlist@chromium.org'], 2135 'xml': ['dominicc+watchlist@chromium.org'],
2130 'zoom': ['wjmaclean@chromium.org'], 2136 'zoom': ['wjmaclean@chromium.org'],
2131 }, 2137 },
2132 } 2138 }
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