summaryrefslogtreecommitdiffstats
path: root/WATCHLISTS
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-07 19:58:42 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-07 19:58:42 +0000
commit04a292ae350ebe653d3c70019d693e3527828f0b (patch)
treea4545e961eac4d4d5d3c17a4ee348d8eb7a08fbc /WATCHLISTS
parent4f1c7e23a8f6c3dbf1a06611c7047f7038c82d4c (diff)
downloadchromium_src-04a292ae350ebe653d3c70019d693e3527828f0b.zip
chromium_src-04a292ae350ebe653d3c70019d693e3527828f0b.tar.gz
chromium_src-04a292ae350ebe653d3c70019d693e3527828f0b.tar.bz2
Add linux_fonts watchlist.
This also renames two Linux-sandboxing-related lists to use underscores instead of hyphens to match the naming style used elsewhere in the file. BUG=none TBR=agl@chromium.org Review URL: https://chromiumcodereview.appspot.com/12614008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186771 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r--WATCHLISTS14
1 files changed, 10 insertions, 4 deletions
diff --git a/WATCHLISTS b/WATCHLISTS
index 15b1a3e..31d4c99 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -266,10 +266,15 @@
'layout_tests': {
'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/',
},
- 'linux-sandboxing': {
+ 'linux_fonts': {
+ 'filepath': 'ui/gfx/font_render_params_.*|'\
+ 'ui/gfx/platform_font_pango.*|'\
+ 'ui/gfx/render_text_linux.*',
+ },
+ 'linux_sandboxing': {
'filepath': 'sandbox/linux/',
},
- 'linux-seccomp-bpf': {
+ 'linux_seccomp_bpf': {
'filepath': 'content/common/sandbox.*linux.cc',
},
'locale_settings': {
@@ -619,8 +624,9 @@
'melevin@chromium.org'],
'ipc': ['jam@chromium.org', 'darin-cc@chromium.org'],
'labs': ['thakis@chromium.org'],
- 'linux-sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'],
- 'linux-seccomp-bpf': ['jln+watch@chromium.org'],
+ 'linux_fonts': ['derat+watch@chromium.org'],
+ 'linux_sandboxing': ['agl@chromium.org', 'jln+watch@chromium.org'],
+ 'linux_seccomp_bpf': ['jln+watch@chromium.org'],
'locale_settings': ['finnur+watch@chromium.org'],
'mac': ['sail+watch@chromium.org'],
'managed_users': ['pam+watch@chromium.org'],