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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 'content/browser/geolocation|'\ | 357 'content/browser/geolocation|'\ |
358 'content/public/common/geoposition.*|'\ | 358 'content/public/common/geoposition.*|'\ |
359 'content/public/browser/geolocation.*|'\ | 359 'content/public/browser/geolocation.*|'\ |
360 'content/renderer/geolocation.*|'\ | 360 'content/renderer/geolocation.*|'\ |
361 'content/shell/geolocation/', | 361 'content/shell/geolocation/', |
362 }, | 362 }, |
363 'gfx_image': { | 363 'gfx_image': { |
364 'filepath': 'ui/gfx/image/', | 364 'filepath': 'ui/gfx/image/', |
365 }, | 365 }, |
366 'gfx_geometry': { | 366 'gfx_geometry': { |
367 'filepath': 'ui/gfx/rect|'\ | 367 'filepath': 'ui/gfx/geometry/', |
368 'ui/gfx/quad|'\ | |
369 'ui/gfx/point|'\ | |
370 'ui/gfx/size|'\ | |
371 'ui/gfx/transform|'\ | |
372 'ui/gfx/vector2d', | |
373 }, | 368 }, |
374 'gn': { | 369 'gn': { |
375 'filepath': 'tools/gn', | 370 'filepath': 'tools/gn', |
376 }, | 371 }, |
377 'gpu': { | 372 'gpu': { |
378 'filepath': 'gpu/', | 373 'filepath': 'gpu/', |
379 }, | 374 }, |
380 'history_ui': { | 375 'history_ui': { |
381 'filepath': 'chrome/browser/resources/history', | 376 'filepath': 'chrome/browser/resources/history', |
382 }, | 377 }, |
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1031 'mcasas+watch@chromium.org', | 1026 'mcasas+watch@chromium.org', |
1032 'posciak+watch@chromium.org'], | 1027 'posciak+watch@chromium.org'], |
1033 'website_settings': ['markusheintz@chromium.org'], | 1028 'website_settings': ['markusheintz@chromium.org'], |
1034 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1029 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1035 'worker': ['jam@chromium.org'], | 1030 'worker': ['jam@chromium.org'], |
1036 'x11': ['derat+watch@chromium.org', | 1031 'x11': ['derat+watch@chromium.org', |
1037 'sadrul@chromium.org', | 1032 'sadrul@chromium.org', |
1038 'yusukes+watch@chromium.org'], | 1033 'yusukes+watch@chromium.org'], |
1039 }, | 1034 }, |
1040 } | 1035 } |
OLD | NEW |