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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 'ui/gfx/platform_font_linux.*|'\ | 424 'ui/gfx/platform_font_linux.*|'\ |
425 'ui/gfx/render_text_harfbuzz.*', | 425 'ui/gfx/render_text_harfbuzz.*', |
426 }, | 426 }, |
427 'linux_sandboxing': { | 427 'linux_sandboxing': { |
428 'filepath': 'sandbox/linux/', | 428 'filepath': 'sandbox/linux/', |
429 }, | 429 }, |
430 'linux_seccomp_bpf': { | 430 'linux_seccomp_bpf': { |
431 'filepath': 'content/common/sandbox.*linux.cc', | 431 'filepath': 'content/common/sandbox.*linux.cc', |
432 }, | 432 }, |
433 'md_settings': { | 433 'md_settings': { |
434 'filepath': 'ui/webui/resources/cr_element|'\ | 434 'filepath': 'ui/webui/resources/cr_element'\ |
435 'chrome/browser/resources/md_settings/', | 435 '|chrome/browser/resources/md_settings/'\ |
| 436 '|chrome/browser/resources/settings/', |
436 }, | 437 }, |
437 'media': { | 438 'media': { |
438 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ | 439 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ |
439 'audio_message_filter|video_layer|media_internals', | 440 'audio_message_filter|video_layer|media_internals', |
440 }, | 441 }, |
441 'media_galleries': { | 442 'media_galleries': { |
442 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ | 443 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ |
443 '|chrome/browser/media_galleries/'\ | 444 '|chrome/browser/media_galleries/'\ |
444 '|chrome/browser/storage_monitor/'\ | 445 '|chrome/browser/storage_monitor/'\ |
445 '|chrome/common/media_galleries/'\ | 446 '|chrome/common/media_galleries/'\ |
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1068 'mcasas+watch@chromium.org', | 1069 'mcasas+watch@chromium.org', |
1069 'posciak+watch@chromium.org'], | 1070 'posciak+watch@chromium.org'], |
1070 'website_settings': ['markusheintz@chromium.org'], | 1071 'website_settings': ['markusheintz@chromium.org'], |
1071 'windows_sandboxing': ['wfh+watch@chromium.org'], | 1072 'windows_sandboxing': ['wfh+watch@chromium.org'], |
1072 'worker': ['jam@chromium.org'], | 1073 'worker': ['jam@chromium.org'], |
1073 'x11': ['derat+watch@chromium.org', | 1074 'x11': ['derat+watch@chromium.org', |
1074 'sadrul@chromium.org', | 1075 'sadrul@chromium.org', |
1075 'yusukes+watch@chromium.org'], | 1076 'yusukes+watch@chromium.org'], |
1076 }, | 1077 }, |
1077 } | 1078 } |
OLD | NEW |