dart-sdk/WATCHLISTS
whesse@google.com aa5a986d5d Revert "Build Observatory with runtime"
This reverts commit 76df7b3c1bf83c08d3994d61df4c9c530fadb4e5.
This commit breaks dartium compilation.

BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//839543002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42619 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-06 10:07:58 +00:00

28 lines
692 B
Plaintext

# 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': {
'filepath': 'runtime/',
},
'tools': {
'filepath': 'tools/',
},
'observatory': {
'filepath': 'runtime/bin/vmservice/',
},
},
'WATCHLISTS': {
'runtime': ['vm-dev@dartlang.org'],
'tools': ['ricow@google.com'],
'observatory': ['johnmccutchan@google.com', 'turnidge@google.com'],
},
}