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 17 matching lines...) Expand all Loading... | |
28 'activity_log': { | 28 'activity_log': { |
29 'filepath': 'chrome/browser/extensions/activity_log/' \ | 29 'filepath': 'chrome/browser/extensions/activity_log/' \ |
30 '|chrome/browser/extensions/api/activity_log_private/' | 30 '|chrome/browser/extensions/api/activity_log_private/' |
31 }, | 31 }, |
32 'android_infra': { | 32 'android_infra': { |
33 'filepath': 'build/android/' \ | 33 'filepath': 'build/android/' \ |
34 '|testing/android/' \ | 34 '|testing/android/' \ |
35 '|tools/android/' | 35 '|tools/android/' |
36 }, | 36 }, |
37 'android_media': { | 37 'android_media': { |
38 'filepath': 'content/browser/media/android' \ | 38 'filepath': 'content/browser/media/android' \ |
theresedempsey95
2016/01/20 03:28:54
Fuck you slut
http://disqus.com
| |
39 '|content/renderer/media/android' \ | 39 '|content/renderer/media/android' \ |
40 '|media/audio/android' \ | 40 '|media/audio/android' \ |
41 '|media/base/android' \ | 41 '|media/base/android' \ |
42 '|media/midi/*_android.*' \ | 42 '|media/midi/*_android.*' \ |
43 '|media/video/capture/android' | 43 '|media/video/capture/android' |
44 }, | 44 }, |
45 'android_tab': { | 45 'android_tab': { |
46 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' | 46 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' |
47 }, | 47 }, |
48 'android_webview': { | 48 'android_webview': { |
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
949 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3 /grid/' | 949 '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3 /grid/' |
950 }, | 950 }, |
951 'blink_css_flexbox': { | 951 'blink_css_flexbox': { |
952 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \ | 952 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \ |
953 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \ | 953 '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \ |
954 '|third_party/WebKit/LayoutTests/css3/flexbox/' \ | 954 '|third_party/WebKit/LayoutTests/css3/flexbox/' \ |
955 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/' | 955 '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/' |
956 }, | 956 }, |
957 'blink_css_fragmentation_tests': { | 957 'blink_css_fragmentation_tests': { |
958 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \ | 958 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \ |
959 '|third_party/WebKit/LayoutTests/fast/pagination/' | 959 '|third_party/WebKit/LayoutTests/fast/pagination/' \ |
960 '|third_party/WebKit/LayoutTests/printing/' | |
960 }, | 961 }, |
961 'blink_css_regions': { | 962 'blink_css_regions': { |
962 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread )' \ | 963 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread )' \ |
963 '|third_party/WebKit/Source/core/dom/NodeRendering' \ | 964 '|third_party/WebKit/Source/core/dom/NodeRendering' \ |
964 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \ | 965 '|third_party/WebKit/Source/core/dom/.*NamedFlow' \ |
965 '|third_party/WebKit/Source/core/css/.*Region' \ | 966 '|third_party/WebKit/Source/core/css/.*Region' \ |
966 '|third_party/WebKit/LayoutTests/compositing/regions/' \ | 967 '|third_party/WebKit/LayoutTests/compositing/regions/' \ |
967 '|third_party/WebKit/LayoutTests/fast/regions/' \ | 968 '|third_party/WebKit/LayoutTests/fast/regions/' \ |
968 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regi ons/' | 969 '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regi ons/' |
969 }, | 970 }, |
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1690 'kinuko+worker@chromium.org', | 1691 'kinuko+worker@chromium.org', |
1691 'horo+watch@chromium.org', | 1692 'horo+watch@chromium.org', |
1692 'falken@chromium.org' ], | 1693 'falken@chromium.org' ], |
1693 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', | 1694 'blink_wtf': [ 'mikhail.pozdnyakov@intel.com', |
1694 'blink-reviews-wtf@chromium.org' ], | 1695 'blink-reviews-wtf@chromium.org' ], |
1695 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], | 1696 'blink_xmlhttprequest': [ 'tyoshino+watch@chromium.org' ], |
1696 'test_runner': [ 'jochen+watch@chromium.org', | 1697 'test_runner': [ 'jochen+watch@chromium.org', |
1697 'mlamouri+watch-test-runner@chromium.org' ], | 1698 'mlamouri+watch-test-runner@chromium.org' ], |
1698 }, | 1699 }, |
1699 } | 1700 } |
OLD | NEW |