diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-07 17:10:17 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-07 17:10:17 +0000 |
commit | 10890e831f5591fc9a1f3c81ae9a04ecf171d360 (patch) | |
tree | 588e4688be92356c5cf123bf6a651a1e2abec293 /WATCHLISTS | |
parent | 918b3f1979cc07b264daa6976f8ac9a07f3b7859 (diff) | |
download | chromium_src-10890e831f5591fc9a1f3c81ae9a04ecf171d360.zip chromium_src-10890e831f5591fc9a1f3c81ae9a04ecf171d360.tar.gz chromium_src-10890e831f5591fc9a1f3c81ae9a04ecf171d360.tar.bz2 |
Add a music_manager_private WATCHLIST for gab/erikwright/robertshield.
Our code has dependencies on the Windows implementation of this API until M33 and a recent unexpected change broke it, we need to make sure to be notified of any other potential changes.
We can remove this after M33 is out of stable.
NOTRY=True
BUG=350028
Review URL: https://codereview.chromium.org/189093011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -397,6 +397,9 @@ 'mouse_lock': { 'filepath': 'mouse_lock', }, + 'music_manager_private': { + 'filepath' :'chrome/browser/extensions/api/music_manager_private/', + }, 'nacl': { 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ 'chrome/browser/nacl_host/|chrome/common/nacl|'\ @@ -802,6 +805,9 @@ 'darin@chromium.org', 'viettrungluu+watch@chromium.org'], 'mouse_lock': ['scheib+watch@chromium.org'], + 'music_manager_private': ['gab+watch@chromium.org', + 'erikwright+watch@chromium.org', + 'robertshield+watch@chromium.org'], 'nacl': ['native-client-reviews@googlegroups.com'], 'native_client_sdk': ['sbc@chromium.org', 'binji@chromium.org'], 'navigation': ['creis+watch@chromium.org', 'nasko+codewatch@chromium.org'], |