Skip to content

Commit

Permalink
Create device team related watchlists.
Browse files Browse the repository at this point in the history
Change-Id: Ie304c84577d4fb5852244a99c00c92cd8057b1a3
Reviewed-on: https://chromium-review.googlesource.com/752745
Reviewed-by: Conley Owens <[email protected]>
Reviewed-by: Matt Reynolds <[email protected]>
Commit-Queue: Vincent Scheib <[email protected]>
Cr-Commit-Position: refs/heads/master@{#513648}
  • Loading branch information
scheib authored and Commit Bot committed Nov 3, 2017
1 parent 0478028 commit d5da4d9
Showing 1 changed file with 44 additions and 5 deletions.
49 changes: 44 additions & 5 deletions WATCHLISTS
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,9 @@
'fuzzing': {
'filepath': 'fuzz|Fuzz',
},
'gamepad': {
'filepath': 'gamepad',
},
'gcm': {
'filepath': 'chrome/browser/gcm/|'\
'components/gcm_driver/|'\
Expand Down Expand Up @@ -1145,6 +1148,9 @@
'netinfo': {
'filepath': '/netinfo/',
},
'nfc': {
'filepath': '/nfc/',
},
'notifications': {
'filepath': 'chrome/browser/extensions/api/notifications/|'\
'chrome/browser/notifications/|'\
Expand Down Expand Up @@ -1504,6 +1510,9 @@
'|ios/chrome/app/strings/ios(_.+)*_strings.grd'\
'|ui/strings/ui_strings.grd',
},
'usb': {
'filepath': '/usb/',
},
'valgrind': {
'filepath': 'valgrind',
},
Expand Down Expand Up @@ -1542,6 +1551,9 @@
'/vr/|'\
'third_party/gvr',
},
'wake_lock': {
'filepath': 'wake_lock',
},
'web_share': {
'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\
'|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\
Expand Down Expand Up @@ -1698,7 +1710,9 @@
'blink_bidi': ['[email protected]'],
'blink_bindings': ['[email protected]'],
'blink_bindings_serialization': ['[email protected]'],
'blink_bluetooth': ['[email protected]',
'blink_bluetooth': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'blink_canvas2d': ['[email protected]',
'[email protected]'],
Expand Down Expand Up @@ -1936,7 +1950,9 @@
'[email protected]'],
'content': ['[email protected]',
'[email protected]'],
'content_bluetooth': ['[email protected]',
'content_bluetooth': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'content_loader': ['[email protected]',
'[email protected]'],
Expand Down Expand Up @@ -1966,9 +1982,14 @@
'data_reduction_proxy': ['[email protected]'],
'deep_memory_profiler': ['[email protected]'],
'developer_recommended_flags': ['[email protected]'],
'device_bluetooth': ['[email protected]',
'device_bluetooth': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'device_chooser': ['[email protected]'],
'device_chooser': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'device_sensors': ['[email protected]',
'[email protected]',
'[email protected]'],
Expand Down Expand Up @@ -1998,14 +2019,23 @@
'ftp': ['[email protected]'],
'fuchsia': ['[email protected]', '[email protected]'],
'fuzzing': ['[email protected]'],
'gamepad': ['[email protected]',
'[email protected]',
'[email protected]'],
'gcm': ['[email protected]',
'[email protected]',
'[email protected]'],
'generic_sensor': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'geolocation': ['[email protected]'],
'geolocation': ['[email protected]',
'[email protected]',
'[email protected]',
'[email protected]'],
'gfx_geometry': ['[email protected]'],
'gfx_image': ['[email protected]'],
'gn': ['[email protected]',
Expand Down Expand Up @@ -2111,6 +2141,9 @@
'net_spdy': ['[email protected]'],
'net_websockets': ['[email protected]'],
'netinfo': ['[email protected]'],
'nfc': ['[email protected]',
'[email protected]',
'[email protected]'],
'notifications': ['[email protected]',
'[email protected]',
'[email protected]'],
Expand Down Expand Up @@ -2254,6 +2287,9 @@
'ui_display_win': ['[email protected]'],
'ui_resources': ['[email protected]'],
'ui_strings': ['[email protected]'],
'usb': ['[email protected]',
'[email protected]',
'[email protected]'],
'valgrind': ['[email protected]',
'[email protected]'],
'version_assembly': ['[email protected]',
Expand All @@ -2266,6 +2302,9 @@
'[email protected]',
'[email protected]'],
'virtual_reality': ['[email protected]'],
'wake_lock': ['[email protected]',
'[email protected]',
'[email protected]'],
'web_share': ['[email protected]'],
'webrtc_browser_tests': ['[email protected]'],
'website_settings': ['[email protected]',
Expand Down

0 comments on commit d5da4d9

Please sign in to comment.