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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 }, | 569 }, |
570 'prerender': { | 570 'prerender': { |
571 'filepath': 'prerender' | 571 'filepath': 'prerender' |
572 }, | 572 }, |
573 'pyauto': { | 573 'pyauto': { |
574 'filepath': 'chrome/test/pyautolib' \ | 574 'filepath': 'chrome/test/pyautolib' \ |
575 '|chrome/test/functional' \ | 575 '|chrome/test/functional' \ |
576 '|chrome/browser/automation/automation_provider_json' | 576 '|chrome/browser/automation/automation_provider_json' |
577 }, | 577 }, |
578 'remoting': { | 578 'remoting': { |
579 'filepath': 'remoting/', | 579 'filepath': 'remoting/' \ |
| 580 '|testing/chromoting' |
580 }, | 581 }, |
581 'rlz_id': { | 582 'rlz_id': { |
582 'filepath' :'rlz/lib/machine_id.cc|'\ | 583 'filepath' :'rlz/lib/machine_id.cc|'\ |
583 'rlz/lib/machine_id.h|'\ | 584 'rlz/lib/machine_id.h|'\ |
584 'rlz/win/lib/machine_id_win.cc', | 585 'rlz/win/lib/machine_id_win.cc', |
585 }, | 586 }, |
586 'safe_browsing': { | 587 'safe_browsing': { |
587 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', | 588 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', |
588 }, | 589 }, |
589 'sandbox': { | 590 'sandbox': { |
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1061 'mcasas+watch@chromium.org', | 1062 'mcasas+watch@chromium.org', |
1062 'posciak+watch@chromium.org'], | 1063 'posciak+watch@chromium.org'], |
1063 'website_settings': ['markusheintz@chromium.org'], | 1064 'website_settings': ['markusheintz@chromium.org'], |
1064 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1065 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1065 'worker': ['jam@chromium.org'], | 1066 'worker': ['jam@chromium.org'], |
1066 'x11': ['derat+watch@chromium.org', | 1067 'x11': ['derat+watch@chromium.org', |
1067 'sadrul@chromium.org', | 1068 'sadrul@chromium.org', |
1068 'yusukes+watch@chromium.org'], | 1069 'yusukes+watch@chromium.org'], |
1069 }, | 1070 }, |
1070 } | 1071 } |
OLD | NEW |