summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 01:10:59 +0000
committerjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 01:10:59 +0000
commit7a7a13b4d8ff1e790da262addcdeb84232539ebe (patch)
tree8a3ea11356d255f62bd1e42109acf245d32233fc /WATCHLISTS
parentce2e0067e9c239e3ecef153165b236c930f358d7 (diff)
downloadchromium_src-7a7a13b4d8ff1e790da262addcdeb84232539ebe.zip
chromium_src-7a7a13b4d8ff1e790da262addcdeb84232539ebe.tar.gz
chromium_src-7a7a13b4d8ff1e790da262addcdeb84232539ebe.tar.bz2
Define i18n watchlist pattern and subscribe myself to it.
BUG=NONE TEST=NONE TBR=nirnimesh Review URL: http://codereview.chromium.org/660414 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS5
1 files changed, 5 insertions, 0 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 55e48e9..c03f5be 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -153,6 +153,10 @@
'chrome/renderer/autofill_.*|'\
'chrome/renderer/form_manager.*',
},
+ 'i18n': {
+ 'filepath': 'base/i18n/.*|base/*string.*|.*l10n.*|.*icu.*|'\
+ '.*locale_settings.*|.*encoding.*',
+ },
},
'WATCHLISTS': {
@@ -206,5 +210,6 @@
'domui_options': ['dhg@chromium.org'],
'cookie_monster': ['rdsmith@chromium.org'],
'autofill': ['dhollowa@chromium.org'],
+ 'i18n': ['jshin+watch@chromium.org'],
},
}