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

Side by Side Diff: WATCHLISTS

Issue 674993002: Add a WATCHLIST for Sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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
11 { 11 {
12 'WATCHLIST_DEFINITIONS': { 12 'WATCHLIST_DEFINITIONS': {
13 'mojo': { 13 'mojo': {
14 'filepath': 'mojo', 14 'filepath': 'mojo',
15 }, 15 },
16 'sky': {
17 'filepath': 'sky',
18 },
16 }, 19 },
17 20
18 'WATCHLISTS': { 21 'WATCHLISTS': {
19 'mojo': ['aa@chromium.org', 22 'mojo': ['aa@chromium.org',
20 'abarth@chromium.org', 23 'abarth@chromium.org',
21 'ben+mojo@chromium.org', 24 'ben+mojo@chromium.org',
22 'darin@chromium.org', 25 'darin@chromium.org',
23 'qsr+mojo@chromium.org', 26 'qsr+mojo@chromium.org',
24 'viettrungluu+watch@chromium.org', 27 'viettrungluu+watch@chromium.org',
25 'yzshen+watch@chromium.org'], 28 'yzshen+watch@chromium.org'],
29 'sky': ['abarth@chromium.org',
30 'ojan@chromium.org'],
26 }, 31 },
27 } 32 }
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