forked from ks32/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create device team related watchlists.
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
Showing
1 changed file
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -869,6 +869,9 @@ | |
'fuzzing': { | ||
'filepath': 'fuzz|Fuzz', | ||
}, | ||
'gamepad': { | ||
'filepath': 'gamepad', | ||
}, | ||
'gcm': { | ||
'filepath': 'chrome/browser/gcm/|'\ | ||
'components/gcm_driver/|'\ | ||
|
@@ -1145,6 +1148,9 @@ | |
'netinfo': { | ||
'filepath': '/netinfo/', | ||
}, | ||
'nfc': { | ||
'filepath': '/nfc/', | ||
}, | ||
'notifications': { | ||
'filepath': 'chrome/browser/extensions/api/notifications/|'\ | ||
'chrome/browser/notifications/|'\ | ||
|
@@ -1504,6 +1510,9 @@ | |
'|ios/chrome/app/strings/ios(_.+)*_strings.grd'\ | ||
'|ui/strings/ui_strings.grd', | ||
}, | ||
'usb': { | ||
'filepath': '/usb/', | ||
}, | ||
'valgrind': { | ||
'filepath': 'valgrind', | ||
}, | ||
|
@@ -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.*'\ | ||
|
@@ -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]'], | ||
|
@@ -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]'], | ||
|
@@ -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]'], | ||
|
@@ -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]', | ||
|
@@ -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]'], | ||
|
@@ -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]', | ||
|
@@ -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]', | ||
|