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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 'net_log': { | 509 'net_log': { |
510 'filepath': 'net/base/net_log|' \ | 510 'filepath': 'net/base/net_log|' \ |
511 'chrome/browser/net/.*net_log|' \ | 511 'chrome/browser/net/.*net_log|' \ |
512 'chrome/browser/net/passive_log_collector|' \ | 512 'chrome/browser/net/passive_log_collector|' \ |
513 'chrome/browser/resources/net_internals/|' \ | 513 'chrome/browser/resources/net_internals/|' \ |
514 'chrome/browser/ui/webui/net_internals/' | 514 'chrome/browser/ui/webui/net_internals/' |
515 }, | 515 }, |
516 'notifications': { | 516 'notifications': { |
517 'filepath': 'chrome/browser/extensions/api/notifications/|' \ | 517 'filepath': 'chrome/browser/extensions/api/notifications/|' \ |
518 'chrome/browser/notifications/|' \ | 518 'chrome/browser/notifications/|' \ |
| 519 'chrome/test/data/notifications/|' \ |
| 520 'content/browser/notifications/|' \ |
| 521 'content/child/notifications/|' \ |
| 522 'content/common/platform_notification|' \ |
| 523 'content/public/browser/platform_notification|' \ |
| 524 'content/public/common/platform_notification|' \ |
| 525 'content/renderer/notification_|' \ |
519 'ui/message_center/' | 526 'ui/message_center/' |
520 }, | 527 }, |
521 'npapi_headers': { | 528 'npapi_headers': { |
522 'filepath': 'third_party/npapi/bindings/', | 529 'filepath': 'third_party/npapi/bindings/', |
523 }, | 530 }, |
524 'ntp': { | 531 'ntp': { |
525 'filepath': 'chrome/browser/resources/ntp4/|'\ | 532 'filepath': 'chrome/browser/resources/ntp4/|'\ |
526 'chrome/browser/resources/ntp_android/|'\ | 533 'chrome/browser/resources/ntp_android/|'\ |
527 'chrome/browser/ui/webui/ntp/', | 534 'chrome/browser/ui/webui/ntp/', |
528 }, | 535 }, |
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1076 'mcasas+watch@chromium.org', | 1083 'mcasas+watch@chromium.org', |
1077 'posciak+watch@chromium.org'], | 1084 'posciak+watch@chromium.org'], |
1078 'website_settings': ['markusheintz@chromium.org'], | 1085 'website_settings': ['markusheintz@chromium.org'], |
1079 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1086 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1080 'worker': ['jam@chromium.org'], | 1087 'worker': ['jam@chromium.org'], |
1081 'x11': ['derat+watch@chromium.org', | 1088 'x11': ['derat+watch@chromium.org', |
1082 'sadrul@chromium.org', | 1089 'sadrul@chromium.org', |
1083 'yusukes+watch@chromium.org'], | 1090 'yusukes+watch@chromium.org'], |
1084 }, | 1091 }, |
1085 } | 1092 } |
OLD | NEW |