1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 08:19:13 +00:00

Add watcher to be cc'd on changes in pkg/compiler or tests/compiler

Change-Id: Ib8a1f7e21c29aadaf5e9e1927c93e3a319aca3dc
Reviewed-on: https://dart-review.googlesource.com/65781
Commit-Queue: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
This commit is contained in:
Sigmund Cherem 2018-07-20 22:04:55 +00:00 committed by commit-bot@chromium.org
parent a993b58302
commit 76c920559b

View File

@ -27,6 +27,12 @@
'kernel': {
'filepath': '^pkg/kernel',
},
'dart2js': {
'filepath': (
'^pkg/compiler|'
'^tests/compiler'
)
},
'package_vm': {
'filepath': '^pkg/vm',
},
@ -72,5 +78,6 @@
'observatory': [ 'rmacnak@google.com' ],
'package_vm': [ 'alexmarkov@google.com' ],
'runtime': [ 'vm-dev@dartlang.org' ],
'dart2js': [ 'johnniwinther@google.com', 'sigmund@google.com' ],
},
}