diff options
| author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-11 20:53:52 +0000 |
|---|---|---|
| committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-11 20:53:52 +0000 |
| commit | d9f3bc02d588d43b871301d35e25ffc56c24c1fc (patch) | |
| tree | 25781d0837be859cb0f1f4e8f6b2e59763126e98 /WATCHLISTS | |
| parent | f320c1ef7e1852e1a60f379dfe710ecb746570b0 (diff) | |
| download | chromium_src-d9f3bc02d588d43b871301d35e25ffc56c24c1fc.zip chromium_src-d9f3bc02d588d43b871301d35e25ffc56c24c1fc.tar.gz chromium_src-d9f3bc02d588d43b871301d35e25ffc56c24c1fc.tar.bz2 | |
Update my watchlist.
Don't count the underscore for locale_settings so as to
not leave out locale_settings.grd.
BUG=None
TEST=None (no code change)
TBR=jcampan
Review URL: http://codereview.chromium.org/598073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
| -rw-r--r-- | WATCHLISTS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -109,7 +109,7 @@ 'filepath': 'gpu/.*', }, 'locale_settings': { - 'filepath': 'chrome/app/resources/locale_settings_.*', + 'filepath': 'chrome/app/resources/locale_settings.*', }, 'options_dialog_content': { 'filepath': 'chrome/browser/views/options/content_page_view.h|'\ @@ -158,7 +158,7 @@ 'nacl' : ['native-client-reviews@googlegroups.com'], 'appcache': ['michaeln@chromium.org'], 'gpu': ['apatrick@chromium.org'], - 'locale_settings': ['finnur@chromium.org'], - 'options_dialog_content': ['finnur@chromium.org'], + 'locale_settings': ['finnur+watch@chromium.org'], + 'options_dialog_content': ['finnur+watch@chromium.org'], }, } |
