OLD | NEW |
1 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # Watchlist Rules | 5 # Watchlist Rules |
6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists | 6 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists |
7 | 7 |
8 | 8 |
9 { | 9 { |
10 'WATCHLIST_DEFINITIONS': { | 10 'WATCHLIST_DEFINITIONS': { |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 }, | 68 }, |
69 'media': { | 69 'media': { |
70 'filepath': 'media|Media|^third_party/ffmpeg/', | 70 'filepath': 'media|Media|^third_party/ffmpeg/', |
71 }, | 71 }, |
72 'ipc': { | 72 'ipc': { |
73 'filepath': 'ipc/ipc.*', | 73 'filepath': 'ipc/ipc.*', |
74 }, | 74 }, |
75 'linux-sandboxing': { | 75 'linux-sandboxing': { |
76 'filepath': 'sandbox/linux/.*', | 76 'filepath': 'sandbox/linux/.*', |
77 }, | 77 }, |
| 78 'sync': { |
| 79 'filepath': 'chrome/browser/sync/.*', |
| 80 }, |
78 }, | 81 }, |
79 | 82 |
80 'WATCHLISTS': { | 83 'WATCHLISTS': { |
81 'this_file': ['nirnimesh@chromium.org'], | 84 'this_file': ['nirnimesh@chromium.org'], |
82 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'timurrrr@gmail.
com', 'stuartmorgan@chromium.org', 'ramosian.glider@gmail.com'], | 85 'valgrind': ['nirnimesh@chromium.org', 'dank@chromium.org', 'timurrrr@gmail.
com', 'stuartmorgan@chromium.org', 'ramosian.glider@gmail.com'], |
83 'mac': ['jrg@chromium.org'], | 86 'mac': ['jrg@chromium.org'], |
84 'base': ['brettw@chromium.org'], | 87 'base': ['brettw@chromium.org'], |
85 'views': ['ben@chromium.org'], | 88 'views': ['ben@chromium.org'], |
86 'browser': ['ben@chromium.org'], | 89 'browser': ['ben@chromium.org'], |
87 'download': ['paul@chromium.org'], | 90 'download': ['paul@chromium.org'], |
88 'history': ['brettw@chromium.org'], | 91 'history': ['brettw@chromium.org'], |
89 'renderer': ['darin@chromium.org', 'brettw@chromium.org', 'jam@chromium.org'
], | 92 'renderer': ['darin@chromium.org', 'brettw@chromium.org', 'jam@chromium.org'
], |
90 'safe_browsing': ['paul@chromium.org'], | 93 'safe_browsing': ['paul@chromium.org'], |
91 'tab_contents': ['brettw@chromium.org'], | 94 'tab_contents': ['brettw@chromium.org'], |
92 'webkit': ['darin@chromium.org'], | 95 'webkit': ['darin@chromium.org'], |
93 'plugin': ['darin@chromium.org', 'jam@chromium.org'], | 96 'plugin': ['darin@chromium.org', 'jam@chromium.org'], |
94 'worker': ['jam@chromium.org'], | 97 'worker': ['jam@chromium.org'], |
95 'extension': ['erikkay@chromium.org'], | 98 'extension': ['erikkay@chromium.org'], |
96 'purify': ['erikkay@chromium.org'], | 99 'purify': ['erikkay@chromium.org'], |
97 'net': ['darin@chromium.org', 'willchan@chromium.org'], | 100 'net': ['darin@chromium.org', 'willchan@chromium.org'], |
98 'installer': ['kuchhal@chromium.org'], | 101 'installer': ['kuchhal@chromium.org'], |
99 'importer': ['kuchhal@chromium.org'], | 102 'importer': ['kuchhal@chromium.org'], |
100 'media': ['ajwong@chromium.org', 'fbarchard@chromium.org', | 103 'media': ['ajwong@chromium.org', 'fbarchard@chromium.org', |
101 'hclam@chromium.org', 'kylep@chromium.org', | 104 'hclam@chromium.org', 'kylep@chromium.org', |
102 'scherkus@chromium.org'], | 105 'scherkus@chromium.org'], |
103 'ipc': ['jam@chromium.org'], | 106 'ipc': ['jam@chromium.org'], |
104 'linux-sandboxing': ['agl@chromium.org'], | 107 'linux-sandboxing': ['agl@chromium.org'], |
| 108 'sync': ['tim@chromium.org', 'nick@chromium.org', |
| 109 'idana@chromium.org'], |
105 }, | 110 }, |
106 } | 111 } |
OLD | NEW |