2013-08-15 09:25:23 +00:00
|
|
|
# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
|
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
# Watchlist Rules
|
|
|
|
# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
|
|
|
|
|
|
|
|
{
|
|
|
|
'WATCHLIST_DEFINITIONS': {
|
|
|
|
'runtime': {
|
2015-09-24 10:47:20 +00:00
|
|
|
'filepath': '^runtime/',
|
2013-08-15 09:25:23 +00:00
|
|
|
},
|
2014-03-12 23:09:53 +00:00
|
|
|
'observatory': {
|
2015-07-06 22:33:58 +00:00
|
|
|
'filepath': 'runtime/bin/vmservice/' \
|
|
|
|
'|runtime/bin/vmservice*' \
|
|
|
|
'|runtime/observatory/' \
|
|
|
|
'|runtime/vm/service/' \
|
|
|
|
'|runtime/vm/service*'
|
2014-03-12 23:09:53 +00:00
|
|
|
},
|
2013-08-15 09:25:23 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
'WATCHLISTS': {
|
|
|
|
'runtime': ['vm-dev@dartlang.org'],
|
2015-07-06 22:33:58 +00:00
|
|
|
'observatory': ['johnmccutchan@google.com', 'turnidge@google.com', 'rmacnak@google.com'],
|
2013-08-15 09:25:23 +00:00
|
|
|
},
|
|
|
|
}
|
|
|
|
|