| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   267       'filepath': 'net/cookies/|'\ |   267       'filepath': 'net/cookies/|'\ | 
|   268                   'chrome/browser/net/sqlite_persistent_cookie_store', |   268                   'chrome/browser/net/sqlite_persistent_cookie_store', | 
|   269     }, |   269     }, | 
|   270     'custom_handlers': { |   270     'custom_handlers': { | 
|   271       'filepath': 'chrome/browser/custom_handlers/|'\ |   271       'filepath': 'chrome/browser/custom_handlers/|'\ | 
|   272                   'chrome/common/custom_handlers/', |   272                   'chrome/common/custom_handlers/', | 
|   273     }, |   273     }, | 
|   274     'deep_memory_profiler': { |   274     'deep_memory_profiler': { | 
|   275       'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |   275       'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', | 
|   276     }, |   276     }, | 
 |   277     'device_bluetooth': { | 
 |   278       'filepath': 'device/.*bluetooth' | 
 |   279     }, | 
|   277     'device_sensors': { |   280     'device_sensors': { | 
|   278       'filepath': 'content/browser/device_sensors/|'\ |   281       'filepath': 'content/browser/device_sensors/|'\ | 
|   279                   'content/common/device_sensors/|'\ |   282                   'content/common/device_sensors/|'\ | 
|   280                   'content/public/android/java/src/org/chromium/content/browser/
      DeviceSensors.java|'\ |   283                   'content/public/android/java/src/org/chromium/content/browser/
      DeviceSensors.java|'\ | 
|   281                   'content/public/android/javatests/src/org/chromium/content/bro
      wser/DeviceSensorsTest.java|'\ |   284                   'content/public/android/javatests/src/org/chromium/content/bro
      wser/DeviceSensorsTest.java|'\ | 
|   282                   'content/renderer/device_sensors/', |   285                   'content/renderer/device_sensors/', | 
|   283     }, |   286     }, | 
|   284     'developer_recommended_flags': { |   287     'developer_recommended_flags': { | 
|   285       'filepath': 'developer_recommended_flags.gypi', |   288       'filepath': 'developer_recommended_flags.gypi', | 
|   286     }, |   289     }, | 
| (...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   918     'content_input': ['jdduke+watch@chromium.org'], |   921     'content_input': ['jdduke+watch@chromium.org'], | 
|   919     'content_renderer': [ 'mkwst+moarreviews-renderer@chromium.org', |   922     'content_renderer': [ 'mkwst+moarreviews-renderer@chromium.org', | 
|   920                           'mlamouri+watch-content@chromium.org'], |   923                           'mlamouri+watch-content@chromium.org'], | 
|   921     'content_shell': ['jochen+watch@chromium.org', |   924     'content_shell': ['jochen+watch@chromium.org', | 
|   922                       'mkwst+moarreviews-shell@chromium.org', |   925                       'mkwst+moarreviews-shell@chromium.org', | 
|   923                       'mlamouri+watch-content@chromium.org'], |   926                       'mlamouri+watch-content@chromium.org'], | 
|   924     'content_worker': ['kinuko+watch@chromium.org'], |   927     'content_worker': ['kinuko+watch@chromium.org'], | 
|   925     'cookie_monster': ['erikwright@chromium.org'], |   928     'cookie_monster': ['erikwright@chromium.org'], | 
|   926     'custom_handlers': ['vabr+watchlist@chromium.org'], |   929     'custom_handlers': ['vabr+watchlist@chromium.org'], | 
|   927     'deep_memory_profiler': ['dmikurube@chromium.org'], |   930     'deep_memory_profiler': ['dmikurube@chromium.org'], | 
 |   931     'device_bluetooth': ['scheib+watch@chromium.org'], | 
|   928     'device_sensors': ['timvolodine@chromium.org', |   932     'device_sensors': ['timvolodine@chromium.org', | 
|   929                        'mvanouwerkerk@chromium.org', |   933                        'mvanouwerkerk@chromium.org', | 
|   930                        'rijubrata.bhaumik@intel.com', |   934                        'rijubrata.bhaumik@intel.com', | 
|   931                        'mlamouri+watch-sensors@chromium.org'], |   935                        'mlamouri+watch-sensors@chromium.org'], | 
|   932     'developer_recommended_flags': ['scheib+watch@chromium.org'], |   936     'developer_recommended_flags': ['scheib+watch@chromium.org'], | 
|   933     'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', |   937     'devtools': ['pfeldman@chromium.org', 'yurys@chromium.org', | 
|   934                  'aandrey+blink@chromium.org', |   938                  'aandrey+blink@chromium.org', | 
|   935                  'devtools-reviews@chromium.org'], |   939                  'devtools-reviews@chromium.org'], | 
|   936     'disk_cache': ['gavinp+disk@chromium.org'], |   940     'disk_cache': ['gavinp+disk@chromium.org'], | 
|   937     'dns': ['mmenke@chromium.org'], |   941     'dns': ['mmenke@chromium.org'], | 
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1102                      'posciak+watch@chromium.org'], |  1106                      'posciak+watch@chromium.org'], | 
|  1103     'website_settings': ['markusheintz@chromium.org'], |  1107     'website_settings': ['markusheintz@chromium.org'], | 
|  1104     'windows_sandboxing': ['wfh+watch@chromium.org'], |  1108     'windows_sandboxing': ['wfh+watch@chromium.org'], | 
|  1105     'worker': ['jam@chromium.org'], |  1109     'worker': ['jam@chromium.org'], | 
|  1106     'x11': ['derat+watch@chromium.org', |  1110     'x11': ['derat+watch@chromium.org', | 
|  1107             'sadrul@chromium.org', |  1111             'sadrul@chromium.org', | 
|  1108             'yusukes+watch@chromium.org'], |  1112             'yusukes+watch@chromium.org'], | 
|  1109     'zoom': ['wjmaclean@chromium.org'], |  1113     'zoom': ['wjmaclean@chromium.org'], | 
|  1110   }, |  1114   }, | 
|  1111 } |  1115 } | 
| OLD | NEW |