OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # IMPORTANT: The regular expression filepath is tested against each path using | 8 # IMPORTANT: The regular expression filepath is tested against each path using |
9 # re.search, so it is not usually necessary to add .*. | 9 # re.search, so it is not usually necessary to add .*. |
10 | 10 |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 }, | 263 }, |
264 'cookie_monster': { | 264 'cookie_monster': { |
265 'filepath': 'net/cookies/|'\ | 265 'filepath': 'net/cookies/|'\ |
266 'chrome/browser/net/sqlite_persistent_cookie_store', | 266 'chrome/browser/net/sqlite_persistent_cookie_store', |
267 }, | 267 }, |
268 'custom_handlers': { | 268 'custom_handlers': { |
269 'filepath': 'chrome/browser/custom_handlers/|'\ | 269 'filepath': 'chrome/browser/custom_handlers/|'\ |
270 'chrome/common/custom_handlers/', | 270 'chrome/common/custom_handlers/', |
271 }, | 271 }, |
272 'custom_tabs': { | 272 'custom_tabs': { |
273 'filepath': 'chrome/android/java_staging/src/org/chromium/chrome/browser/c
ustomtabs/|'\ | 273 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtab
s/|'\ |
274 'chrome/android/javatests/src/org/chromium/chrome/browser/cust
omtabs/', | 274 'chrome/android/javatests/src/org/chromium/chrome/browser/cust
omtabs/', |
275 }, | 275 }, |
276 'deep_memory_profiler': { | 276 'deep_memory_profiler': { |
277 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', | 277 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
278 }, | 278 }, |
279 'device_bluetooth': { | 279 'device_bluetooth': { |
280 'filepath': 'device/.*bluetooth' | 280 'filepath': 'device/.*bluetooth' |
281 }, | 281 }, |
282 'device_sensors': { | 282 'device_sensors': { |
283 'filepath': 'content/browser/device_sensors/|'\ | 283 'filepath': 'content/browser/device_sensors/|'\ |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 'content/renderer/media/crypto/|' \ | 331 'content/renderer/media/crypto/|' \ |
332 'media/base/android/*drm*|' \ | 332 'media/base/android/*drm*|' \ |
333 'media/cdm/|' \ | 333 'media/cdm/|' \ |
334 'third_party/widevine/cdm/' | 334 'third_party/widevine/cdm/' |
335 }, | 335 }, |
336 'enhanced_bookmarks': { | 336 'enhanced_bookmarks': { |
337 'filepath': 'chrome/browser/enhanced_bookmarks/' \ | 337 'filepath': 'chrome/browser/enhanced_bookmarks/' \ |
338 '|components/enhanced_bookmarks/' | 338 '|components/enhanced_bookmarks/' |
339 }, | 339 }, |
340 'enhanced_bookmarks_android': { | 340 'enhanced_bookmarks_android': { |
341 'filepath': 'chrome/android/java_staging/src/org/chromium/'\ | 341 'filepath': 'chrome/android/java/src/org/chromium/'\ |
342 'chrome/browser/enhancedbookmarks/|'\ | 342 'chrome/browser/enhancedbookmarks/|'\ |
343 'chrome/android/java/res/layout/eb*.xml' | 343 'chrome/android/java/res/layout/eb*.xml' |
344 }, | 344 }, |
345 'events': { | 345 'events': { |
346 'filepath': 'ui/events/', | 346 'filepath': 'ui/events/', |
347 }, | 347 }, |
348 'extension': { | 348 'extension': { |
349 'filepath': 'extension', | 349 'filepath': 'extension', |
350 }, | 350 }, |
351 'fileapi': { | 351 'fileapi': { |
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1146 'tnakamura+watch@chromium.org'], | 1146 'tnakamura+watch@chromium.org'], |
1147 'website_settings': ['markusheintz@chromium.org'], | 1147 'website_settings': ['markusheintz@chromium.org'], |
1148 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1148 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1149 'worker': ['jam@chromium.org'], | 1149 'worker': ['jam@chromium.org'], |
1150 'x11': ['derat+watch@chromium.org', | 1150 'x11': ['derat+watch@chromium.org', |
1151 'sadrul@chromium.org', | 1151 'sadrul@chromium.org', |
1152 'yusukes+watch@chromium.org'], | 1152 'yusukes+watch@chromium.org'], |
1153 'zoom': ['wjmaclean@chromium.org'], | 1153 'zoom': ['wjmaclean@chromium.org'], |
1154 }, | 1154 }, |
1155 } | 1155 } |
OLD | NEW |