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

Side by Side Diff: WATCHLISTS

Issue 2448273002: [inspector_protocol] initial commit (Closed)
Patch Set: removed README.chromium Created 4 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
OLDNEW
(Empty)
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved.
dgozman 2016/10/25 21:48:13 no (c)
kozy 2016/10/25 23:23:57 Done.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # Watchlist Rules
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
7
8 # IMPORTANT: The regular expression filepath is tested against each path using
9 # re.search, so it is not usually necessary to add .*.
10 {
11 'WATCHLIST_DEFINITIONS': {
12 'devtools': {
13 'filepath': '.*',
14 },
15 },
16 'WATCHLISTS': {
17 'devtools': ['devtools-reviews@chromium.org']
18 },
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698