diff options
author | toyoshim <toyoshim@chromium.org> | 2015-03-26 20:50:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-27 03:51:26 +0000 |
commit | 8f51f90342b0a70cb614ef68281ab2e323611fb9 (patch) | |
tree | 9d0d7c453b89d4dabcfc048cb5e0d75a47b1d733 /WATCHLISTS | |
parent | cf6934e42c268b26b8c358823d2f3514bf6a02b6 (diff) | |
download | chromium_src-8f51f90342b0a70cb614ef68281ab2e323611fb9.zip chromium_src-8f51f90342b0a70cb614ef68281ab2e323611fb9.tar.gz chromium_src-8f51f90342b0a70cb614ef68281ab2e323611fb9.tar.bz2 |
Create watch list entry 'midi' and add myself to the list
Review URL: https://codereview.chromium.org/1037173003
Cr-Commit-Position: refs/heads/master@{#322525}
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -473,7 +473,10 @@ }, 'metrics_xml_files': { # Subscribe to this to watch for changes to histograms.xml. - 'filepath': 'tools/metrics/.*\.xml$' + 'filepath': 'tools/metrics/.*\.xml$', + }, + 'midi': { + 'filepath': 'midi', }, 'mojo': { 'filepath': 'mojo', @@ -964,6 +967,7 @@ 'message_loop': ['sadrul@chromium.org'], 'metrics': ['asvitkine+watch@chromium.org'], 'metrics_xml_files': ['asvitkine+watch@chromium.org'], + 'midi': ['toyoshim+midi@chromium.org'], 'mojo': ['aa@chromium.org', 'abarth@chromium.org', 'ben+mojo@chromium.org', |