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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 'perf': { | 440 'perf': { |
441 'filepath': 'tools/perf' \ | 441 'filepath': 'tools/perf' \ |
442 '|tools/telemetry' \ | 442 '|tools/telemetry' \ |
443 '|chrome/test/perf' | 443 '|chrome/test/perf' |
444 }, | 444 }, |
445 'plugin': { | 445 'plugin': { |
446 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ | 446 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
447 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', | 447 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', |
448 }, | 448 }, |
449 'policy_templates': { | 449 'policy_templates': { |
450 'filepath': 'chrome/app/policy/policy_templates.json', | 450 'filepath': 'components/policy/resources/policy_templates.json', |
451 }, | 451 }, |
452 'predictors': { | 452 'predictors': { |
453 'filepath': 'predictors', | 453 'filepath': 'predictors', |
454 }, | 454 }, |
455 'prerender': { | 455 'prerender': { |
456 'filepath': 'prerender' | 456 'filepath': 'prerender' |
457 }, | 457 }, |
458 'pyauto': { | 458 'pyauto': { |
459 'filepath': 'chrome/test/pyautolib' \ | 459 'filepath': 'chrome/test/pyautolib' \ |
460 '|chrome/test/functional' \ | 460 '|chrome/test/functional' \ |
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
857 'webrtc_media': ['fischman+watch@chromium.org', | 857 'webrtc_media': ['fischman+watch@chromium.org', |
858 'wjia+watch@chromium.org', | 858 'wjia+watch@chromium.org', |
859 'mcasas+watch@chromium.org'], | 859 'mcasas+watch@chromium.org'], |
860 'website_settings': ['markusheintz@chromium.org'], | 860 'website_settings': ['markusheintz@chromium.org'], |
861 'worker': ['jam@chromium.org'], | 861 'worker': ['jam@chromium.org'], |
862 'x11': ['derat+watch@chromium.org', | 862 'x11': ['derat+watch@chromium.org', |
863 'sadrul@chromium.org', | 863 'sadrul@chromium.org', |
864 'yusukes+watch@chromium.org'], | 864 'yusukes+watch@chromium.org'], |
865 }, | 865 }, |
866 } | 866 } |
OLD | NEW |