Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: WATCHLISTS

Issue 2526253002: Add watchlist for Generic Sensor (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 'filepath': 'ftp', 469 'filepath': 'ftp',
470 }, 470 },
471 'fuzzing': { 471 'fuzzing': {
472 'filepath': 'fuzz|Fuzz', 472 'filepath': 'fuzz|Fuzz',
473 }, 473 },
474 'gcm': { 474 'gcm': {
475 'filepath': 'chrome/browser/services/gcm/|'\ 475 'filepath': 'chrome/browser/services/gcm/|'\
476 'components/gcm_driver/|'\ 476 'components/gcm_driver/|'\
477 'google_apis/gcm/', 477 'google_apis/gcm/',
478 }, 478 },
479 'generic_sensor': {
480 'filepath': 'device/generic_sensor/|'\
481 'third_party/WebKit/Source/modules/sensor/',
482 },
479 'geolocation': { 483 'geolocation': {
480 'filepath': 'chrome/browser/geolocation/|'\ 484 'filepath': 'chrome/browser/geolocation/|'\
481 'content/browser/geolocation|'\ 485 'content/browser/geolocation|'\
482 'content/public/common/geoposition.*|'\ 486 'content/public/common/geoposition.*|'\
483 'content/public/browser/geolocation.*|'\ 487 'content/public/browser/geolocation.*|'\
484 'content/renderer/geolocation.*|'\ 488 'content/renderer/geolocation.*|'\
485 'content/shell/geolocation/', 489 'content/shell/geolocation/',
486 }, 490 },
487 'gfx_image': { 491 'gfx_image': {
488 'filepath': 'ui/gfx/image/', 492 'filepath': 'ui/gfx/image/',
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after
1834 'filebrowse': ['rginda+watch@chromium.org'], 1838 'filebrowse': ['rginda+watch@chromium.org'],
1835 'filesapp': ['fukino+watch@chromium.org', 1839 'filesapp': ['fukino+watch@chromium.org',
1836 'oka+watch@chromium.org', 1840 'oka+watch@chromium.org',
1837 'yamaguchi+watch@chromium.org'], 1841 'yamaguchi+watch@chromium.org'],
1838 'filesapp_ui': ['mtomasz+watch@chromium.org'], 1842 'filesapp_ui': ['mtomasz+watch@chromium.org'],
1839 'ftp': ['phajdan.jr@chromium.org'], 1843 'ftp': ['phajdan.jr@chromium.org'],
1840 'fuzzing': ['fuzzing@chromium.org'], 1844 'fuzzing': ['fuzzing@chromium.org'],
1841 'gcm': ['johnme+watch@chromium.org', 1845 'gcm': ['johnme+watch@chromium.org',
1842 'peter@chromium.org', 1846 'peter@chromium.org',
1843 'zea+watch@chromium.org'], 1847 'zea+watch@chromium.org'],
1848 'generic_sensor': ['alexander.shalamov@intel.com',
1849 'mikhail.pozdnyakov@intel.com',
1850 'wanming.lin@intel.com'],
1844 'geolocation': ['mlamouri+watch-geolocation@chromium.org', 1851 'geolocation': ['mlamouri+watch-geolocation@chromium.org',
1845 'mvanouwerkerk@chromium.org'], 1852 'mvanouwerkerk@chromium.org'],
1846 'gfx_geometry': ['cc-bugs@chromium.org'], 1853 'gfx_geometry': ['cc-bugs@chromium.org'],
1847 'gfx_image': ['rsesek+watch@chromium.org'], 1854 'gfx_image': ['rsesek+watch@chromium.org'],
1848 'gn': ['agrieve+watch@chromium.org', 1855 'gn': ['agrieve+watch@chromium.org',
1849 'dpranke@chromium.org', 1856 'dpranke@chromium.org',
1850 'tfarina@chromium.org'], 1857 'tfarina@chromium.org'],
1851 'gpu': ['piman+watch@chromium.org'], 1858 'gpu': ['piman+watch@chromium.org'],
1852 'history_ui': ['dbeam+watch-history@chromium.org', 1859 'history_ui': ['dbeam+watch-history@chromium.org',
1853 'dubroy@chromium.org', 1860 'dubroy@chromium.org',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
2056 'raymes+watch@chromium.org'], 2063 'raymes+watch@chromium.org'],
2057 'windows_sandboxing': ['pennymac+watch@chromium.org', 2064 'windows_sandboxing': ['pennymac+watch@chromium.org',
2058 'wfh+watch@chromium.org'], 2065 'wfh+watch@chromium.org'],
2059 'x11': ['derat+watch@chromium.org', 2066 'x11': ['derat+watch@chromium.org',
2060 'sadrul@chromium.org', 2067 'sadrul@chromium.org',
2061 'yusukes+watch@chromium.org'], 2068 'yusukes+watch@chromium.org'],
2062 'xml': ['dominicc+watchlist@chromium.org'], 2069 'xml': ['dominicc+watchlist@chromium.org'],
2063 'zoom': ['wjmaclean@chromium.org'], 2070 'zoom': ['wjmaclean@chromium.org'],
2064 }, 2071 },
2065 } 2072 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698