[email protected] | 37f978c | 2012-01-05 17:58:17 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | # Watchlist Rules |
| 6 | # Refer: http://dev.chromium.org/developers/contributing-code/watchlists |
| 7 | |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 8 | # IMPORTANT: The regular expression filepath is tested against each path using |
| 9 | # re.search, so it is not usually necessary to add .*. |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 10 | |
| 11 | { |
| 12 | 'WATCHLIST_DEFINITIONS': { |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 13 | 'about_flags': { |
| 14 | 'filepath': 'chrome/browser/about_flags\.cc' |
| 15 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 16 | 'accelerator_table': { |
| 17 | 'filepath': 'ash/accelerators/accelerator_table\.cc' \ |
| 18 | '|chrome/browser/ui/views/accelerator_table\.cc', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 19 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 20 | 'accessibility': { |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 21 | 'filepath': 'accessibility' \ |
| 22 | '|braille' \ |
[email protected] | a4156bfb | 2014-02-27 22:37:47 | [diff] [blame] | 23 | '|chromevox' \ |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 24 | '|iaccessible2' \ |
| 25 | '|isimpledom' \ |
| 26 | '|liblouis' |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 27 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 28 | 'add_to_homescreen': { |
| 29 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\ |
| 30 | 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\ |
| 31 | 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\ |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 32 | 'chrome/browser/android/shortcut_.*|'\ |
| 33 | 'chrome/browser/android/webapps/', |
| 34 | }, |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 35 | 'android_crash_reporting': { |
| 36 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' |
| 37 | }, |
johnmaguire | 6aaac790 | 2016-03-15 12:28:20 | [diff] [blame] | 38 | 'android_crazy_linker': { |
| 39 | 'filepath': 'third_party/android_crazy_linker/' |
| 40 | }, |
dfalcantara | ef21e9e | 2016-01-07 01:16:26 | [diff] [blame] | 41 | 'android_infobars': { |
| 42 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/' |
| 43 | }, |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 44 | 'android_infra': { |
Andrew Grieve | 5babdbfc | 2017-08-16 01:26:49 | [diff] [blame] | 45 | 'filepath': 'build/config/android/' \ |
Andrew Grieve | fe0c929 | 2017-12-05 15:08:51 | [diff] [blame] | 46 | '|build/android/' \ |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 47 | '|testing/android/' \ |
| 48 | '|tools/android/' |
| 49 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 50 | 'android_item_chooser_dialogs': { |
| 51 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/.*ChooserDialog.java|'\ |
| 52 | 'chrome/android/javatests/src/org/chromium/chrome/browser/.*ChooserDialogTest.java' |
| 53 | }, |
gabadie | b0d23bb9 | 2016-02-17 11:26:16 | [diff] [blame] | 54 | 'android_loading': { |
| 55 | 'filepath': 'tools/android/loading/' |
| 56 | }, |
[email protected] | d6af5081 | 2014-04-01 17:18:09 | [diff] [blame] | 57 | 'android_media': { |
| 58 | 'filepath': 'content/browser/media/android' \ |
| 59 | '|content/renderer/media/android' \ |
| 60 | '|media/audio/android' \ |
| 61 | '|media/base/android' \ |
| 62 | '|media/midi/*_android.*' \ |
| 63 | '|media/video/capture/android' |
| 64 | }, |
wnwen | a036416 | 2017-02-16 20:37:38 | [diff] [blame] | 65 | 'android_studio': { |
nyquist | 6e560d03 | 2017-02-28 07:49:59 | [diff] [blame] | 66 | 'filepath': 'build/android/gradle/' \ |
| 67 | '|docs/android_studio.md' \ |
| 68 | '|tools/android/android_studio' |
wnwen | a036416 | 2017-02-16 20:37:38 | [diff] [blame] | 69 | }, |
[email protected] | 3261d96 | 2014-03-04 22:18:28 | [diff] [blame] | 70 | 'android_tab': { |
| 71 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' |
| 72 | }, |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 73 | 'android_uma_settings': { |
| 74 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\ |
| 75 | 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\ |
| 76 | 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\ |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 77 | 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java', |
| 78 | }, |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 79 | 'android_webapk': { |
zpeng | 4c3bc37 | 2016-10-13 03:00:48 | [diff] [blame] | 80 | 'filepath': 'chrome/android/webapk/|'\ |
| 81 | 'chrome/browser/android/webapk/', |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 82 | }, |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 83 | 'android_webview': { |
| 84 | 'filepath': 'android_webview/', |
| 85 | }, |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 86 | 'app_list': { |
Jiaquan He | 256e6c6b | 2017-11-20 23:02:02 | [diff] [blame] | 87 | 'filepath': 'ash/app_list'\ |
| 88 | '|chrome/browser/ui/app_list'\ |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 89 | '|chrome/browser/ui/ash/app_list'\ |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 90 | '|chrome/browser/ui/views/app_list'\ |
| 91 | '|ui/app_list/' |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 92 | }, |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 93 | 'app_shortcuts': { |
| 94 | 'filepath': 'apps/app_shim/'\ |
| 95 | '|chrome/browser/web_applications/'\ |
| 96 | '|chrome/browser/ui/web_applications/'\ |
| 97 | '|chrome/common/mac/' |
| 98 | }, |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 99 | 'appcache': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 100 | 'filepath': 'appcache/', |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 101 | }, |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 102 | 'apps': { |
| 103 | 'filepath': '^apps/', |
| 104 | }, |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 105 | 'arc': { |
| 106 | 'filepath': 'arc/', |
| 107 | }, |
lhchavez | 61532c9 | 2016-10-18 21:33:37 | [diff] [blame] | 108 | 'arc_auth': { |
| 109 | 'filepath': 'chrome/browser/chromeos/arc/arc_auth' |
| 110 | }, |
Shuhei Takahashi | af68cff | 2017-07-24 05:17:12 | [diff] [blame] | 111 | 'arc_fileapi': { |
| 112 | 'filepath': 'chrome/browser/chromeos/arc/fileapi' |
| 113 | }, |
poromov | 7633f60 | 2017-02-21 16:44:01 | [diff] [blame] | 114 | 'arc_kiosk': { |
| 115 | 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\ |
| 116 | '|components/arc/kiosk/'\ |
| 117 | '|arc_kiosk' |
| 118 | }, |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 119 | 'arc_net': { |
| 120 | 'filepath': 'components/arc/net/', |
| 121 | }, |
ejcaruso | a298ec0 | 2016-06-16 20:30:43 | [diff] [blame] | 122 | 'arc_power': { |
| 123 | 'filepath': 'components/arc/power/', |
| 124 | }, |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 125 | 'ash': { |
| 126 | 'filepath': 'ash/', |
| 127 | }, |
Xiaohui Chen | f7e70a2 | 2018-02-08 00:36:38 | [diff] [blame] | 128 | 'assistant': { |
| 129 | 'filepath': 'chromeos/assistant/'\ |
| 130 | '|chromeos/services/assistant/' |
| 131 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 132 | 'aura': { |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 133 | 'filepath': 'ui/aura/', |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 134 | }, |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 135 | 'aura_compositor': { |
| 136 | 'filepath': |
| 137 | 'ui/compositor/' \ |
[email protected] | 6dc38f7 | 2014-01-16 22:19:58 | [diff] [blame] | 138 | '|content/browser/compositor/' \ |
danakj | 479ab50 | 2017-03-31 20:19:09 | [diff] [blame] | 139 | '|content/browser/renderer_host/compositor_resize_lock' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 140 | '|content/browser/renderer_host/render_widget_host_view_aura' \ |
| 141 | '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
[email protected] | a6eeeef9 | 2014-03-19 19:06:44 | [diff] [blame] | 142 | '|content/browser/renderer_host/delegated' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 143 | '|content/common/gpu/client/' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 144 | }, |
[email protected] | 2a38f0c0 | 2013-05-29 02:27:45 | [diff] [blame] | 145 | 'autofill': { |
rouslan | fbfa740 | 2016-11-22 19:36:39 | [diff] [blame] | 146 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\ |
| 147 | 'chrome/browser/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 148 | 'chrome/browser/ui/android/autofill/|'\ |
| 149 | 'chrome/browser/ui/autofill/|'\ |
[email protected] | e3e4ca6 | 2013-05-17 08:50:27 | [diff] [blame] | 150 | 'chrome/browser/ui/cocoa/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 151 | 'chrome/browser/ui/views/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 152 | 'chrome/renderer/autofill/|'\ |
| 153 | 'chrome/test/data/autofill/|'\ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 154 | 'components/autofill/|'\ |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 155 | 'components/autofill/browser/webdata/|'\ |
vabr | beb0c56 | 2015-12-01 10:48:08 | [diff] [blame] | 156 | 'components/webdata/', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 157 | }, |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 158 | 'background_fetch': { |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 159 | 'filepath': 'background_fetch|'\ |
| 160 | 'background-fetch', |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 161 | }, |
| 162 | 'background_sync': { |
Josh Karlin | 1bd01674 | 2017-08-18 17:44:17 | [diff] [blame] | 163 | 'filepath': '/background_sync/', |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 164 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 165 | 'banners': { |
| 166 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\ |
| 167 | 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\ |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 168 | 'chrome/browser/banners/|'\ |
| 169 | 'chrome/browser/ui/android/infobars/app_banner_.*|'\ |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 170 | 'third_party/WebKit/public/platform/modules/app_banner/|'\ |
| 171 | 'third_party/WebKit/Source/modules/app_banner/', |
| 172 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 173 | 'base': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 174 | 'filepath': '^base/', |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 175 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 176 | 'base_allocator': { |
| 177 | 'filepath': '^base/allocator', |
| 178 | }, |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 179 | 'base_memory': { |
| 180 | 'filepath': '^base/memory', |
| 181 | }, |
robliao | 1644d8b | 2016-04-11 15:39:59 | [diff] [blame] | 182 | 'base_task_scheduler': { |
| 183 | 'filepath': '^base/task_scheduler', |
| 184 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 185 | 'base_win': { |
| 186 | 'filepath': '^base/win', |
| 187 | }, |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 188 | 'battery_status': { |
| 189 | 'filepath': 'content/browser/battery_status/|'\ |
timvolodine | 953fde7 | 2014-12-09 16:47:10 | [diff] [blame] | 190 | 'content/test/data/battery_status/|'\ |
| 191 | 'device/battery/', |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 192 | }, |
wnwen | 7268476 | 2017-03-29 13:28:37 | [diff] [blame] | 193 | 'binary_size': { |
| 194 | 'filepath': 'build/android/binary_size/|'\ |
| 195 | 'tools/binary_size/', |
| 196 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 197 | 'blink': { |
Kent Tamura | e9b3a9ec | 2017-08-31 02:20:19 | [diff] [blame] | 198 | 'filepath': 'third_party/(WebKit|blink)/', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 199 | }, |
| 200 | 'blink_accessibility': { |
| 201 | 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)' |
| 202 | }, |
| 203 | 'blink_animation': { |
| 204 | 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)', |
| 205 | }, |
| 206 | 'blink_app_banner': { |
| 207 | 'filepath': 'third_party/WebKit/Source/modules/app_banner' \ |
| 208 | '|third_party/WebKit/public/platform/modules/app_banner', |
| 209 | }, |
| 210 | 'blink_audio': { |
| 211 | 'filepath': 'third_party/WebKit/Source/platform/audio' \ |
| 212 | '|third_party/WebKit/Source/modules/webaudio', |
| 213 | }, |
| 214 | 'blink_battery_status': { |
| 215 | 'filepath': 'third_party/WebKit/Source/modules/battery/' \ |
| 216 | '|third_party/WebKit/LayoutTests/battery-status/' \ |
| 217 | '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' |
| 218 | }, |
| 219 | 'blink_bidi': { |
| 220 | 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \ |
| 221 | '|third_party/WebKit/Source/core/rendering/.*Bidi', |
| 222 | }, |
| 223 | 'blink_bindings': { |
| 224 | 'filepath': 'third_party/WebKit/Source/platform/bindings' \ |
| 225 | '|third_party/WebKit/Source/bindings', |
| 226 | }, |
| 227 | 'blink_bindings_serialization': { |
| 228 | 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ', |
| 229 | }, |
| 230 | 'blink_bluetooth': { |
| 231 | 'filepath': 'third_party/WebKit/.*[Bb]luetooth' |
| 232 | }, |
| 233 | 'blink_canvas2d': { |
| 234 | 'filepath': 'third_party/WebKit/Source/core/html/canvas' \ |
| 235 | '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \ |
| 236 | '|third_party/WebKit/Source/modules/canvas2d' \ |
| 237 | '|third_party/WebKit/Source/platform/graphics/Canvas2D', |
| 238 | }, |
| 239 | 'blink_client_hints': { |
| 240 | 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \ |
| 241 | '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \ |
Hiroki Nakagawa | a16ddef | 2017-12-21 06:16:28 | [diff] [blame] | 242 | '|third_party/WebKit/Source/core/loader/resource/ImageResource*' \ |
| 243 | '|third_party/WebKit/Source/platform/loader/fetch/FetchContext*' \ |
| 244 | '|third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher*' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 245 | }, |
| 246 | 'blink_clipboard': { |
| 247 | 'filepath': 'third_party/WebKit/Source/core/clipboard' \ |
| 248 | '|third_party/WebKit/Source/core/page/.*Drag' \ |
| 249 | '|third_party/WebKit/Source/platform/.*Drag' \ |
| 250 | '|third_party/WebKit/Source/platform/clipboard' \ |
| 251 | '|third_party/WebKit/Source/web/.*Drag' \ |
| 252 | '|third_party/WebKit/public/platform/.*Drag' \ |
| 253 | '|third_party/WebKit/public/web/.*Drag', |
| 254 | }, |
Jeremy Roman | b7b3a6a | 2018-02-07 20:15:32 | [diff] [blame] | 255 | 'blink_common': { |
| 256 | 'filepath': 'third_party/WebKit/common', |
| 257 | }, |
Kentaro Hara | 993b0de | 2017-08-07 02:26:37 | [diff] [blame] | 258 | 'blink_controller': { |
| 259 | 'filepath': 'third_party/WebKit/Source/controller', |
| 260 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 261 | 'blink_css': { |
| 262 | 'filepath': 'third_party/WebKit/Source/core/css', |
| 263 | }, |
| 264 | 'blink_css_flexbox': { |
| 265 | 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \ |
| 266 | '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \ |
| 267 | '|third_party/WebKit/LayoutTests/css3/flexbox/' \ |
| 268 | '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/' |
| 269 | }, |
| 270 | 'blink_css_fragmentation_tests': { |
| 271 | 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \ |
| 272 | '|third_party/WebKit/LayoutTests/fast/pagination/' \ |
Morten Stenshorne | ab6785c | 2017-10-12 21:23:38 | [diff] [blame] | 273 | '|third_party/WebKit/LayoutTests/fragmentation/' \ |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 274 | '|third_party/WebKit/LayoutTests/printing/' |
| 275 | }, |
| 276 | 'blink_css_grid_layout': { |
| 277 | 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \ |
| 278 | '|third_party/WebKit/Source/core/paint/.*Grid' \ |
| 279 | '|third_party/WebKit/Source/core/css/.*Grid' \ |
| 280 | '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \ |
| 281 | '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \ |
| 282 | '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \ |
| 283 | '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/' |
| 284 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 285 | 'blink_custom_elements': { |
| 286 | 'filepath': 'third_party/WebKit/Source/core/html/custom/' \ |
| 287 | '|third_party/WebKit/Source/bindings/core/v8/.*CustomElement', |
| 288 | }, |
| 289 | 'blink_device_orientation': { |
| 290 | 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \ |
| 291 | '|third_party/WebKit/LayoutTests/device_orientation/' \ |
| 292 | '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \ |
| 293 | '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController' |
| 294 | }, |
| 295 | 'blink_devtools': { |
| 296 | 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)', |
| 297 | }, |
| 298 | 'blink_dom': { |
| 299 | 'filepath': 'third_party/WebKit/Source/core/dom/' |
| 300 | }, |
| 301 | 'blink_dom_events': { |
Kent Tamura | 1be22683 | 2017-09-25 02:07:23 | [diff] [blame] | 302 | 'filepath': 'third_party/WebKit/Source/core/dom/events/' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 303 | }, |
| 304 | 'blink_events': { |
| 305 | 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \ |
| 306 | '|third_party/WebKit/Source/core/dom/.*Event' \ |
| 307 | '|third_party/WebKit/Source/core/css/.*Event' \ |
| 308 | '|third_party/WebKit/Source/platform/.*Event' |
| 309 | }, |
| 310 | 'blink_fetch': { |
| 311 | 'filepath': 'third_party/WebKit/Source/platform/loader/fetch' |
| 312 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 313 | 'blink_fileapi': { |
| 314 | 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \ |
| 315 | '|third_party/WebKit/Source/core/fileapi/' \ |
| 316 | '|third_party/WebKit/Source/platform/.*File' \ |
| 317 | '|third_party/WebKit/Source/web/.*File' \ |
| 318 | '|third_party/WebKit/LayoutTests/fast/file' \ |
| 319 | '|third_party/WebKit/public/.*File' |
| 320 | }, |
| 321 | 'blink_frames': { |
| 322 | 'filepath': 'third_party/WebKit/Source/core/frame/' |
| 323 | }, |
| 324 | 'blink_geolocation': { |
| 325 | 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \ |
| 326 | '|third_party/WebKit/Source/modules/geolocation/' \ |
| 327 | '|third_party/WebKit/Source/web/.*Geolocation' \ |
| 328 | '|third_party/WebKit/public/web/.*Geolocation' |
| 329 | }, |
| 330 | 'blink_heap': { |
| 331 | 'filepath': 'third_party/WebKit/Source/platform/heap' \ |
| 332 | '|base/allocator/partition_allocator/' |
| 333 | }, |
| 334 | 'blink_html': { |
| 335 | 'filepath': 'third_party/WebKit/Source/core/html/' |
| 336 | }, |
| 337 | 'blink_htmlparser': { |
| 338 | 'filepath': 'third_party/WebKit/Source/core/html/parser/' |
| 339 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 340 | 'blink_indexed_db': { |
| 341 | 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \ |
| 342 | '|third_party/WebKit/Source/web/.*IDB' \ |
| 343 | '|third_party/WebKit/LayoutTests/storage/indexeddb' \ |
| 344 | '|third_party/WebKit/public/platform/.*IDB' |
| 345 | }, |
| 346 | 'blink_input': { |
| 347 | 'filepath': 'third_party/WebKit/Source/core/input/' |
| 348 | }, |
| 349 | 'blink_layers': { |
| 350 | 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \ |
| 351 | '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \ |
| 352 | '|third_party/WebKit/Source/core/layout/Layer' |
| 353 | }, |
| 354 | 'blink_layout': { |
| 355 | 'filepath': 'third_party/WebKit/Source/core/layout' \ |
| 356 | '|third_party/WebKit/Source/core/rendering' |
| 357 | }, |
| 358 | 'blink_layout_ng': { |
| 359 | 'filepath': 'third_party/WebKit/Source/core/layout/ng', |
| 360 | }, |
| 361 | 'blink_loader': { |
| 362 | 'filepath': 'third_party/WebKit/Source/core/loader/' \ |
| 363 | '|third_party/WebKit/Source/platform/loader/' |
| 364 | }, |
| 365 | 'blink_media': { |
| 366 | 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \ |
| 367 | '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \ |
| 368 | '|third_party/WebKit/Source/core/html/shadow/MediaControl' \ |
| 369 | '|third_party/WebKit/Source/core/layout/LayoutMedia' \ |
| 370 | '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \ |
| 371 | '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \ |
| 372 | '|third_party/WebKit/Source/platform/drm/' \ |
| 373 | '|third_party/WebKit/Source/platform/graphics/media/' \ |
| 374 | '|third_party/WebKit/Source/web/.*Media' \ |
| 375 | '|third_party/WebKit/LayoutTests/media/' \ |
| 376 | '|third_party/WebKit/public/.*Media' |
| 377 | }, |
| 378 | 'blink_media_queries': { |
| 379 | 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \ |
| 380 | '|third_party/WebKit/Source/core/css/MediaList' \ |
| 381 | '|third_party/WebKit/Source/core/css/MediaQuery' \ |
| 382 | '|third_party/WebKit/Source/core/css/parser/MediaQuery' |
| 383 | }, |
| 384 | 'blink_mediastream': { |
| 385 | 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \ |
| 386 | '|third_party/WebKit/Source/platform/mediastream/' \ |
| 387 | '|third_party/WebKit/Source/platform/exported/WebMediaStream' \ |
| 388 | '|third_party/WebKit/Source/platform/exported/WebRTC' \ |
| 389 | '|third_party/WebKit/LayoutTests/fast/mediastream/' |
| 390 | }, |
| 391 | 'blink_modules': { |
| 392 | 'filepath': 'third_party/WebKit/Source/modules' |
| 393 | }, |
| 394 | 'blink_navigator_content_utils': { |
| 395 | 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \ |
| 396 | '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils' |
| 397 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 398 | 'blink_out_of_process_frames': { |
| 399 | 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \ |
| 400 | '|third_party/WebKit/Source/core/frame/Frame\.' \ |
| 401 | '|third_party/WebKit/Source/web/WebFrame' \ |
| 402 | '|third_party/WebKit/Source/web/WebRemoteFrameImpl' |
| 403 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 404 | 'blink_paint': { |
| 405 | 'filepath': 'third_party/WebKit/Source/core/paint/' |
| 406 | }, |
Xida Chen | 0ef9278 | 2018-01-17 05:53:35 | [diff] [blame] | 407 | 'blink_paintworklet': { |
| 408 | 'filepath': 'third_party/WebKit/Source/modules/csspaint/' \ |
| 409 | '|third_party/WebKit/LayoutTests/http/tests/csspaint/' \ |
| 410 | '|third_party/WebKit/LayoutTests/externla/wpt/css/css-paint-api/' |
| 411 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 412 | 'blink_performance_timing': { |
| 413 | 'filepath': 'third_party/WebKit/Source/core/timing/' |
| 414 | }, |
| 415 | 'blink_permissions': { |
| 416 | 'filepath': 'third_party/WebKit/Source/modules/permissions/' \ |
| 417 | '|third_party/WebKit/public/platform/modules/permissions/', |
| 418 | }, |
| 419 | 'blink_platform': { |
| 420 | 'filepath': 'third_party/WebKit/Source/platform' |
| 421 | }, |
| 422 | 'blink_platform_graphics': { |
| 423 | 'filepath': 'third_party/WebKit/Source/platform/fonts' \ |
| 424 | '|third_party/WebKit/Source/platform/geometry' \ |
| 425 | '|third_party/WebKit/Source/platform/graphics' |
| 426 | }, |
| 427 | 'blink_preloadScanner': { |
| 428 | 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner', |
| 429 | }, |
| 430 | 'blink_prerender': { |
| 431 | 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)' |
| 432 | }, |
| 433 | 'blink_public_api': { |
| 434 | 'filepath': 'third_party/WebKit/public' |
| 435 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 436 | 'blink_quota': { |
| 437 | 'filepath': 'third_party/WebKit/Source/modules/quota/' \ |
| 438 | '|third_party/WebKit/Source/web/.*Quota' \ |
| 439 | '|third_party/WebKit/public/.*Quota' |
| 440 | }, |
| 441 | 'blink_scheduler': { |
| 442 | 'filepath': 'third_party/WebKit/Source/platform/scheduler' \ |
| 443 | '|third_party/WebKit/Source/core/html/parser/.*Scheduler' |
| 444 | }, |
| 445 | 'blink_screen_orientation': { |
| 446 | 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \ |
| 447 | '|third_party/WebKit/public/platform/modules/screen_orientation', |
| 448 | }, |
| 449 | 'blink_script': { |
| 450 | 'filepath': 'third_party/WebKit/Source/bindings/core/v8/.*Module.*' \ |
| 451 | '|third_party/WebKit/Source/bindings/core/v8/ScriptController.*' \ |
| 452 | '|third_party/WebKit/Source/bindings/core/v8/ScriptSourceCode.*' \ |
| 453 | '|third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.*' |
| 454 | '|third_party/WebKit/Source/core/dom/.*Modul.*' \ |
| 455 | '|third_party/WebKit/Source/core/dom/.*Script.*' \ |
| 456 | '|third_party/WebKit/Source/core/html/HTMLScriptElement.*' \ |
| 457 | '|third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.*' \ |
| 458 | '|third_party/WebKit/Source/core/loader/modulescript/' \ |
| 459 | '|third_party/WebKit/Source/core/loader/resource/ScriptResource.*' \ |
| 460 | '|third_party/WebKit/Source/core/svg/SVGScriptElement.*' \ |
| 461 | '|third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.*' |
| 462 | }, |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 463 | 'blink_scroll': { |
| 464 | 'filepath': 'third_party/WebKit/Source/core/frame/.*View.*' \ |
| 465 | '|third_party/WebKit/Source/core/input/.*Scroll.*' \ |
| 466 | '|third_party/WebKit/Source/core/input/EventHandler.*' \ |
| 467 | '|third_party/WebKit/Source/core/page/scrolling/' \ |
| 468 | '|third_party/WebKit/Source/core/paint/.*ScrollableArea.*' \ |
| 469 | '|third_party/WebKit/Source/platform/scroll/' |
| 470 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 471 | 'blink_serviceworkers' : { |
| 472 | 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \ |
| 473 | '|third_party/WebKit/LayoutTests/http/tests/serviceworker' \ |
| 474 | '|third_party/WebKit/LayoutTests/external/wpt/service-workers' |
| 475 | }, |
| 476 | 'blink_serviceworkers_tests' : { |
| 477 | 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' \ |
| 478 | '|third_party/WebKit/LayoutTests/external/wpt/service-workers' |
| 479 | }, |
| 480 | 'blink_shadow_dom': { |
| 481 | 'filepath': 'third_party/WebKit/Source/core/dom/.*Shadow' \ |
| 482 | '|third_party/WebKit/Source/core/dom/.*Slot' \ |
| 483 | '|third_party/WebKit/Source/core/dom/.*InsertionPoint' \ |
| 484 | '|third_party/WebKit/Source/core/dom/.*FlatTree' |
| 485 | }, |
| 486 | 'blink_spellcheck' : { |
| 487 | 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck' |
| 488 | }, |
| 489 | 'blink_spv2_layout_tests': { |
| 490 | 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2' |
| 491 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 492 | 'blink_style': { |
| 493 | 'filepath': 'third_party/WebKit/.*(style/|Style)', |
| 494 | }, |
| 495 | 'blink_svg': { |
| 496 | 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg', |
| 497 | }, |
| 498 | 'blink_track': { |
| 499 | 'filepath': 'third_party/WebKit/Source/core/html/track/' \ |
| 500 | '|third_party/WebKit/Source/core/loader/TextTrack' \ |
| 501 | '|third_party/WebKit/Source/core/html/HTMLMediaElement' \ |
| 502 | '|third_party/WebKit/Source/core/html/HTMLTrackElement' \ |
| 503 | '|third_party/WebKit/Source/core/html/shadow/MediaControl' \ |
| 504 | '|third_party/WebKit/Source/core/css/mediaControl' \ |
| 505 | '|third_party/WebKit/LayoutTests/media/track/' |
| 506 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 507 | 'blink_vibration': { |
| 508 | 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \ |
| 509 | '|third_party/WebKit/Source/modules/vibration/' |
| 510 | }, |
| 511 | 'blink_viewport_interaction': { |
| 512 | 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \ |
| 513 | '|third_party/WebKit/Source/core/dom/ViewportArguments' \ |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 514 | '|third_party/WebKit/Source/core/frame/FrameView.*' \ |
| 515 | '|third_party/WebKit/Source/core/frame/.*Viewport.*' \ |
| 516 | '|third_party/WebKit/Source/core/html/HTMLMetaElement' |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 517 | }, |
| 518 | 'blink_w3ctests': { |
| 519 | 'filepath': 'third_party/WebKit/LayoutTests/external/' \ |
| 520 | '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/' |
| 521 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 522 | 'blink_webp': { |
| 523 | 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \ |
| 524 | '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP' |
| 525 | }, |
| 526 | 'blink_websockets': { |
| 527 | 'filepath': 'third_party/WebKit/Source/modules/websockets/' \ |
| 528 | '|third_party/WebKit/Source/platform/modules/websockets/' |
| 529 | }, |
| 530 | 'blink_workers': { |
| 531 | 'filepath': 'third_party/WebKit/Source/core/workers' \ |
| 532 | '|third_party/WebKit/LayoutTests/http/tests/workers' \ |
| 533 | '|third_party/WebKit/LayoutTests/fast/workers' \ |
| 534 | '|third_party/WebKit/LayoutTests/external/wpt/workers' |
| 535 | }, |
| 536 | 'blink_wtf': { |
Kent Tamura | 1be22683 | 2017-09-25 02:07:23 | [diff] [blame] | 537 | 'filepath': 'third_party/WebKit/Source/platform/wtf', |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 538 | }, |
| 539 | 'blink_xml': { |
| 540 | 'filepath': 'third_party/WebKit/Source/core/xml/' |
| 541 | }, |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 542 | 'bookmarks': { |
| 543 | 'filepath': 'chrome/browser/bookmarks/' \ |
[email protected] | 771ad48 | 2013-07-16 17:32:48 | [diff] [blame] | 544 | '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
| 545 | '|chrome/browser/extensions/api/bookmarks/' \ |
| 546 | '|chrome/browser/resources/bookmark_manager/' \ |
[email protected] | cd869cde | 2013-01-31 15:46:35 | [diff] [blame] | 547 | '|chrome/browser/ui/bookmarks/' \ |
| 548 | '|chrome/browser/ui/cocoa/bookmarks/' \ |
[email protected] | 5cb8b6e1 | 2014-05-19 16:53:46 | [diff] [blame] | 549 | '|chrome/browser/ui/views/bookmarks/' \ |
| 550 | '|components/bookmarks' |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 551 | }, |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 552 | 'bottombar': { |
| 553 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/', |
| 554 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 555 | 'browser_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 556 | 'filepath': 'chrome/browser/chromeos/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 557 | }, |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 558 | 'browser_components': { |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 559 | 'filepath': 'chrome/browser/autofill/' \ |
| 560 | '|chrome/browser/bookmarks/' \ |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 561 | '|chrome/browser/favicon/' \ |
[email protected] | ddf288e | 2013-01-09 20:58:27 | [diff] [blame] | 562 | '|chrome/browser/history/' \ |
[email protected] | fccf488 | 2013-03-15 04:46:19 | [diff] [blame] | 563 | '|chrome/browser/webdata/' \ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 564 | '|components/autofill/' |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 565 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 566 | 'browser_compositor': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 567 | 'filepath': 'ui/compositor/' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 568 | }, |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 569 | 'browser_resources_md': { |
| 570 | 'filepath': 'chrome/browser/resources/md_'\ |
| 571 | '|chrome/browser/resources/settings/', |
| 572 | }, |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 573 | 'browsing_data': { |
| 574 | 'filepath': 'chrome/browser/browsing_data/', |
| 575 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 576 | 'bubble': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 577 | 'filepath': 'ui/views/bubble/|'\ |
rouslan | 8d6a837 | 2015-09-10 19:10:10 | [diff] [blame] | 578 | 'chrome/browser/ui/views/bubble/|'\ |
| 579 | 'components/bubble/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 580 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 581 | 'cache_storage': { |
Josh Karlin | 1bd01674 | 2017-08-18 17:44:17 | [diff] [blame] | 582 | 'filepath': '/cache.storage/' |
| 583 | '|/cachestorage/', |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 584 | }, |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 585 | 'cast': { |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 586 | 'filepath': 'media/cast/'\ |
| 587 | '|chrome/browser/extensions/api/cast_streaming/'\ |
| 588 | '|chrome/browser/media/cast'\ |
| 589 | '|chrome/renderer/media/cast'\ |
| 590 | '|chrome/test/data/extensions/api_test/cast_'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 591 | '|content/public/renderer/media_stream_'\ |
| 592 | '|content/renderer/media/(media_stream|(.+audio_source))', |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 593 | }, |
ryanchung | 4d15737 | 2016-05-10 20:27:16 | [diff] [blame] | 594 | 'cast_certificate': { |
| 595 | 'filepath': 'components/cast_certificate/'\ |
| 596 | '|components/test/data/cast_certificate/', |
| 597 | }, |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 598 | 'cast_channel': { |
| 599 | 'filepath': 'chrome/test/data/extensions/api_test/cast_channel/' \ |
Ryan Ki Sing Chung | 27cc7ed9 | 2017-07-25 21:53:47 | [diff] [blame] | 600 | '|components/cast_channel/' \ |
| 601 | '|extensions/browser/api/cast_channel' |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 602 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 603 | 'cc': { |
danakj | ca57452 | 2017-09-20 16:38:59 | [diff] [blame] | 604 | 'filepath': 'cc/'\ |
| 605 | '|components/viz/' |
| 606 | }, |
| 607 | 'cc-contexts': { |
| 608 | 'filepath': 'components/viz/common/gpu' |
| 609 | }, |
| 610 | 'cc-display': { |
| 611 | 'filepath': 'components/viz/service/display'\ |
| 612 | '|cc/output' |
| 613 | }, |
| 614 | 'cc-paint': { |
| 615 | 'filepath': 'cc/paint' |
| 616 | }, |
| 617 | 'cc-quads': { |
| 618 | 'filepath': 'components/viz/common/quads' |
| 619 | }, |
| 620 | 'cc-resources': { |
| 621 | 'filepath': 'cc/resources'\ |
| 622 | '|components/viz/common/resources' |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 623 | }, |
eranm | c2a9f61 | 2015-11-24 16:41:34 | [diff] [blame] | 624 | 'certificate_transparency': { |
| 625 | 'filepath': 'components/certificate_transparency/'\ |
eranm | c2a9f61 | 2015-11-24 16:41:34 | [diff] [blame] | 626 | '|net/cert/ct_'\ |
| 627 | '|net/cert/multi_log_ct_verifier'\ |
| 628 | '|net/cert/sct_status_flags.h'\ |
| 629 | '|net/cert/signed_certificate_timestamp'\ |
| 630 | '|net/cert/signed_tree_head'\ |
| 631 | '|net/test/ct_', |
| 632 | }, |
Joe Mason | 60ec2f3 | 2018-02-15 15:50:51 | [diff] [blame^] | 633 | 'chrome_cleaner': { |
| 634 | 'filepath': 'chrome/browser/component_updater/sw_reporter_'\ |
| 635 | '|chrome/browser/resources/settings/chrome_cleanup_page/'\ |
| 636 | '|chrome/browser/safe_browsing/chrome_cleaner/'\ |
| 637 | '|chrome/browser/ui/views/chrome_cleaner_'\ |
| 638 | '|chrome/browser/ui/webui/settings/chrome_cleanup_'\ |
| 639 | '|chrome_cleaner/'\ |
| 640 | '|components/chrome_cleaner/', |
| 641 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 642 | 'chrome_elf': { |
| 643 | 'filepath': 'chrome_elf', |
| 644 | }, |
lpy | 0ca1377 | 2017-02-28 19:48:27 | [diff] [blame] | 645 | 'chrome_grc': { |
lpy | 53b8275 | 2017-05-31 22:30:49 | [diff] [blame] | 646 | 'filepath': 'chrome/browser/resource_coordinator/'\ |
| 647 | '|services/resource_coordinator/', |
lpy | 0ca1377 | 2017-02-28 19:48:27 | [diff] [blame] | 648 | }, |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 649 | 'chrome_views': { |
| 650 | 'filepath': 'chrome/browser/ui/views', |
| 651 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 652 | 'chromecast': { |
| 653 | 'filepath': 'chromecast/', |
| 654 | }, |
| 655 | 'chromecast_public': { |
| 656 | 'filepath': 'chromecast/public/', |
| 657 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 658 | 'chromedriver': { |
samuong | 53d5e61 | 2014-10-10 18:56:38 | [diff] [blame] | 659 | 'filepath': 'chrome/test/chromedriver|'\ |
| 660 | 'chrome/test/data/chromedriver|'\ |
Jonathon Kereliuk | 540c7d5 | 2018-01-18 06:22:03 | [diff] [blame] | 661 | 'third_party/webdriver|'\ |
| 662 | 'third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json' |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 663 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 664 | 'chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 665 | 'filepath': 'chromeos/', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 666 | }, |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 667 | 'chromeos_attestation': { |
| 668 | 'filepath': 'chromeos/attestation/|'\ |
[email protected] | 64494c3f | 2013-08-14 22:15:59 | [diff] [blame] | 669 | 'chrome/browser/chromeos/attestation/|'\ |
| 670 | 'chrome/browser/extensions/api/enterprise_platform_keys_private/', |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 671 | }, |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 672 | 'chromeos_calculator': { |
| 673 | 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| 674 | }, |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 675 | 'chromeos_dbus': { |
| 676 | 'filepath': 'chromeos/dbus/', |
| 677 | }, |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 678 | 'chromeos_geolocation': { |
| 679 | 'filepath': 'chromeos/geolocation/', |
| 680 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 681 | 'chromeos_login': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 682 | 'filepath': 'chrome/browser/chromeos/login/|'\ |
| 683 | 'chrome/browser/ui/webui/chromeos/login/|'\ |
dzhioev | cc7c049 | 2014-11-25 14:52:58 | [diff] [blame] | 684 | 'chrome/browser/resources/chromeos/login/|'\ |
| 685 | 'ui/login/', |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 686 | }, |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 687 | 'chromeos_net': { |
| 688 | 'filepath': 'chromeos/network/|'\ |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 689 | 'chrome/browser/chromeos/net/|'\ |
| 690 | 'chrome/browser/extensions/api/networking_private/|'\ |
| 691 | 'extensions/browser/api/networking_private/|'\ |
| 692 | 'ui/chromeos/network/', |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 693 | }, |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 694 | 'chromeos_power': { |
James Cook | a35a1e2 | 2017-04-08 02:33:08 | [diff] [blame] | 695 | 'filepath': 'ash/system/power/|'\ |
[email protected] | c3943ad | 2013-07-03 13:44:56 | [diff] [blame] | 696 | 'chromeos/dbus/power_.*|'\ |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 697 | 'chrome/browser/chromeos/power/', |
| 698 | }, |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 699 | 'chromeos_timezone': { |
| 700 | 'filepath': 'chromeos/timezone/', |
| 701 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 702 | 'chromeos_webui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 703 | 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 704 | 'chrome/browser/resources/chromeos/', |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 705 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 706 | 'clang_update': { |
Nico Weber | e250e6a | 2015-12-02 19:31:56 | [diff] [blame] | 707 | 'filepath': 'tools/clang/scripts/update.py' |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 708 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 709 | 'clipboard': { |
| 710 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 711 | }, |
Aaron Gable | 64f27358 | 2017-03-30 18:02:00 | [diff] [blame] | 712 | 'codereview_settings': { |
| 713 | 'filepath': 'codereview.settings', |
| 714 | }, |
sdefresne | d94c5b0 | 2015-07-22 17:54:55 | [diff] [blame] | 715 | 'components_deps': { |
| 716 | 'filepath': 'components/([^/]*/)*DEPS', |
| 717 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 718 | 'content': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 719 | 'filepath': 'content/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 720 | }, |
scheib | 968e6105 | 2014-11-05 00:27:25 | [diff] [blame] | 721 | 'content_bluetooth': { |
| 722 | 'filepath': 'content/.*bluetooth' |
| 723 | }, |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 724 | 'content_loader': { |
mmenke | faa97d3b | 2016-09-25 14:24:02 | [diff] [blame] | 725 | 'filepath': 'chrome/browser/loader|' \ |
| 726 | 'content/browser/loader|' \ |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 727 | 'content/child/*loader', |
| 728 | }, |
mkwst | 51262702 | 2014-09-16 09:23:27 | [diff] [blame] | 729 | 'content_renderer': { |
| 730 | 'filepath': 'content/renderer/', |
| 731 | }, |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 732 | 'content_shell': { |
| 733 | 'filepath': 'content/shell/', |
| 734 | }, |
Jinsuk Kim | 6d10a22 | 2017-11-16 06:37:06 | [diff] [blame] | 735 | 'content_view_core': { |
| 736 | 'filepath': 'content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java|' |
| 737 | 'content/browser/android/content_view_core.*', |
| 738 | }, |
kinuko | a121bce | 2015-01-30 10:04:41 | [diff] [blame] | 739 | 'content_worker': { |
| 740 | 'filepath': 'content/.*worker', |
| 741 | }, |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 742 | 'contextual_search': { |
| 743 | 'filepath': 'chrome/browser/android/contextualsearch/|' \ |
| 744 | 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \ |
| 745 | 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \ |
| 746 | 'components/contextual_search/', |
| 747 | }, |
wfh | 792b71c | 2016-05-04 23:33:41 | [diff] [blame] | 748 | 'courgette': { |
| 749 | 'filepath': 'courgette/', |
| 750 | }, |
Nico Weber | 6ff639a | 2017-08-11 21:04:50 | [diff] [blame] | 751 | 'cq': { |
| 752 | 'filepath': 'infra/config/cq.cfg', |
| 753 | }, |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 754 | 'cr_elements': { |
| 755 | 'filepath': 'ui/webui/resources/cr_element', |
| 756 | }, |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 757 | 'custom_tabs': { |
Newton Allen | 38c6221 | 2015-06-24 21:41:53 | [diff] [blame] | 758 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\ |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 759 | 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/', |
alancutter | cbad651 | 2015-06-19 02:31:28 | [diff] [blame] | 760 | }, |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 761 | 'data_reduction_proxy': { |
| 762 | 'filepath': 'chrome/browser/net/spdyproxy/|'\ |
| 763 | 'data_reduction_proxy|'\ |
| 764 | 'chrome_proxy', |
| 765 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 766 | 'deep_memory_profiler': { |
| 767 | 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| 768 | }, |
Bartosz Fabianowski | 85a82381 | 2015-04-16 10:27:51 | [diff] [blame] | 769 | 'device_bluetooth': { |
| 770 | 'filepath': 'device/.*bluetooth' |
| 771 | }, |
juncai | c08f41d | 2017-05-04 20:36:58 | [diff] [blame] | 772 | 'device_chooser': { |
| 773 | 'filepath': 'chrome/browser/chooser_controller/|'\ |
| 774 | 'chrome/browser/ui/android/bluetooth_chooser_.*|'\ |
| 775 | 'chrome/browser/ui/android/usb_chooser_.*|'\ |
| 776 | 'chrome/browser/ui/bluetooth/|'\ |
| 777 | 'chrome/browser/ui/cocoa/device_chooser_.*|'\ |
| 778 | 'chrome/browser/ui/cocoa/extensions/chooser_dialog_.*|'\ |
| 779 | 'chrome/browser/ui/cocoa/permission_bubble/chooser_bubble_.*|'\ |
| 780 | 'chrome/browser/ui/views/device_chooser_.*|'\ |
| 781 | 'chrome/browser/ui/views/extensions/chooser_dialog_.*|'\ |
| 782 | 'chrome/browser/ui/views/permission_bubble/chooser_bubble_.*|'\ |
| 783 | 'chrome/browser/usb/usb_chooser_.*', |
| 784 | }, |
[email protected] | 29ad47c | 2014-04-23 09:12:48 | [diff] [blame] | 785 | 'device_sensors': { |
| 786 | 'filepath': 'content/browser/device_sensors/|'\ |
| 787 | 'content/common/device_sensors/|'\ |
| 788 | 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\ |
| 789 | 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 790 | 'content/renderer/device_sensors/|'\ |
| 791 | 'content/test/data/device_sensors/|'\ |
| 792 | 'device/sensors/', |
[email protected] | 8c66723 | 2013-11-12 19:49:14 | [diff] [blame] | 793 | }, |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 794 | 'devtools': { |
| 795 | 'filepath': 'devtools', |
| 796 | }, |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 797 | 'dial': { |
| 798 | 'filepath': 'chrome/(browser|common)/extensions/api/dial' \ |
| 799 | '|chrome/browser/media/router/discovery/dial/' \ |
| 800 | '|chrome/test/data/extensions/api_test/dial/' |
| 801 | }, |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 802 | 'disk_cache': { |
| 803 | 'filepath': 'net/disk_cache/|http_cache', |
| 804 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 805 | 'download': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 806 | 'filepath': 'chrome/browser/download/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 807 | 'content/browser/download/', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 808 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 809 | 'downloads_ui': { |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 810 | 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 811 | 'chrome/browser/ui/webui/.*downloads|' \ |
| 812 | 'chrome/browser/ui/views/download/|' \ |
asanka | 2009f41 | 2015-10-05 17:28:12 | [diff] [blame] | 813 | 'chrome/browser/ui/cocoa/download/' |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 814 | }, |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 815 | 'drive': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 816 | 'filepath': 'chrome/browser/chromeos/drive/|' \ |
| 817 | 'chrome/browser/google_apis/' |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 818 | }, |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 819 | 'drive_resource_metadata': { |
[email protected] | 2c948e1 | 2013-10-17 03:08:33 | [diff] [blame] | 820 | 'filepath': 'chrome/browser/chromeos/drive/resource_metadata' |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 821 | }, |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 822 | 'eme': { |
| 823 | 'filepath': 'components/cdm/|' \ |
| 824 | 'content/browser/media/cdm/|' \ |
| 825 | 'content/renderer/media/crypto/|' \ |
| 826 | 'media/base/android/*drm*|' \ |
| 827 | 'media/cdm/|' \ |
| 828 | 'third_party/widevine/cdm/' |
| 829 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 830 | 'extension': { |
| 831 | 'filepath': 'extension', |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 832 | }, |
lunalu | 0a9c0542 | 2016-11-11 17:19:06 | [diff] [blame] | 833 | 'feature_policy': { |
| 834 | 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \ |
Hitoshi Yoshida | 1ee1fb8027 | 2017-11-16 01:54:46 | [diff] [blame] | 835 | 'third_party/WebKit/Source/bindings/core/v8/OriginTrialFeatures', |
lunalu | 0a9c0542 | 2016-11-11 17:19:06 | [diff] [blame] | 836 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 837 | 'fileapi': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 838 | 'filepath': 'file_system/|' \ |
| 839 | 'fileapi/' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 840 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 841 | 'filebrowse': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 842 | 'filepath': 'file_browser|' \ |
| 843 | 'file_manager|' \ |
| 844 | 'filebrowse' |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 845 | }, |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 846 | 'filesapp': { |
oka | b0be3dc | 2016-08-30 07:37:10 | [diff] [blame] | 847 | 'filepath': 'chrome/browser/chromeos/drive|' \ |
| 848 | 'chrome/browser/chromeos/extensions/file_manager|' \ |
| 849 | 'chrome/browser/chromeos/extensions/file_system_provider|' \ |
| 850 | 'chrome/browser/chromeos/file_manager|' \ |
| 851 | 'chrome/browser/chromeos/file_system_provider|' \ |
| 852 | 'chrome/browser/drive|' \ |
| 853 | 'chrome/test/data/extensions/api_test/file_system_provider|' \ |
| 854 | 'components/drive|' \ |
| 855 | 'google_apis/drive|' \ |
| 856 | 'ui/file_manager' |
| 857 | }, |
Tomasz Mikolajewski | 2905dbb | 2017-11-22 06:24:04 | [diff] [blame] | 858 | 'fsp': { |
| 859 | 'filepath': 'chrome/browser/chromeos/extensions/file_system_provider|' \ |
| 860 | 'chrome/browser/chromeos/file_system_provider|' \ |
Tomasz Mikolajewski | 66b4faa2 | 2017-11-22 09:33:43 | [diff] [blame] | 861 | 'chrome/test/data/extensions/api_test/file_system_provider' |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 862 | }, |
Wez | 385de5a | 2017-07-13 20:13:16 | [diff] [blame] | 863 | 'fuchsia': { |
| 864 | 'filepath': 'fuchsia', |
| 865 | }, |
mmoroz | 58ddb817 | 2016-09-08 18:29:55 | [diff] [blame] | 866 | 'fuzzing': { |
| 867 | 'filepath': 'fuzz|Fuzz', |
| 868 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 869 | 'gamepad': { |
| 870 | 'filepath': 'gamepad', |
| 871 | }, |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 872 | 'gcm': { |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 873 | 'filepath': 'chrome/browser/gcm/|'\ |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 874 | 'components/gcm_driver/|'\ |
| 875 | 'google_apis/gcm/', |
| 876 | }, |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 877 | 'generic_sensor': { |
Jun Cai | aa1f040d | 2017-11-15 01:21:53 | [diff] [blame] | 878 | 'filepath': 'services/device/generic_sensor/|'\ |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 879 | 'third_party/WebKit/Source/modules/sensor/', |
| 880 | }, |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 881 | 'geolocation': { |
| 882 | 'filepath': 'chrome/browser/geolocation/|'\ |
| 883 | 'content/browser/geolocation|'\ |
| 884 | 'content/public/common/geoposition.*|'\ |
| 885 | 'content/public/browser/geolocation.*|'\ |
| 886 | 'content/renderer/geolocation.*|'\ |
| 887 | 'content/shell/geolocation/', |
| 888 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 889 | 'gfx_geometry': { |
danakj | 570c133 | 2015-01-06 16:59:36 | [diff] [blame] | 890 | 'filepath': 'ui/gfx/geometry/', |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 891 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 892 | 'gfx_image': { |
| 893 | 'filepath': 'ui/gfx/image/', |
| 894 | }, |
[email protected] | 4d1773e | 2014-04-05 07:59:57 | [diff] [blame] | 895 | 'gn': { |
| 896 | 'filepath': 'tools/gn', |
| 897 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 898 | 'gpu': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 899 | 'filepath': 'gpu/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 900 | }, |
Corentin Wallez | c68aa9b | 2017-10-02 15:00:03 | [diff] [blame] | 901 | 'gpu_passthrough_cmd_decoder': { |
| 902 | 'filepath': 'gpu/command_buffer/service/.*passthrough', |
| 903 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 904 | 'history_ui': { |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 905 | 'filepath': 'chrome/browser/resources/(md_)?history|'\ |
| 906 | 'chrome/browser/ui/webui/.*history', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 907 | }, |
| 908 | 'i18n': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 909 | 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 910 | 'locale_settings|encoding', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 911 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 912 | 'importer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 913 | 'filepath': 'import', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 914 | }, |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 915 | 'incident_reporting': { |
| 916 | 'filepath': 'chrome/browser/safe_browsing/incident_reporting', |
| 917 | }, |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 918 | 'indexed_db': { |
| 919 | 'filepath': 'content/browser/indexed_db|'\ |
| 920 | 'content/child/indexed_db|'\ |
| 921 | 'content/common/indexed_db|'\ |
| 922 | 'content/public/browser/indexed_db|'\ |
| 923 | 'content/test/data/indexeddb', |
| 924 | }, |
bruthig | aa8281f | 2016-02-09 17:52:31 | [diff] [blame] | 925 | 'ink_drop': { |
| 926 | 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \ |
| 927 | 'ui/views/animation/.*ink_drop.*' |
| 928 | }, |
dtapuska | 1f997a1 | 2016-03-14 19:22:07 | [diff] [blame] | 929 | 'input': { |
| 930 | 'filepath': 'content/browser/renderer_host/input|'\ |
| 931 | 'content/renderer/input|'\ |
| 932 | 'ui/events/blink/' |
| 933 | }, |
Dominick Ng | caa7b40 | 2017-07-11 07:35:39 | [diff] [blame] | 934 | 'installable': { |
| 935 | 'filepath': 'chrome/browser/installable/', |
| 936 | }, |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 937 | 'installer_linux': { |
| 938 | 'filepath': 'chrome/installer/linux/', |
| 939 | }, |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 940 | 'installer_win': { |
| 941 | 'filepath': 'chrome/install_static/'\ |
| 942 | '|chrome/installer/(?!gcapi_mac/|linux/|mac/)', |
| 943 | }, |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 944 | 'instant': { |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 945 | 'filepath': 'instant|searchbox|'\ |
| 946 | 'chrome/browser/search/|'\ |
[email protected] | c29b7dae | 2013-03-25 22:29:13 | [diff] [blame] | 947 | 'chrome/browser/ui/search/|'\ |
[email protected] | eb99f8e | 2013-07-10 10:17:39 | [diff] [blame] | 948 | 'chrome/browser/resources/local_ntp/|'\ |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 949 | 'chrome/common/search_types.*', |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 950 | }, |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 951 | 'ios': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 952 | 'filepath': 'ios/', |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 953 | }, |
sdefresne | 18b4731 | 2015-06-18 15:15:09 | [diff] [blame] | 954 | 'ios_chrome': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 955 | 'filepath': 'ios/chrome/', |
sdefresne | 18b4731 | 2015-06-18 15:15:09 | [diff] [blame] | 956 | }, |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 957 | 'ios_clean': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 958 | 'filepath': 'ios/clean/', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 959 | }, |
| 960 | 'ios_showcase': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 961 | 'filepath': 'ios/showcase/', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 962 | }, |
baxley | 9bfbd3cc | 2017-03-15 21:22:32 | [diff] [blame] | 963 | 'ios_test': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 964 | 'filepath': 'ios/chrome/test/|'\ |
| 965 | 'ios/testing/|'\ |
| 966 | 'ios/web/public/test/|'\ |
| 967 | 'ios/web/test/', |
baxley | 9bfbd3cc | 2017-03-15 21:22:32 | [diff] [blame] | 968 | }, |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 969 | 'ios_web': { |
Sylvain Defresne | 81467d8 | 2017-05-29 09:06:14 | [diff] [blame] | 970 | 'filepath': 'ios/web(_view)?/', |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 971 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 972 | 'ipc': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 973 | 'filepath': 'ipc/ipc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 974 | }, |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 975 | 'libaom': { |
| 976 | 'filepath': 'third_party/libaom/', |
| 977 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 978 | 'libvpx': { |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 979 | 'filepath': 'third_party/libvpx/', |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame] | 980 | }, |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 981 | 'libwebp': { |
| 982 | 'filepath': 'third_party/libwebp' |
| 983 | }, |
dominicc | abb90e0 | 2017-03-31 04:54:23 | [diff] [blame] | 984 | 'libxml_xslt': { |
| 985 | 'filepath': 'third_party/libxml/' \ |
| 986 | '|third_party/libxslt/', |
| 987 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 988 | 'linux_fonts': { |
| 989 | 'filepath': 'ui/gfx/font_render_params_.*|'\ |
derat | cd2d6fb | 2015-02-12 00:10:41 | [diff] [blame] | 990 | 'ui/gfx/platform_font_linux.*|'\ |
| 991 | 'ui/gfx/render_text_harfbuzz.*', |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 992 | }, |
| 993 | 'linux_sandboxing': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 994 | 'filepath': 'sandbox/linux/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 995 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 996 | 'linux_seccomp_bpf': { |
[email protected] | d6a2361 | 2012-11-13 20:11:54 | [diff] [blame] | 997 | 'filepath': 'content/common/sandbox.*linux.cc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 998 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 999 | 'login': { |
| 1000 | 'filepath': 'chrome/browser/ui/login' |
| 1001 | }, |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 1002 | 'mac': { |
lgrey | 332339b1 | 2016-12-05 17:16:40 | [diff] [blame] | 1003 | 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$', |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 1004 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1005 | 'manifest': { |
| 1006 | 'filepath': 'content/(browser|renderer)/manifest/'\ |
| 1007 | '|content/public/common/manifest*', |
| 1008 | }, |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 1009 | 'md_settings': { |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 1010 | 'filepath': 'chrome/browser/resources/settings/'\ |
Dan Beam | 62f6f8fce | 2017-06-07 21:23:08 | [diff] [blame] | 1011 | '|chrome/browser/ui/webui/settings/'\ |
| 1012 | '|chrome/test/data/webui/settings/', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 1013 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1014 | 'media': { |
Francois Beaufort | 9ab59c8 | 2017-08-24 13:10:29 | [diff] [blame] | 1015 | 'filepath': 'media|third_party/(ffmpeg|opus|libvpx)' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1016 | }, |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1017 | 'media_capture_from_element': { |
alancutter | 4035981 | 2017-03-03 08:20:27 | [diff] [blame] | 1018 | 'filepath': 'content/renderer/media_capture_from_element/' \ |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1019 | '|third_party/WebKit/Source/modules/mediacapture/' \ |
| 1020 | '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \ |
| 1021 | '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \ |
| 1022 | '|third_party/WebKit/public/platform/WebCanvasCapture' |
| 1023 | }, |
Tommy Steimel | 074a182 | 2018-02-07 17:25:44 | [diff] [blame] | 1024 | 'media_controls': { |
| 1025 | 'filepath': 'third_party/WebKit/Source/modules/media_controls/' |
| 1026 | }, |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 1027 | 'media_galleries': { |
| 1028 | 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 1029 | '|chrome/browser/media_galleries/'\ |
| 1030 | '|chrome/browser/storage_monitor/'\ |
| 1031 | '|chrome/common/media_galleries/'\ |
Jay Civelli | cf99550 | 2017-09-08 23:59:27 | [diff] [blame] | 1032 | '|chrome/test/data/extensions/api_test/media_galleries/' |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 1033 | }, |
alokp | 9e369ea72e | 2016-06-10 05:41:09 | [diff] [blame] | 1034 | 'media_mojo': { |
| 1035 | 'filepath': 'media/mojo/*' |
| 1036 | }, |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1037 | 'media_recorder': { |
alancutter | 4035981 | 2017-03-03 08:20:27 | [diff] [blame] | 1038 | 'filepath': 'content/renderer/media_recorder/' \ |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 1039 | '|third_party/WebKit/Source/modules/mediarecorder/' \ |
| 1040 | '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \ |
| 1041 | '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \ |
| 1042 | '|third_party/WebKit/public/platform/WebMediaRecorder' |
| 1043 | }, |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1044 | 'media_remoting': { |
| 1045 | 'filepath': 'chrome/browser/media/cast_remoting'\ |
| 1046 | '|media/blink/webmediaplayer_'\ |
| 1047 | '|media/mojo/interfaces/remoting.mojom'\ |
| 1048 | '|media/remoting/', |
| 1049 | }, |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1050 | 'media_router': { |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1051 | 'filepath': 'chrome/android/(java|junit)/src/org/chromium/chrome/browser/media/router/' \ |
| 1052 | '|chrome/browser/media/router/' \ |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1053 | '|chrome/browser/resources/media_router/' \ |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1054 | '|chrome/browser/ui/views/media_router/' \ |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1055 | '|chrome/browser/ui/webui/media_router/' \ |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1056 | '|chrome/common/media/router/' \ |
| 1057 | '|chrome/test/data/webui/media_router/' \ |
| 1058 | '|chrome/test/media_router/' \ |
| 1059 | '|chrome/utility/media_router/' |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1060 | }, |
fmeawad | 4582cd2 | 2017-03-30 20:59:36 | [diff] [blame] | 1061 | 'memory_coordinator': { |
| 1062 | 'filepath': 'base/memory/memory_|' \ |
fmeawad | d015b23 | 2017-03-31 02:22:45 | [diff] [blame] | 1063 | 'content/browser/memory/|' \ |
| 1064 | 'content/child/memory/' |
fmeawad | 4582cd2 | 2017-03-30 20:59:36 | [diff] [blame] | 1065 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1066 | 'message_loop': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1067 | 'filepath': 'base/message_' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1068 | }, |
| 1069 | 'metrics': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1070 | 'filepath': 'base/metrics/'\ |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 1071 | '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1072 | '|chrome/browser/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1073 | '|chrome/browser/chromeos/external_metrics'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 1074 | '|chrome/browser/extensions/api/metrics_private/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1075 | '|chrome/browser/ui/webui/metrics_handler'\ |
asvitkine | b7e1030 | 2016-01-20 05:17:45 | [diff] [blame] | 1076 | '|chromecast/browser/metrics/'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 1077 | '|components/metrics/'\ |
asvitkine | b7e1030 | 2016-01-20 05:17:45 | [diff] [blame] | 1078 | '|components/metrics_services_manager/'\ |
[email protected] | ce6b855a | 2014-03-12 19:51:39 | [diff] [blame] | 1079 | '|components/rappor/'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 1080 | '|components/variations/'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 1081 | # Exclude XML files; in particular, histograms.xml. |
| 1082 | '|tools/metrics/[^.]*([.](?!xml$).*)?$', |
| 1083 | }, |
| 1084 | 'metrics_xml_files': { |
| 1085 | # Subscribe to this to watch for changes to histograms.xml. |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 1086 | 'filepath': 'tools/metrics/.*\.xml$', |
| 1087 | }, |
| 1088 | 'midi': { |
| 1089 | 'filepath': 'midi', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1090 | }, |
[email protected] | 341f218a | 2013-09-24 22:16:10 | [diff] [blame] | 1091 | 'mojo': { |
| 1092 | 'filepath': 'mojo', |
| 1093 | }, |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 1094 | 'mus': { |
ben | 6b0453d1 | 2016-07-02 04:27:19 | [diff] [blame] | 1095 | 'filepath': 'services/ui/'\ |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 1096 | '|mojo/gpu/', |
| 1097 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1098 | 'nacl': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1099 | 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
[email protected] | 193912d | 2013-09-06 17:41:56 | [diff] [blame] | 1100 | 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 1101 | 'native_client_sdk/src/doc/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1102 | }, |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 1103 | 'native_client_sdk': { |
| 1104 | 'filepath': '^native_client_sdk/', |
| 1105 | }, |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 1106 | 'navigation': { |
| 1107 | 'filepath': 'content/browser/frame_host|'\ |
| 1108 | 'content/browser/renderer_host/render_process_host.*|'\ |
| 1109 | 'content/browser/renderer_host/render_view_host.*|'\ |
| 1110 | 'content/browser/web_contents/web_contents_impl.*|'\ |
| 1111 | 'content/renderer/render_frame.*|'\ |
| 1112 | 'content/renderer/render_view.*' |
| 1113 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1114 | 'net': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1115 | 'filepath': 'net/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1116 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 1117 | 'net_base': { |
| 1118 | 'filepath': 'net/base/', |
| 1119 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 1120 | 'net_http2': { |
| 1121 | 'filepath': 'net/http2/', |
| 1122 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1123 | 'net_log': { |
mmenke | 59e4d8fb4 | 2016-06-15 21:15:28 | [diff] [blame] | 1124 | 'filepath': 'net/log/|' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1125 | 'chrome/browser/net/.*net_log|' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1126 | 'chrome/browser/resources/net_internals/|' \ |
mmenke | 59e4d8fb4 | 2016-06-15 21:15:28 | [diff] [blame] | 1127 | 'chrome/browser/ui/webui/net_internals/|' \ |
Takeshi Yoshino | 6b30abd | 2017-07-16 03:34:51 | [diff] [blame] | 1128 | 'components/net_log/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1129 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 1130 | 'net_spdy': { |
| 1131 | 'filepath': 'net/spdy/', |
| 1132 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 1133 | 'netinfo': { |
Josh Karlin | 1bd01674 | 2017-08-18 17:44:17 | [diff] [blame] | 1134 | 'filepath': '/netinfo/', |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 1135 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1136 | 'nfc': { |
| 1137 | 'filepath': '/nfc/', |
| 1138 | }, |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 1139 | 'notifications': { |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 1140 | 'filepath': 'chrome/browser/extensions/api/notifications/|'\ |
| 1141 | 'chrome/browser/notifications/|'\ |
| 1142 | 'chrome/test/data/notifications/|'\ |
| 1143 | 'content/browser/notifications/|'\ |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 1144 | 'content/common/platform_notification|'\ |
| 1145 | 'content/public/browser/platform_notification|'\ |
| 1146 | 'content/public/common/platform_notification|'\ |
| 1147 | 'content/renderer/notification_|'\ |
| 1148 | 'third_party/WebKit/LayoutTests/external/wpt/notifications|'\ |
| 1149 | 'third_party/WebKit/LayoutTests/http/tests/notifications|'\ |
| 1150 | 'third_party/WebKit/Source/modules/notifications|'\ |
| 1151 | 'third_party/WebKit/public/platform/modules/notifications|'\ |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 1152 | 'ui/message_center/' |
| 1153 | }, |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 1154 | 'nqe': { |
| 1155 | 'filepath': 'nqe', |
| 1156 | }, |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 1157 | 'ntp_snippets': { |
| 1158 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 16a37f90 | 2016-05-16 15:49:36 | [diff] [blame] | 1159 | 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 14c8935 | 2016-07-21 13:45:13 | [diff] [blame] | 1160 | 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 117ffb32 | 2017-02-06 12:04:20 | [diff] [blame] | 1161 | 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\ |
| 1162 | 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\ |
mvanouwerkerk | 538dc0b6 | 2016-05-17 14:55:34 | [diff] [blame] | 1163 | 'chrome/browser/android/ntp/ntp_snippets|'\ |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 1164 | 'chrome/browser/ntp_snippets/|'\ |
mvanouwerkerk | 4164973 | 2016-05-17 13:37:00 | [diff] [blame] | 1165 | 'chrome/browser/resources/snippets_internals|'\ |
| 1166 | 'chrome/browser/ui/webui/snippets_internals|'\ |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 1167 | 'components/ntp_snippets/|'\ |
| 1168 | 'chrome/android/java/res/layout/new_tab_page|'\ |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 1169 | 'chrome/android/java/res/layout/most_visited|'\ |
| 1170 | 'ios/chrome/browser/ntp_snippets' |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 1171 | }, |
treib | 70176c5 | 2016-07-08 14:34:19 | [diff] [blame] | 1172 | 'ntp_tiles': { |
| 1173 | 'filepath': 'chrome/browser/android/ntp/|'\ |
| 1174 | 'chrome/browser/ui/webui/ntp/|'\ |
| 1175 | 'chrome/common/search/ntp|'\ |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 1176 | 'components/ntp_tiles/|'\ |
| 1177 | 'ios/chrome/browser/ntp_tiles' |
treib | 70176c5 | 2016-07-08 14:34:19 | [diff] [blame] | 1178 | }, |
peter | b8ec88f8 | 2017-03-21 13:29:42 | [diff] [blame] | 1179 | 'offline_items_collection': { |
| 1180 | 'filepath': 'components/offline_items_collection/', |
| 1181 | }, |
dimich | dce3ee49 | 2016-04-04 04:20:52 | [diff] [blame] | 1182 | 'offline_pages': { |
| 1183 | 'filepath': 'components/offline_pages/'\ |
fgorski | 329be5b | 2016-04-19 21:38:11 | [diff] [blame] | 1184 | '|chrome/browser/android/offline_pages/'\ |
| 1185 | '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/' |
dimich | dce3ee49 | 2016-04-04 04:20:52 | [diff] [blame] | 1186 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1187 | 'omnibox': { |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 1188 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\ |
| 1189 | 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\ |
| 1190 | 'chrome/browser/autocomplete/|'\ |
Justin Donnelly | 0af1472f | 2017-10-20 15:24:40 | [diff] [blame] | 1191 | 'chrome/browser/ui/location_bar/|'\ |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 1192 | 'chrome/browser/ui/omnibox/|'\ |
Justin Donnelly | 0af1472f | 2017-10-20 15:24:40 | [diff] [blame] | 1193 | 'chrome/browser/ui/.*/location_bar/|'\ |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 1194 | 'chrome/browser/ui/.*/omnibox/|'\ |
| 1195 | 'components/omnibox/|'\ |
| 1196 | 'ios/chrome/browser/ui/omnibox/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1197 | }, |
Doug Arnett | a94d3ae | 2017-11-07 00:10:34 | [diff] [blame] | 1198 | 'optimization_guide': { |
| 1199 | 'filepath': 'optimization_guide|'\ |
| 1200 | 'optimization_hints', |
| 1201 | }, |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 1202 | 'origin_trials': { |
chasej | 68b8bbd | 2017-01-26 19:26:13 | [diff] [blame] | 1203 | 'filepath': 'origin_trials'\ |
| 1204 | '|OriginTrial'\ |
| 1205 | '|ConditionalFeature', |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 1206 | }, |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 1207 | 'ozone': { |
[email protected] | f93c2c9 | 2013-10-31 18:22:44 | [diff] [blame] | 1208 | 'filepath': 'ui/ozone/|'\ |
[email protected] | 4b66bf92 | 2013-10-28 19:49:43 | [diff] [blame] | 1209 | 'ui/events/ozone/|'\ |
| 1210 | 'ui/gfx/ozone/|'\ |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 1211 | 'ui/gl/gl_.*egl.*|'\ |
| 1212 | 'ui/gl/gl_.*ozone.*' |
| 1213 | }, |
lgarron | 9e25c740 | 2017-03-15 04:03:11 | [diff] [blame] | 1214 | 'page_info' : { |
| 1215 | 'filepath': 'chrome/browser/ui/page_info/'\ |
| 1216 | '|chrome/browser/ui/.*/page_info/'\ |
lgarron | 3428b2d3 | 2017-03-21 18:35:19 | [diff] [blame] | 1217 | '|chrome/android/java/src/org/chromium/chrome/browser/page_info/'\ |
lgarron | 6cd116a | 2017-04-07 19:42:18 | [diff] [blame] | 1218 | '|components/page_info_strings.grdp'\ |
Gregory Chatzinoff | df93d69 | 2017-09-09 01:32:27 | [diff] [blame] | 1219 | '|ios/chrome/browser/ui/page_info/' |
lgarron | 6cd116a | 2017-04-07 19:42:18 | [diff] [blame] | 1220 | }, |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 1221 | 'page_load_metrics' : { |
bmcquade | 9f43370 | 2016-07-26 23:33:50 | [diff] [blame] | 1222 | 'filepath': 'chrome/browser/page_load_metrics/'\ |
| 1223 | '|chrome/common/page_load_metrics/'\ |
| 1224 | '|chrome/renderer/page_load_metrics/' |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 1225 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1226 | 'panels': { |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 1227 | 'filepath': 'chrome/browser/ui/panels'\ |
| 1228 | '|chrome/browser/ui/cocoa/panels'\ |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 1229 | '|chrome/browser/ui/views/panels' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1230 | }, |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 1231 | 'password_manager': { |
| 1232 | 'filepath': 'chrome/.*/password_'\ |
| 1233 | '|chrome/browser/ui/passwords'\ |
| 1234 | '|chrome/browser/ui/views/passwords'\ |
| 1235 | '|chrome/test/data/password'\ |
| 1236 | '|components/autofill.*password' |
| 1237 | '|components/password_'\ |
vabr | ccdb722 | 2016-06-01 14:59:40 | [diff] [blame] | 1238 | '|^ios/chrome/browser/passwords'\ |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 1239 | }, |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 1240 | 'payments': { |
| 1241 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\ |
| 1242 | '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\ |
Rouslan Solomakhin | 81af4cf | 2017-06-27 15:23:49 | [diff] [blame] | 1243 | '|chrome/browser/payments'\ |
| 1244 | '|chrome/browser/ui/views/payments'\ |
Mohamad Ahmadi | 2b45276 | 2017-07-18 23:17:15 | [diff] [blame] | 1245 | '|components/payments/test/data'\ |
rouslan | a64ceca | 2016-10-26 01:10:31 | [diff] [blame] | 1246 | '|components/payments'\ |
Rouslan Solomakhin | 81af4cf | 2017-06-27 15:23:49 | [diff] [blame] | 1247 | '|content/browser/payments'\ |
| 1248 | '|content/test/data/payments'\ |
| 1249 | '|ios/chrome/browser/payments'\ |
| 1250 | '|ios/chrome/browser/ui/payments'\ |
| 1251 | '|ios/web/payments'\ |
| 1252 | '|ios/web/public/payments'\ |
| 1253 | '|third_party/WebKit/LayoutTests/external/wpt/payment-request'\ |
| 1254 | '|third_party/WebKit/LayoutTests/http/tests/payments'\ |
| 1255 | '|third_party/WebKit/LayoutTests/payments'\ |
| 1256 | '|third_party/WebKit/public/platform/modules/payments'\ |
| 1257 | '|third_party/WebKit/Source/modules/payments' |
mahmadi | 0a7bb59f | 2017-02-22 19:13:49 | [diff] [blame] | 1258 | }, |
| 1259 | 'payments_ios': { |
Rouslan Solomakhin | 81af4cf | 2017-06-27 15:23:49 | [diff] [blame] | 1260 | 'filepath': 'ios/web/payments'\ |
| 1261 | '|ios/chrome/browser/payments'\ |
| 1262 | '|ios/chrome/browser/ui/payments'\ |
| 1263 | '|ios/web/public/payments' |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 1264 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1265 | 'pepper_api': { |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 1266 | 'filepath': 'ppapi/api'\ |
| 1267 | '|ppapi/c', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1268 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1269 | 'permissions': { |
| 1270 | 'filepath': 'content/(child,browser)/permissions/'\ |
| 1271 | '|content/common/permission_*'\ |
| 1272 | '|content/public/(common,browser)/permission_*'\ |
| 1273 | '|chrome/browser/permissions/'\ |
| 1274 | '|chrome/browser/content_settings/permission*'\ |
| 1275 | '|permission_context', |
| 1276 | }, |
François Beaufort | b2070eb | 2018-02-08 10:36:34 | [diff] [blame] | 1277 | 'picture_in_picture': { |
| 1278 | 'filepath': 'third_party/WebKit/Source/modules/picture_in_picture/' |
| 1279 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1280 | 'plugin': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1281 | 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
Thiago Farina | e067154bb | 2015-05-07 15:37:59 | [diff] [blame] | 1282 | 'chrome/common/plugin', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1283 | }, |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 1284 | 'polymer': { |
| 1285 | 'filepath': 'third_party/polymer/|'\ |
michaelpg | f94a2a2 | 2017-03-06 22:35:00 | [diff] [blame] | 1286 | 'third_party/web-animations-js/|'\ |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 1287 | 'tools/polymer|'\ |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 1288 | 'ui/webui/resources/polymer_resources.grdp', |
| 1289 | }, |
Charles Harrison | 981d33c | 2017-10-06 21:36:22 | [diff] [blame] | 1290 | 'popup_blocker': { |
| 1291 | 'filepath': 'chrome/browser/ui/blocked_content' |
| 1292 | }, |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 1293 | 'precache': { |
| 1294 | 'filepath': '[pP]recache' |
| 1295 | }, |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 1296 | 'prepopulated_engines': { |
| 1297 | 'filepath': 'components/search_engines/prepopulated_engines.json', |
| 1298 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1299 | 'prerender': { |
[email protected] | 78375a5 | 2012-07-14 14:47:57 | [diff] [blame] | 1300 | 'filepath': 'prerender' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1301 | }, |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1302 | 'presentation': { |
| 1303 | 'filepath': 'content/(browser|common|renderer)/presentation/' \ |
| 1304 | '|third_party/WebKit/public/platform/modules/presentation/' \ |
| 1305 | '|third_party/WebKit/LayoutTests/presentation/' \ |
| 1306 | '|third_party/WebKit/Source/modules/presentation/' |
| 1307 | }, |
peter | 884896c7 | 2015-03-12 14:26:20 | [diff] [blame] | 1308 | 'push_messaging': { |
| 1309 | 'filepath': 'push_messaging' |
| 1310 | }, |
stkhapugin | 0650314 | 2016-12-07 14:32:12 | [diff] [blame] | 1311 | 'reading_list': { |
| 1312 | 'filepath': 'components/reading_list|'\ |
| 1313 | 'ios/chrome/browser/reading_list|'\ |
| 1314 | 'ios/chrome/browser/ui/reading_list', |
| 1315 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1316 | 'remoting': { |
sergeyu | 05995a4f | 2017-01-24 21:26:01 | [diff] [blame] | 1317 | 'filepath': '^remoting/' \ |
| 1318 | '|^testing/chromoting' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1319 | }, |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 1320 | 'rlz_id': { |
| 1321 | 'filepath' :'rlz/lib/machine_id.cc|'\ |
| 1322 | 'rlz/lib/machine_id.h|'\ |
| 1323 | 'rlz/win/lib/machine_id_win.cc', |
| 1324 | }, |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 1325 | 'runtime_enabled_features': { |
| 1326 | 'filepath' : 'third_party/WebKit/Source/platform/runtime_enabled_features.json5' |
| 1327 | }, |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 1328 | 'safe_browsing': { |
timvolodine | 41e9541 | 2017-03-14 02:55:34 | [diff] [blame] | 1329 | 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/|'\ |
| 1330 | 'components/safe_browsing/', |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 1331 | }, |
vakh | f8e14c9 | 2016-10-17 21:29:47 | [diff] [blame] | 1332 | 'safe_browsing_db': { |
| 1333 | 'filepath': 'components/safe_browsing_db/', |
| 1334 | }, |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 1335 | 'scheduler': { |
rmcilroy | fa5ac55 | 2015-04-09 12:33:17 | [diff] [blame] | 1336 | 'filepath': 'cc/scheduler'\ |
rmcilroy | fa5ac55 | 2015-04-09 12:33:17 | [diff] [blame] | 1337 | '|content/renderer/scheduler' |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 1338 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1339 | 'screen_orientation': { |
| 1340 | 'filepath': 'screen_orientation', |
| 1341 | }, |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 1342 | 'service_worker': { |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 1343 | 'filepath': 'content/(browser|renderer|child|common)/service_worker/', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 1344 | }, |
Colin Blundell | 6d2669a | 2017-07-11 06:26:53 | [diff] [blame] | 1345 | 'services_public': { |
| 1346 | 'filepath': 'services/([^/]*/)*public/', |
| 1347 | }, |
alito | c5534d6 | 2017-04-21 01:48:58 | [diff] [blame] | 1348 | 'settings_reset_prompt': { |
| 1349 | 'filepath': 'chrome/browser/safe_browsing/settings_reset_prompt/'\ |
| 1350 | '|chrome/browser/ui/views/settings_reset_prompt', |
| 1351 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 1352 | 'site_engagement': { |
| 1353 | 'filepath': 'chrome/browser/engagement/|'\ |
| 1354 | 'chrome/browser/ui/webui/engagement/', |
| 1355 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1356 | 'site_instance': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1357 | 'filepath': 'content/browser/site_instance|'\ |
| 1358 | 'content/browser/browsing_instance', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1359 | }, |
Zentaro Kavanagh | 608f8a1 | 2018-01-19 18:39:56 | [diff] [blame] | 1360 | 'smb': { |
| 1361 | 'filepath': 'chrome/browser/chromeos/file_system_provider'\ |
| 1362 | '|chrome/browser/chromeos/smb_client'\ |
| 1363 | '|chromeos/dbus/fake_smb_provider_client'\ |
| 1364 | '|chromeos/dbus/smb_provider_client', |
| 1365 | }, |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 1366 | 'source_idls': { |
| 1367 | 'filepath': 'third_party/Webkit/Source/(core|modules|platform)/.*\.idl', |
| 1368 | }, |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 1369 | 'spellcheck': { |
| 1370 | 'filepath': 'chrome/browser/spellchecker/'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 1371 | '|chrome/browser/renderer_context_menu/spelling_'\ |
| 1372 | '|components/spellcheck/'\ |
| 1373 | '|third_party/hunspell/'\ |
| 1374 | '|third_party/hunspell_dictionaries/', |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 1375 | }, |
Greg Thompson | 9ea09170 | 2018-01-04 11:06:32 | [diff] [blame] | 1376 | 'startup': { |
| 1377 | 'filepath': 'chrome/browser/ui/startup/', |
| 1378 | }, |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 1379 | 'streams': { |
| 1380 | 'filepath': 'content/browser/streams/', |
| 1381 | }, |
vmpstr | cc1c0830 | 2015-11-18 06:05:51 | [diff] [blame] | 1382 | 'styleguide': { |
| 1383 | 'filepath': '^styleguide/', |
| 1384 | }, |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 1385 | 'subresource_filter': { |
Charles Harrison | fb3eac9 | 2017-06-26 21:26:02 | [diff] [blame] | 1386 | 'filepath': 'subresource_filter|SubresourceFilter|url_pattern_index', |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 1387 | }, |
[email protected] | 43d33e9 | 2014-07-14 16:39:31 | [diff] [blame] | 1388 | 'supervised_users': { |
| 1389 | 'filepath': 'chrome/browser/.*managed_mode'\ |
| 1390 | '|chrome/browser/.*managed_user'\ |
| 1391 | '|chrome/browser/.*supervised_user', |
| 1392 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1393 | 'sync': { |
maxbogue | fa21794 | 2016-04-01 01:08:13 | [diff] [blame] | 1394 | 'filepath': '^chrome/android/sync_shell/'\ |
| 1395 | '|^chrome/browser/ui/sync/'\ |
| 1396 | '|^chrome/browser/ui/views/sync/'\ |
| 1397 | '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\ |
| 1398 | '|^ios/chrome/browser/sync/'\ |
| 1399 | '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ |
| 1400 | '|^chrome/browser/sync/'\ |
| 1401 | '|^components/browser_sync/'\ |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1402 | '|^components/sync/'\ |
maxbogue | fa21794 | 2016-04-01 01:08:13 | [diff] [blame] | 1403 | '|^components/sync_bookmarks/'\ |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 1404 | '|^components/sync_sessions/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1405 | }, |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 1406 | 'syncfs': { |
| 1407 | 'filepath': 'sync_file_system', |
| 1408 | }, |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1409 | 'tab_alert_indicators': { |
| 1410 | 'filepath': 'content/browser/media/audio_stream_monitor'\ |
| 1411 | '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\ |
| 1412 | '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\ |
| 1413 | '|chrome/browser/ui/tabs/tab_utils'\ |
| 1414 | '|chrome/browser/ui/views/tabs/alert_indicator_button'\ |
| 1415 | '|chrome/browser/ui/views/tabs/tab\.cc'\ |
| 1416 | '|chrome/browser/ui/views/tabs/tab_renderer_data'\ |
| 1417 | '|media/audio/audio_(output_controller|power_monitor)', |
| 1418 | }, |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 1419 | 'tab_capture': { |
Adam Parker | 83a48846 | 2017-12-22 00:26:48 | [diff] [blame] | 1420 | 'filepath': 'chrome/browser/extensions/api/tab_capture/'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1421 | '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1422 | '|chrome/test/data/extensions/api_test/tab_capture/'\ |
Adam Parker | 83a48846 | 2017-12-22 00:26:48 | [diff] [blame] | 1423 | '|components/viz/common/(frame_sinks/copy_output_|gl_helper|yuv_)'\ |
| 1424 | '|components/viz/service/display/'\ |
| 1425 | '|components/viz/service/frame_sinks/(frame_sink_manager'\ |
| 1426 | '|video_capture/)'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1427 | '|content/browser/media/capture/'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1428 | '|content/browser/renderer_host/media/(audio_'\ |
| 1429 | '|media_stream_manager|video_)'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1430 | '|content/public/renderer/media_stream_'\ |
| 1431 | '|content/renderer/media/(media_stream|(.+audio_source))'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 1432 | '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\ |
| 1433 | '|media/base/video_frame\.h'\ |
Adam Parker | 83a48846 | 2017-12-22 00:26:48 | [diff] [blame] | 1434 | '|media/capture/'\ |
| 1435 | '|services/viz/privileged/interfaces/compositing/frame_sink', |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 1436 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1437 | 'tab_contents': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1438 | 'filepath': 'chrome/browser/tab_contents/|'\ |
| 1439 | 'content/browser/tab_contents/|'\ |
| 1440 | 'chrome/browser/ui/tab_contents/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1441 | }, |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 1442 | 'tbmv2_metrics': { |
| 1443 | 'filepath': 'third_party/catapult/tracing/tracing/metrics' |
| 1444 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 1445 | 'tcmalloc': { |
| 1446 | 'filepath': 'third_party/tcmalloc' |
| 1447 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 1448 | 'telemetry': { |
nednguyen | 79105d42 | 2016-04-18 01:38:42 | [diff] [blame] | 1449 | 'filepath': 'tools/perf/' |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 1450 | }, |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1451 | 'test_runner': { |
| 1452 | 'filepath': 'components/test_runner/' \ |
| 1453 | '|content/shell/(common|browser|renderer)/layout_test/' \ |
| 1454 | '|content/test/layouttest_support.cc' \ |
| 1455 | '|content/public/test/layouttest_support.h' \ |
| 1456 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1457 | 'tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1458 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 1459 | }, |
jlklein | ecc8195 | 2016-11-19 00:16:07 | [diff] [blame] | 1460 | 'tether': { |
| 1461 | 'filepath': 'components/cryptauth/'\ |
| 1462 | '|chromeos/components/tether/'\ |
| 1463 | '|components/proximity_auth/', |
| 1464 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 1465 | 'textinput': { |
Yuichiro Hanada | f0b3b47 | 2017-10-17 07:00:53 | [diff] [blame] | 1466 | 'filepath': 'chrome/browser/ui/input_method'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1467 | '|content/browser/renderer_host/render_widget_host_view'\ |
| 1468 | '|content/browser/renderer_host/text_input'\ |
| 1469 | '|ui/base/ime/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1470 | '|ui/views/controls/textfield/'\ |
Yuichiro Hanada | f0b3b47 | 2017-10-17 07:00:53 | [diff] [blame] | 1471 | '|ui/wm/core/ime' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 1472 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 1473 | 'textinput_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1474 | 'filepath': 'chrome/browser/chromeos/input_method/'\ |
| 1475 | '|chrome/browser/chromeos/extensions/input_method'\ |
| 1476 | '|chrome/browser/chromeos/status/input_method'\ |
| 1477 | '|chrome/browser/extensions/extension_input_'\ |
| 1478 | '|chrome/browser/resources/keyboard'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1479 | 'chromeos/.*(language|keyboard)'\ |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 1480 | '|chromeos/ime/*' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 1481 | }, |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 1482 | 'timers': { |
| 1483 | 'filepath': 'base/timer/'\ |
| 1484 | '|components/timers/' |
| 1485 | }, |
robliao | fd54b5c | 2017-01-13 00:41:30 | [diff] [blame] | 1486 | 'tools_win_chromeexts': { |
| 1487 | 'filepath': 'tools/win/chromeexts', |
| 1488 | }, |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1489 | 'tracing': { |
| 1490 | 'filepath': 'base/debug/trace_event.*'\ |
primiano | bef13b4 | 2015-01-30 15:29:31 | [diff] [blame] | 1491 | '|base/trace_event/'\ |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1492 | '|content/browser/tracing/'\ |
| 1493 | '|components/tracing/' |
| 1494 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1495 | 'ui_compositor': { |
| 1496 | 'filepath': 'ui/compositor/layer\.|'\ |
| 1497 | 'ui/compositor/layer_unittest|'\ |
| 1498 | 'ui/compositor/compositor', |
| 1499 | }, |
robliao | 2c4b749 | 2016-07-19 01:57:26 | [diff] [blame] | 1500 | 'ui_display_win': { |
| 1501 | 'filepath': '^ui/display/win', |
| 1502 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1503 | 'ui_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1504 | 'filepath': 'ui/resources/'\ |
| 1505 | '|ui/base/native_theme/resources/'\ |
| 1506 | '|chrome/app/theme/' |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1507 | }, |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 1508 | 'ui_strings': { |
| 1509 | 'filepath': 'chrome/app/generated_resources.grd'\ |
| 1510 | '|chrome/app/google_chrome_strings.grd'\ |
| 1511 | '|chrome/android/java/strings/android_chrome_strings.grd'\ |
| 1512 | '|chrome/app/settings_strings.grdp'\ |
| 1513 | '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\ |
| 1514 | '|ui/strings/ui_strings.grd', |
| 1515 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1516 | 'usb': { |
| 1517 | 'filepath': '/usb/', |
| 1518 | }, |
Alexandre Courbot | 5922bd6 | 2017-12-13 09:19:30 | [diff] [blame] | 1519 | 'v4l2': { |
| 1520 | 'filepath': 'media/gpu/v4l2', |
| 1521 | }, |
Miguel Casas-Sanchez | a65d49a | 2017-12-11 03:27:48 | [diff] [blame] | 1522 | 'vaapi': { |
| 1523 | 'filepath': 'media/gpu/vaapi', |
| 1524 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1525 | 'valgrind': { |
| 1526 | 'filepath': 'valgrind', |
| 1527 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 1528 | 'version_assembly': { |
| 1529 | 'filepath': 'chrome/app/version_assembly', |
| 1530 | }, |
posciak | 62a7227 | 2016-05-11 08:31:24 | [diff] [blame] | 1531 | 'video': { |
| 1532 | 'filepath': 'content/browser/renderer_host/media/|'\ |
| 1533 | 'content/renderer/media/|'\ |
| 1534 | 'media/capture/video/|'\ |
| 1535 | 'media/filters/|'\ |
| 1536 | 'media/gpu/|'\ |
| 1537 | '.*video.*', |
| 1538 | }, |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1539 | 'video_capture': { |
| 1540 | 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\ |
| 1541 | '|content/browser/renderer_host/media/.*(capture|media)'\ |
| 1542 | '|content/renderer/media/.*(capture|media|webrtc)'\ |
| 1543 | '|media/capture/'\ |
chfremer | 2a01a69b | 2017-01-06 02:39:01 | [diff] [blame] | 1544 | '|media/muxers/'\ |
| 1545 | '|services/video_capture/', |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1546 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1547 | 'views': { |
| 1548 | # Applies to all files and subdirs within this directory. |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1549 | 'filepath': '^ui/views/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1550 | }, |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1551 | 'virtual_keyboard': { |
| 1552 | 'filepath': 'ui/keyboard/'\ |
oka | 47452c2 | 2017-02-17 05:07:57 | [diff] [blame] | 1553 | '|chrome/test/data/chromeos/virtual_keyboard/'\ |
| 1554 | '|extensions/browser/api/virtual_keyboard_private/'\ |
James Cook | a35a1e2 | 2017-04-08 02:33:08 | [diff] [blame] | 1555 | '|ash/system/virtual_keyboard/'\ |
oka | 47452c2 | 2017-02-17 05:07:57 | [diff] [blame] | 1556 | '|ash/virtual_keyboard', |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1557 | }, |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 1558 | 'virtual_reality': { |
| 1559 | 'filepath': 'vr_shell/|'\ |
| 1560 | '/vr/|'\ |
| 1561 | 'third_party/gvr', |
| 1562 | }, |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1563 | 'wake_lock': { |
| 1564 | 'filepath': 'wake_lock', |
| 1565 | }, |
Matt Giuca | 9eb910d | 2017-08-02 04:07:38 | [diff] [blame] | 1566 | 'web_share': { |
| 1567 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webshare/'\ |
| 1568 | '|chrome/android/javatests/src/org/chromium/chrome/browser/WebShare.*'\ |
| 1569 | '|chrome/browser/ui/views/webshare/'\ |
| 1570 | '|chrome/browser/webshare/'\ |
| 1571 | '|third_party/WebKit/LayoutTests/webshare/'\ |
| 1572 | '|third_party/WebKit/LayoutTests/external/wpt/web-share/'\ |
| 1573 | '|third_party/WebKit/public/platform/modules/webshare/'\ |
| 1574 | '|third_party/WebKit/Source/modules/webshare/', |
| 1575 | }, |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 1576 | 'webrtc_browser_tests': { |
| 1577 | 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ |
| 1578 | 'content/browser/media/.*webrtc.*browsertest', |
| 1579 | }, |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 1580 | 'website_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1581 | 'filepath': 'chrome/browser/content_settings/'\ |
| 1582 | '|chrome/browser/ui/views/website_settings/'\ |
| 1583 | '|chrome/browser/ui/website_settings/'\ |
mukai | 077089f | 2014-09-11 18:41:52 | [diff] [blame] | 1584 | '|chrome/common/content_settings'\ |
| 1585 | '|components/content_settings/', |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 1586 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1587 | 'windows_sandboxing': { |
| 1588 | 'filepath': 'sandbox/win/', |
| 1589 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1590 | 'x11': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1591 | 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
| 1592 | '|chrome/browser/chromeos/input_method/xkeyboard\.' \ |
| 1593 | '|chrome/browser/chromeos/system_key_event_listener\.' \ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1594 | '|chrome/browser/chromeos/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1595 | 'xinput_hierarchy_changed_event_listener\.' \ |
| 1596 | '|chrome/browser/chromeos/wm_' \ |
| 1597 | '|ui/base/x/' |
[email protected] | 0d71085 | 2012-05-24 01:18:40 | [diff] [blame] | 1598 | }, |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 1599 | 'zoom': { |
| 1600 | 'filepath': 'chrome/browser/ui/zoom/' \ |
| 1601 | '|components/ui/zoom/' \ |
| 1602 | '|content/browser/host_zoom_*' \ |
| 1603 | '|content/browser/storage_partition_impl*' \ |
| 1604 | '|content/public/browser/host_zoom_map.h' \ |
| 1605 | '|content/public/browser/storage_partition.h' |
| 1606 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1607 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 1608 | |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1609 | ############################################################################## |
| 1610 | # Please keep alphabetical |
| 1611 | ############################################################################## |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1612 | 'WATCHLISTS': { |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 1613 | 'about_flags': ['[email protected]'], |
mazda | 6471d0e | 2015-10-02 06:32:55 | [diff] [blame] | 1614 | 'accelerator_table': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1615 | '[email protected]'], |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1616 | 'accessibility': ['[email protected]', |
Aaron Leventhal | 97855702 | 2017-06-09 15:39:41 | [diff] [blame] | 1617 | '[email protected]', |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1618 | '[email protected]', |
dougt | cd8ac01d | 2017-03-24 16:23:40 | [diff] [blame] | 1619 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1620 | '[email protected]', |
je_julie.kim | a170bac | 2015-05-06 14:57:54 | [diff] [blame] | 1621 | '[email protected]', |
Katie Dektar | a52038e4 | 2017-12-06 21:00:31 | [diff] [blame] | 1622 | '[email protected]', |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1623 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1624 | '[email protected]'], |
Andrew Grieve | 5babdbfc | 2017-08-16 01:26:49 | [diff] [blame] | 1625 | 'add_to_homescreen': ['[email protected]', |
Xi Han | 50f523a1d | 2017-07-19 15:56:11 | [diff] [blame] | 1626 | '[email protected]', |
F | 07b66041 | 2017-08-01 20:53:06 | [diff] [blame] | 1627 | '[email protected]'], |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 1628 | 'android_crash_reporting': ['[email protected]'], |
johnmaguire | 6aaac790 | 2016-03-15 12:28:20 | [diff] [blame] | 1629 | 'android_crazy_linker': ['[email protected]'], |
dfalcantara | ef21e9e | 2016-01-07 01:16:26 | [diff] [blame] | 1630 | 'android_infobars': ['[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 1631 | 'android_infra': ['[email protected]', |
Andrew Grieve | 5babdbfc | 2017-08-16 01:26:49 | [diff] [blame] | 1632 | '[email protected]'], |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1633 | 'android_item_chooser_dialogs': ['[email protected]', |
| 1634 | '[email protected]'], |
lizeb | f34f69b | 2016-03-30 16:08:53 | [diff] [blame] | 1635 | 'android_loading': ['[email protected]', |
droger | e76b563 | 2016-03-31 14:14:41 | [diff] [blame] | 1636 | '[email protected]'], |
Daniele Castagna | 7c829d69 | 2018-02-12 16:09:08 | [diff] [blame] | 1637 | 'android_media': ['[email protected]'], |
nyquist | f602bd0 | 2017-02-16 23:17:44 | [diff] [blame] | 1638 | 'android_studio': ['[email protected]', |
| 1639 | '[email protected]'], |
Daniele Castagna | 7c829d69 | 2018-02-12 16:09:08 | [diff] [blame] | 1640 | 'android_tab': ['[email protected]'], |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 1641 | 'android_uma_settings': ['[email protected]', |
| 1642 | '[email protected]'], |
Piotr Swigon | 13cf640 | 2017-09-26 07:14:33 | [diff] [blame] | 1643 | 'android_webapk': ['[email protected]'], |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 1644 | 'android_webview': ['[email protected]'], |
Matt Giuca | 9eb910d | 2017-08-02 04:07:38 | [diff] [blame] | 1645 | 'app_list': ['[email protected]'], |
| 1646 | 'app_shortcuts': ['[email protected]', |
| 1647 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1648 | 'appcache': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1649 | 'apps': ['[email protected]', |
| 1650 | '[email protected]'], |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1651 | 'arc': ['[email protected]', |
hidehiko | 49f0b7c | 2016-05-24 10:59:47 | [diff] [blame] | 1652 | '[email protected]', |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1653 | '[email protected]', |
victorhsieh | 52feccd | 2017-02-27 18:27:02 | [diff] [blame] | 1654 | '[email protected]', |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1655 | '[email protected]'], |
lhchavez | 61532c9 | 2016-10-18 21:33:37 | [diff] [blame] | 1656 | 'arc_auth': ['[email protected]'], |
Shuhei Takahashi | af68cff | 2017-07-24 05:17:12 | [diff] [blame] | 1657 | 'arc_fileapi': ['[email protected]'], |
poromov | 7633f60 | 2017-02-21 16:44:01 | [diff] [blame] | 1658 | 'arc_kiosk': ['[email protected]'], |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1659 | 'arc_net': ['[email protected]', |
| 1660 | '[email protected]', |
| 1661 | '[email protected]'], |
ejcaruso | a298ec0 | 2016-06-16 20:30:43 | [diff] [blame] | 1662 | 'arc_power': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1663 | 'ash': ['[email protected]', |
| 1664 | '[email protected]'], |
Xiaohui Chen | f7e70a2 | 2018-02-08 00:36:38 | [diff] [blame] | 1665 | 'assistant': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1666 | 'aura': ['[email protected]', |
| 1667 | '[email protected]'], |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 1668 | 'aura_compositor': ['[email protected]', |
| 1669 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1670 | '[email protected]', |
danakj | 3695c58 | 2016-10-26 21:54:43 | [diff] [blame] | 1671 | '[email protected]'], |
Evan Stade | 18fbcb7a | 2017-07-25 18:31:27 | [diff] [blame] | 1672 | 'autofill': ['[email protected]', |
sebsg | bbfbea0 | 2016-10-24 21:54:59 | [diff] [blame] | 1673 | '[email protected]', |
| 1674 | '[email protected]', |
mathp | c204064 | 2017-01-25 14:59:41 | [diff] [blame] | 1675 | '[email protected]', |
| 1676 | '[email protected]'], |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 1677 | 'background_fetch': ['[email protected]', |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 1678 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1679 | 'background_sync': ['[email protected]', |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 1680 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1681 | '[email protected]'], |
pkotwicz | 2ec0b29 | 2016-09-26 17:12:32 | [diff] [blame] | 1682 | 'banners': ['[email protected]', |
Xi Han | 50f523a1d | 2017-07-19 15:56:11 | [diff] [blame] | 1683 | '[email protected]', |
F | 07b66041 | 2017-08-01 20:53:06 | [diff] [blame] | 1684 | '[email protected]'], |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1685 | 'base': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1686 | 'base_allocator': ['[email protected]', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1687 | '[email protected]'], |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 1688 | 'base_memory': ['[email protected]'], |
robliao | 1644d8b | 2016-04-11 15:39:59 | [diff] [blame] | 1689 | 'base_task_scheduler': ['[email protected]', |
| 1690 | '[email protected]', |
| 1691 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1692 | 'base_win': ['[email protected]', |
Robert Liao | 27a2fa1 | 2017-10-20 18:34:48 | [diff] [blame] | 1693 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1694 | '[email protected]'], |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 1695 | 'battery_status': ['[email protected]'], |
wnwen | 7268476 | 2017-03-29 13:28:37 | [diff] [blame] | 1696 | 'binary_size': ['[email protected]', |
| 1697 | '[email protected]', |
| 1698 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1699 | 'blink': ['[email protected]'], |
| 1700 | 'blink_accessibility': ['[email protected]', |
| 1701 | '[email protected]', |
dougt | cd8ac01d | 2017-03-24 16:23:40 | [diff] [blame] | 1702 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1703 | '[email protected]', |
Katie Dektar | a52038e4 | 2017-12-06 21:00:31 | [diff] [blame] | 1704 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1705 | '[email protected]'], |
| 1706 | 'blink_animation': ['[email protected]', |
| 1707 | '[email protected]', |
| 1708 | '[email protected]', |
| 1709 | '[email protected]', |
| 1710 | '[email protected]'], |
| 1711 | 'blink_app_banner': ['[email protected]'], |
| 1712 | 'blink_audio': ['[email protected]', |
| 1713 | '[email protected]'], |
| 1714 | 'blink_battery_status': ['[email protected]', |
| 1715 | '[email protected]'], |
| 1716 | 'blink_bidi': ['[email protected]'], |
| 1717 | 'blink_bindings': ['[email protected]'], |
jbroman | 9ac2d53 | 2016-09-01 18:20:08 | [diff] [blame] | 1718 | 'blink_bindings_serialization': ['[email protected]'], |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1719 | 'blink_bluetooth': ['[email protected]', |
| 1720 | '[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 1721 | '[email protected]'], |
danakj | dfa8893 | 2017-06-29 18:43:28 | [diff] [blame] | 1722 | 'blink_canvas2d': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1723 | '[email protected]'], |
| 1724 | 'blink_client_hints': ['[email protected]'], |
| 1725 | 'blink_clipboard': ['[email protected]'], |
Jeremy Roman | b7b3a6a | 2018-02-07 20:15:32 | [diff] [blame] | 1726 | 'blink_common': ['[email protected]'], |
Kentaro Hara | 993b0de | 2017-08-07 02:26:37 | [diff] [blame] | 1727 | 'blink_controller': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1728 | 'blink_css': ['[email protected]', |
| 1729 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1730 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1731 | '[email protected]'], |
| 1732 | 'blink_css_flexbox': ['[email protected]'], |
Morten Stenshorne | 4f1b302 | 2017-11-14 12:05:37 | [diff] [blame] | 1733 | 'blink_css_fragmentation_tests': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1734 | 'blink_css_grid_layout': ['[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1735 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1736 | '[email protected]'], |
Dimitri Glazkov | 33286c6 | 2017-12-08 23:34:25 | [diff] [blame] | 1737 | 'blink_custom_elements': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1738 | 'blink_device_orientation': ['[email protected]', |
| 1739 | '[email protected]'], |
| 1740 | 'blink_devtools': ['[email protected]', |
| 1741 | '[email protected]', |
| 1742 | '[email protected]', |
| 1743 | '[email protected]', |
| 1744 | '[email protected]', |
lushnikov | c5bd7ca | 2016-07-27 17:19:39 | [diff] [blame] | 1745 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1746 | 'blink_dom': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1747 | '[email protected]', |
Sigbjorn Finne | 2f2dec9 | 2017-07-27 07:23:50 | [diff] [blame] | 1748 | '[email protected]'], |
Hayato Ito | 5fc828c | 2017-07-05 08:02:32 | [diff] [blame] | 1749 | 'blink_dom_events': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1750 | 'blink_events': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1751 | '[email protected]', |
| 1752 | '[email protected]'], |
| 1753 | 'blink_fetch': ['[email protected]', |
| 1754 | '[email protected]', |
Takeshi Yoshino | 9d7588a3 | 2017-07-31 07:17:34 | [diff] [blame] | 1755 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1756 | 'blink_fileapi': ['[email protected]', |
| 1757 | '[email protected]', |
| 1758 | '[email protected]'], |
haraken | 98d0827a | 2017-02-27 00:55:19 | [diff] [blame] | 1759 | 'blink_frames': ['[email protected]'], |
Mounir Lamouri | a33886c | 2018-02-07 10:00:37 | [diff] [blame] | 1760 | 'blink_geolocation': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1761 | 'blink_heap': ['[email protected]', |
| 1762 | '[email protected]', |
| 1763 | '[email protected]', |
| 1764 | '[email protected]'], |
Dimitri Glazkov | 33286c6 | 2017-12-08 23:34:25 | [diff] [blame] | 1765 | 'blink_html': ['[email protected]'], |
csharrison | f357e963 | 2016-07-29 01:27:22 | [diff] [blame] | 1766 | 'blink_htmlparser': ['[email protected]', |
| 1767 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1768 | 'blink_indexed_db': ['[email protected]', |
| 1769 | '[email protected]'], |
| 1770 | 'blink_input': ['[email protected]', |
nzolghadr | 773a198 | 2016-10-18 21:26:45 | [diff] [blame] | 1771 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1772 | 'blink_layers': ['[email protected]'], |
| 1773 | 'blink_layout': ['[email protected]', |
| 1774 | '[email protected]', |
| 1775 | '[email protected]', |
| 1776 | '[email protected]', |
| 1777 | '[email protected]', |
| 1778 | '[email protected]', |
| 1779 | '[email protected]'], |
cbiesinger | 46ecaae | 2016-09-09 18:44:56 | [diff] [blame] | 1780 | 'blink_layout_ng': ['[email protected]', |
glebl | c60d663 | 2016-09-13 19:49:46 | [diff] [blame] | 1781 | '[email protected]', |
atotic | 30c8eba | 2016-10-28 13:24:07 | [diff] [blame] | 1782 | '[email protected]', |
dgrogan | f9744ea | 2017-01-18 23:23:26 | [diff] [blame] | 1783 | '[email protected]', |
lchoi | 2ba79a7 | 2017-05-25 00:23:05 | [diff] [blame] | 1784 | '[email protected]', |
Xiaocheng Hu | 8bd4d807 | 2017-10-25 23:44:32 | [diff] [blame] | 1785 | '[email protected]', |
| 1786 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1787 | 'blink_loader': ['[email protected]', |
| 1788 | '[email protected]', |
Takeshi Yoshino | ab2ce856 | 2017-11-09 05:19:19 | [diff] [blame] | 1789 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1790 | 'blink_media': ['[email protected]', |
| 1791 | '[email protected]', |
srirama.m | dec4f51 | 2016-09-06 08:22:19 | [diff] [blame] | 1792 | '[email protected]', |
| 1793 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1794 | 'blink_media_queries': ['[email protected]', |
| 1795 | '[email protected]'], |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 1796 | 'blink_mediastream': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1797 | 'blink_modules': ['[email protected]'], |
| 1798 | 'blink_navigator_content_utils': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1799 | 'blink_out_of_process_frames': ['[email protected]', |
| 1800 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1801 | 'blink_paint' : ['[email protected]', |
chrishtr | 4030de34 | 2016-10-03 23:57:59 | [diff] [blame] | 1802 | '[email protected]'], |
Xida Chen | 0ef9278 | 2018-01-17 05:53:35 | [diff] [blame] | 1803 | 'blink_paintworklet' : ['[email protected]'], |
panicker | e9ffa3f | 2017-04-10 18:26:06 | [diff] [blame] | 1804 | 'blink_performance_timing': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1805 | 'blink_permissions': ['[email protected]'], |
kinuko | c462adb | 2016-12-22 12:58:49 | [diff] [blame] | 1806 | 'blink_platform': ['[email protected]'], |
ajuma | bd2c9c2 | 2017-05-01 21:29:50 | [diff] [blame] | 1807 | 'blink_platform_graphics': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1808 | '[email protected]', |
| 1809 | '[email protected]', |
| 1810 | '[email protected]', |
fmalita | 9710b73 | 2017-02-17 05:10:02 | [diff] [blame] | 1811 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1812 | '[email protected]', |
| 1813 | '[email protected]', |
| 1814 | '[email protected]', |
| 1815 | '[email protected]'], |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 1816 | 'blink_preloadScanner': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1817 | 'blink_prerender': ['[email protected]', |
| 1818 | '[email protected]'], |
Dimitri Glazkov | 33286c6 | 2017-12-08 23:34:25 | [diff] [blame] | 1819 | 'blink_public_api': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1820 | 'blink_quota': ['[email protected]', |
| 1821 | '[email protected]', |
| 1822 | '[email protected]'], |
| 1823 | 'blink_scheduler': ['[email protected]'], |
| 1824 | 'blink_screen_orientation': ['[email protected]'], |
Kouhei Ueno | 4338293 | 2017-05-30 04:43:57 | [diff] [blame] | 1825 | 'blink_script': ['[email protected]', |
| 1826 | '[email protected]', |
| 1827 | '[email protected]'], |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 1828 | 'blink_scroll': ['[email protected]'], |
falken | 6731ece4 | 2016-10-12 01:41:50 | [diff] [blame] | 1829 | 'blink_serviceworkers': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1830 | '[email protected]', |
| 1831 | '[email protected]', |
| 1832 | '[email protected]', |
| 1833 | '[email protected]', |
| 1834 | '[email protected]', |
| 1835 | '[email protected]', |
shimazu | 99de61f | 2016-09-07 03:57:41 | [diff] [blame] | 1836 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1837 | '[email protected]'], |
| 1838 | 'blink_serviceworkers_tests': ['[email protected]'], |
Hayato Ito | 5fc828c | 2017-07-05 08:02:32 | [diff] [blame] | 1839 | 'blink_shadow_dom': ['[email protected]'], |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 1840 | 'blink_spellcheck' : ['[email protected]', |
xiaochengh | 4a3c84e | 2017-03-28 07:15:32 | [diff] [blame] | 1841 | '[email protected]', |
Xiaocheng Hu | 8bd4d807 | 2017-10-25 23:44:32 | [diff] [blame] | 1842 | '[email protected]'], |
jbroman | 69166ca8 | 2017-04-04 21:01:36 | [diff] [blame] | 1843 | 'blink_spv2_layout_tests': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1844 | 'blink_style': ['[email protected]'], |
| 1845 | 'blink_svg': ['[email protected]', |
fmalita | 9710b73 | 2017-02-17 05:10:02 | [diff] [blame] | 1846 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1847 | '[email protected]', |
| 1848 | '[email protected]', |
| 1849 | '[email protected]', |
| 1850 | '[email protected]', |
| 1851 | '[email protected]', |
| 1852 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1853 | 'blink_track': ['[email protected]', |
| 1854 | '[email protected]', |
| 1855 | '[email protected]', |
Sriram | 8d3e0e2 | 2017-11-09 10:40:16 | [diff] [blame] | 1856 | '[email protected]', |
| 1857 | '[email protected]'], |
mvanouwerkerk | 38f632c6 | 2017-04-13 10:35:31 | [diff] [blame] | 1858 | 'blink_vibration': ['[email protected]'], |
David Bokan | 9dc004627 | 2017-12-29 00:28:01 | [diff] [blame] | 1859 | 'blink_viewport_interaction': ['[email protected]', |
| 1860 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1861 | 'blink_w3ctests': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1862 | 'blink_webp': ['[email protected]', |
| 1863 | '[email protected]', |
| 1864 | '[email protected]'], |
Takeshi Yoshino | 965c7b2 | 2018-02-15 05:18:24 | [diff] [blame] | 1865 | 'blink_websockets': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1866 | 'blink_workers': ['[email protected]', |
falken | 6731ece4 | 2016-10-12 01:41:50 | [diff] [blame] | 1867 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1868 | '[email protected]', |
shimazu | 99de61f | 2016-09-07 03:57:41 | [diff] [blame] | 1869 | '[email protected]', |
| 1870 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1871 | 'blink_wtf': ['[email protected]', |
| 1872 | '[email protected]'], |
Joel Hockey | 8ad2991 | 2017-11-09 06:38:34 | [diff] [blame] | 1873 | 'blink_xml': ['[email protected]', '[email protected]'], |
noyau | ce46087 | 2016-09-09 11:54:00 | [diff] [blame] | 1874 | 'bookmarks': ['[email protected]'], |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 1875 | 'bottombar': ['[email protected]', |
| 1876 | '[email protected]'], |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 1877 | 'browser_chromeos': ['[email protected]'], |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 1878 | 'browser_components': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1879 | 'browser_compositor': ['[email protected]', |
| 1880 | '[email protected]'], |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 1881 | 'browser_resources_md': ['[email protected]'], |
msramek | 878b39d9 | 2016-04-20 07:55:33 | [diff] [blame] | 1882 | 'browsing_data': ['[email protected]', |
| 1883 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1884 | 'bubble': ['[email protected]', |
| 1885 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1886 | '[email protected]'], |
Josh Karlin | 1bd01674 | 2017-08-18 17:44:17 | [diff] [blame] | 1887 | 'cache_storage': ['[email protected]'], |
Adam Parker | 41b9e4cb | 2017-08-14 17:09:12 | [diff] [blame] | 1888 | 'cast': ['[email protected]', |
[email protected] | 479180d2 | 2014-03-11 09:47:34 | [diff] [blame] | 1889 | '[email protected]', |
miu | a171016 | 2015-08-27 01:38:09 | [diff] [blame] | 1890 | '[email protected]', |
[email protected] | ad8ff0e | 2013-12-13 09:24:12 | [diff] [blame] | 1891 | '[email protected]', |
miu | a171016 | 2015-08-27 01:38:09 | [diff] [blame] | 1892 | '[email protected]', |
| 1893 | '[email protected]'], |
ryanchung | 4d15737 | 2016-05-10 20:27:16 | [diff] [blame] | 1894 | 'cast_certificate': ['[email protected]', |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1895 | '[email protected]', |
ryanchung | 24f9d7b | 2017-01-12 19:18:34 | [diff] [blame] | 1896 | '[email protected]'], |
Adam Parker | 41b9e4cb | 2017-08-14 17:09:12 | [diff] [blame] | 1897 | 'cast_channel': ['[email protected]', |
| 1898 | '[email protected]', |
Ryan Ki Sing Chung | 27cc7ed9 | 2017-07-25 21:53:47 | [diff] [blame] | 1899 | '[email protected]'], |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 1900 | 'cc': ['[email protected]'], |
danakj | ca57452 | 2017-09-20 16:38:59 | [diff] [blame] | 1901 | 'cc-contexts': ['[email protected]'], |
| 1902 | 'cc-display': ['[email protected]'], |
| 1903 | 'cc-paint': ['[email protected]'], |
| 1904 | 'cc-quads': ['[email protected]'], |
| 1905 | 'cc-resources': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1906 | 'certificate_transparency': ['[email protected]', |
| 1907 | '[email protected]', |
martijn | ccdd054 | 2016-11-07 18:49:27 | [diff] [blame] | 1908 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1909 | '[email protected]'], |
Joe Mason | 60ec2f3 | 2018-02-15 15:50:51 | [diff] [blame^] | 1910 | 'chrome_cleaner': ['[email protected]', |
| 1911 | '[email protected]', |
| 1912 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1913 | 'chrome_elf': ['[email protected]', |
| 1914 | '[email protected]'], |
lpy | 0ca1377 | 2017-02-28 19:48:27 | [diff] [blame] | 1915 | 'chrome_grc': ['[email protected]'], |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 1916 | 'chrome_views': ['[email protected]'], |
alokp | 9d869cc1 | 2016-05-27 01:46:31 | [diff] [blame] | 1917 | 'chromecast': ['[email protected]', |
| 1918 | '[email protected]', |
halliwell | fa56b3a4 | 2015-09-04 21:42:57 | [diff] [blame] | 1919 | '[email protected]'], |
gfhuang | 2548f90 | 2016-02-26 02:29:21 | [diff] [blame] | 1920 | 'chromecast_public': ['[email protected]'], |
Jonathon Kereliuk | 540c7d5 | 2018-01-18 06:22:03 | [diff] [blame] | 1921 | 'chromedriver': ['[email protected]', |
| 1922 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1923 | 'chromeos': ['[email protected]'], |
| 1924 | 'chromeos_attestation': ['[email protected]'], |
| 1925 | 'chromeos_calculator': ['[email protected]'], |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 1926 | 'chromeos_dbus': ['[email protected]'], |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 1927 | 'chromeos_geolocation': ['[email protected]'], |
| 1928 | 'chromeos_login': ['[email protected]', |
| 1929 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1930 | 'chromeos_net': ['[email protected]'], |
| 1931 | 'chromeos_power': ['[email protected]'], |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 1932 | 'chromeos_timezone': ['[email protected]'], |
| 1933 | 'chromeos_webui': ['[email protected]'], |
Daniel Cheng | 99312b63 | 2017-10-25 03:59:49 | [diff] [blame] | 1934 | 'clang_update': ['[email protected]', |
| 1935 | '[email protected]', |
thestig | f023ccc | 2016-11-10 14:39:15 | [diff] [blame] | 1936 | '[email protected]', |
[email protected] | cf8ffa8 | 2013-02-13 08:30:07 | [diff] [blame] | 1937 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1938 | '[email protected]', |
rnk | 28bbd177 | 2016-05-04 17:57:58 | [diff] [blame] | 1939 | '[email protected]', |
| 1940 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1941 | '[email protected]', |
thestig | f023ccc | 2016-11-10 14:39:15 | [diff] [blame] | 1942 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1943 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1944 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1945 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1946 | 'clipboard': ['[email protected]'], |
Aaron Gable | 64f27358 | 2017-03-30 18:02:00 | [diff] [blame] | 1947 | 'codereview_settings': ['[email protected]'], |
sdefresne | d94c5b0 | 2015-07-22 17:54:55 | [diff] [blame] | 1948 | 'components_deps': ['[email protected]', |
| 1949 | '[email protected]', |
| 1950 | '[email protected]'], |
Darin Fisher | 619bbcd | 2017-11-20 17:45:38 | [diff] [blame] | 1951 | 'content': ['[email protected]'], |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1952 | 'content_bluetooth': ['[email protected]', |
| 1953 | '[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 1954 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1955 | 'content_loader': ['[email protected]', |
rdsmith | 5a1bfce | 2017-06-04 13:33:52 | [diff] [blame] | 1956 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1957 | 'content_renderer': ['[email protected]'], |
mkwst | 75a31a4 | 2014-09-14 18:32:53 | [diff] [blame] | 1958 | 'content_shell': ['[email protected]', |
peter | c9e3e17 | 2015-11-02 09:29:16 | [diff] [blame] | 1959 | '[email protected]', |
| 1960 | '[email protected]'], |
Jinsuk Kim | 6d10a22 | 2017-11-16 06:37:06 | [diff] [blame] | 1961 | 'content_view_core': ['[email protected]'], |
nhiroki | 90ba010 | 2015-07-21 01:42:24 | [diff] [blame] | 1962 | 'content_worker': ['[email protected]', |
| 1963 | '[email protected]'], |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 1964 | 'contextual_search': ['[email protected]', |
| 1965 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1966 | 'courgette': ['[email protected]', |
| 1967 | '[email protected]'], |
Nico Weber | 6ff639a | 2017-08-11 21:04:50 | [diff] [blame] | 1968 | 'cq': ['[email protected]', |
| 1969 | '[email protected]', |
| 1970 | '[email protected]', |
| 1971 | '[email protected]', |
| 1972 | '[email protected]'], |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 1973 | 'cr_elements': ['[email protected]', |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 1974 | '[email protected]'], |
lizeb | f34f69b | 2016-03-30 16:08:53 | [diff] [blame] | 1975 | 'custom_tabs': ['[email protected]'], |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 1976 | 'data_reduction_proxy': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1977 | 'deep_memory_profiler': ['[email protected]'], |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1978 | 'device_bluetooth': ['[email protected]', |
| 1979 | '[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 1980 | '[email protected]'], |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 1981 | 'device_chooser': ['[email protected]', |
| 1982 | '[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 1983 | '[email protected]'], |
Jun Cai | aa1f040d | 2017-11-15 01:21:53 | [diff] [blame] | 1984 | 'device_sensors': ['[email protected]', |
| 1985 | '[email protected]', |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 1986 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1987 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1988 | 'devtools': ['[email protected]', |
| 1989 | '[email protected]'], |
Adam Parker | 41b9e4cb | 2017-08-14 17:09:12 | [diff] [blame] | 1990 | 'dial': ['[email protected]', |
| 1991 | '[email protected]', |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 1992 | '[email protected]'], |
kinuko | c462adb | 2016-12-22 12:58:49 | [diff] [blame] | 1993 | 'disk_cache': ['[email protected]'], |
David Trainor | 051827f | 2017-06-02 18:33:13 | [diff] [blame] | 1994 | 'download': ['[email protected]'], |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 1995 | 'downloads_ui': ['[email protected]'], |
[email protected] | 9a3781d | 2013-04-04 18:31:40 | [diff] [blame] | 1996 | 'drive': ['[email protected]'], |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 1997 | 'drive_resource_metadata': ['[email protected]'], |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 1998 | 'eme': ['[email protected]'], |
[email protected] | f9529e792 | 2013-06-06 05:19:41 | [diff] [blame] | 1999 | 'extension': ['[email protected]', |
| 2000 | '[email protected]'], |
Luna Lu | 7f221f2 | 2017-06-13 16:46:14 | [diff] [blame] | 2001 | 'feature_policy': ['[email protected]', |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 2002 | '[email protected]', |
| 2003 | '[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 2004 | 'fileapi': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 2005 | '[email protected]', |
| 2006 | '[email protected]'], |
yoshiki | 1c0ba278 | 2014-12-08 07:04:26 | [diff] [blame] | 2007 | 'filebrowse': ['[email protected]'], |
oka | b0be3dc | 2016-08-30 07:37:10 | [diff] [blame] | 2008 | 'filesapp': ['[email protected]', |
| 2009 | '[email protected]', |
| 2010 | '[email protected]'], |
Tomasz Mikolajewski | 2905dbb | 2017-11-22 06:24:04 | [diff] [blame] | 2011 | 'fsp': ['[email protected]'], |
Wez | 385de5a | 2017-07-13 20:13:16 | [diff] [blame] | 2012 | 'fuchsia': ['[email protected]', '[email protected]'], |
mmoroz | 58ddb817 | 2016-09-08 18:29:55 | [diff] [blame] | 2013 | 'fuzzing': ['[email protected]'], |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 2014 | 'gamepad': ['[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 2015 | '[email protected]'], |
Dan Elphick | 7c310525 | 2017-11-06 15:51:47 | [diff] [blame] | 2016 | 'gcm': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2017 | '[email protected]'], |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 2018 | 'generic_sensor': ['[email protected]', |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 2019 | '[email protected]', |
Jun Cai | aa1f040d | 2017-11-15 01:21:53 | [diff] [blame] | 2020 | '[email protected]', |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 2021 | '[email protected]', |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 2022 | '[email protected]', |
timvolodine | 4cf58ca | 2017-05-24 16:11:48 | [diff] [blame] | 2023 | '[email protected]', |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 2024 | '[email protected]'], |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 2025 | 'geolocation': ['[email protected]', |
| 2026 | '[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 2027 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 2028 | 'gfx_geometry': ['[email protected]'], |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 2029 | 'gfx_image': ['[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 2030 | 'gn': ['[email protected]', |
| 2031 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2032 | '[email protected]'], |
[email protected] | a615910 | 2013-11-08 23:21:52 | [diff] [blame] | 2033 | 'gpu': ['[email protected]'], |
Corentin Wallez | c68aa9b | 2017-10-02 15:00:03 | [diff] [blame] | 2034 | 'gpu_passthrough_cmd_decoder': ['[email protected]', |
| 2035 | '[email protected]'], |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 2036 | 'history_ui': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2037 | 'i18n': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2038 | 'importer': ['[email protected]'], |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 2039 | 'incident_reporting': ['[email protected]'], |
[email protected] | 8b25056 | 2014-08-12 19:07:45 | [diff] [blame] | 2040 | 'indexed_db': ['[email protected]', |
dgrogan | d792a7f | 2016-01-21 00:12:13 | [diff] [blame] | 2041 | '[email protected]'], |
bruthig | aa8281f | 2016-02-09 17:52:31 | [diff] [blame] | 2042 | 'ink_drop': ['[email protected]'], |
dtapuska | 1f997a1 | 2016-03-14 19:22:07 | [diff] [blame] | 2043 | 'input': ['[email protected]'], |
Piotr Swigon | e1f9263 | 2017-12-17 23:40:11 | [diff] [blame] | 2044 | 'installable': ['[email protected]'], |
Raphael Kubo da Costa | f242cef7 | 2017-11-08 16:01:18 | [diff] [blame] | 2045 | 'installer_linux': ['[email protected]', |
| 2046 | '[email protected]'], |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 2047 | 'installer_win': ['[email protected]', |
| 2048 | '[email protected]', |
| 2049 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2050 | 'instant': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2051 | '[email protected]', |
jered | 0bd025a8 | 2017-05-03 20:01:13 | [diff] [blame] | 2052 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2053 | '[email protected]', |
| 2054 | '[email protected]', |
| 2055 | '[email protected]', |
| 2056 | '[email protected]', |
| 2057 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2058 | 'ios': ['[email protected]'], |
| 2059 | 'ios_chrome': ['[email protected]', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 2060 | '[email protected]', |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 2061 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2062 | 'ios_clean': ['[email protected]', |
lpromero | 6846b19d | 2017-05-23 10:43:59 | [diff] [blame] | 2063 | '[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2064 | 'ios_showcase': ['[email protected]', |
lpromero | 6846b19d | 2017-05-23 10:43:59 | [diff] [blame] | 2065 | '[email protected]'], |
Mike Baxley | 2b300f5 | 2018-02-12 18:59:42 | [diff] [blame] | 2066 | 'ios_test': ['[email protected]'], |
edchin | 46453b4 | 2017-03-03 01:40:11 | [diff] [blame] | 2067 | 'ios_web': ['[email protected]', |
| 2068 | '[email protected]'], |
Darin Fisher | 619bbcd | 2017-11-20 17:45:38 | [diff] [blame] | 2069 | 'ipc': ['[email protected]'], |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 2070 | 'libaom': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2071 | '[email protected]', |
| 2072 | '[email protected]', |
| 2073 | '[email protected]'], |
Johann | dfa4d7d | 2017-12-07 18:05:29 | [diff] [blame] | 2074 | 'libvpx': ['[email protected]', |
| 2075 | '[email protected]', |
| 2076 | '[email protected]', |
| 2077 | '[email protected]', |
| 2078 | '[email protected]', |
| 2079 | '[email protected]'], |
Takeshi Yoshino | 524e1d26 | 2017-07-28 01:16:38 | [diff] [blame] | 2080 | 'libwebp': ['[email protected]', |
| 2081 | '[email protected]', |
| 2082 | '[email protected]'], |
dominicc | abb90e0 | 2017-03-31 04:54:23 | [diff] [blame] | 2083 | 'libxml_xslt': ['[email protected]', |
| 2084 | '[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 2085 | 'linux_fonts': ['[email protected]'], |
[email protected] | 6d7e0bf | 2014-07-28 22:30:40 | [diff] [blame] | 2086 | 'linux_sandboxing': ['[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 2087 | 'linux_seccomp_bpf': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2088 | 'login': ['[email protected]'], |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 2089 | 'mac' : ['[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 2090 | 'manifest': ['[email protected]'], |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 2091 | 'md_settings': ['[email protected]', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 2092 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2093 | 'media': ['[email protected]'], |
Miguel Casas-Sanchez | 5eb4725 | 2017-09-05 21:15:03 | [diff] [blame] | 2094 | 'media_capture_from_element': ['[email protected]'], |
Tommy Steimel | 074a182 | 2018-02-07 17:25:44 | [diff] [blame] | 2095 | 'media_controls': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2096 | 'media_galleries': ['[email protected]', |
| 2097 | '[email protected]'], |
alokp | 9e369ea72e | 2016-06-10 05:41:09 | [diff] [blame] | 2098 | 'media_mojo': ['[email protected]'], |
mcasas | feedbe4 | 2017-03-03 05:23:56 | [diff] [blame] | 2099 | 'media_recorder': ['[email protected]', |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 2100 | '[email protected]'], |
Adam Parker | 41b9e4cb | 2017-08-14 17:09:12 | [diff] [blame] | 2101 | 'media_remoting': ['[email protected]', |
| 2102 | '[email protected]', |
erickung | c2289dea | 2016-12-13 19:01:28 | [diff] [blame] | 2103 | '[email protected]', |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 2104 | '[email protected]', |
apacible | 01538e0 | 2016-11-04 22:15:31 | [diff] [blame] | 2105 | '[email protected]', |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 2106 | '[email protected]'], |
Adam Parker | 41b9e4cb | 2017-08-14 17:09:12 | [diff] [blame] | 2107 | 'media_router': ['[email protected]', |
| 2108 | '[email protected]', |
mfoltz | 57fd7f3 | 2017-05-03 06:12:58 | [diff] [blame] | 2109 | '[email protected]'], |
fmeawad | 4582cd2 | 2017-03-30 20:59:36 | [diff] [blame] | 2110 | 'memory_coordinator': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2111 | 'message_loop': ['[email protected]'], |
isherman | 1eee6f1 | 2014-12-09 02:14:30 | [diff] [blame] | 2112 | 'metrics': ['[email protected]'], |
[email protected] | 1d8899ee | 2014-06-10 20:58:12 | [diff] [blame] | 2113 | 'metrics_xml_files': ['[email protected]'], |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 2114 | 'midi': ['[email protected]'], |
[email protected] | c3830c62 | 2013-10-10 22:00:00 | [diff] [blame] | 2115 | 'mojo': ['[email protected]', |
[email protected] | 3bf40cb | 2013-10-11 19:10:49 | [diff] [blame] | 2116 | '[email protected]', |
[email protected] | 0f79ff6 | 2014-04-25 23:35:53 | [diff] [blame] | 2117 | '[email protected]', |
Yuzhu Shen | 93bd7c99 | 2017-09-01 18:21:03 | [diff] [blame] | 2118 | '[email protected]'], |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 2119 | 'mus': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2120 | 'nacl': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2121 | 'native_client_sdk': ['[email protected]', |
| 2122 | '[email protected]'], |
| 2123 | 'navigation': ['[email protected]', |
| 2124 | '[email protected]'], |
csharrison | 27df167d | 2017-01-26 21:42:31 | [diff] [blame] | 2125 | 'net': ['[email protected]', |
| 2126 | '[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2127 | 'net_base': ['[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2128 | 'net_http2': ['[email protected]'], |
| 2129 | 'net_log': ['[email protected]', |
Matt Menke | cebc240 | 2017-07-20 16:26:09 | [diff] [blame] | 2130 | '[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2131 | 'net_spdy': ['[email protected]'], |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 2132 | 'netinfo': ['[email protected]'], |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 2133 | 'nfc': ['[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 2134 | '[email protected]'], |
Mounir Lamouri | a33886c | 2018-02-07 10:00:37 | [diff] [blame] | 2135 | 'notifications': ['[email protected]', '[email protected]'], |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 2136 | 'nqe': ['[email protected]'], |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 2137 | 'ntp_snippets': ['[email protected]', |
| 2138 | '[email protected]'], |
| 2139 | 'ntp_tiles': ['[email protected]', |
| 2140 | '[email protected]'], |
peter | c7e2742 | 2017-05-17 04:05:28 | [diff] [blame] | 2141 | 'offline_items_collection': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2142 | 'offline_pages': ['[email protected]', |
Carlos Knippschild | 6a2e2f0 | 2017-06-02 18:18:14 | [diff] [blame] | 2143 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2144 | '[email protected]', |
| 2145 | '[email protected]', |
dewittj | 74b23f6f | 2016-04-21 19:29:25 | [diff] [blame] | 2146 | '[email protected]', |
| 2147 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2148 | '[email protected]'], |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 2149 | 'omnibox': ['[email protected]'], |
Doug Arnett | a94d3ae | 2017-11-07 00:10:34 | [diff] [blame] | 2150 | 'optimization_guide': ['[email protected]', |
| 2151 | '[email protected]', |
Takeshi Yoshino | ab2ce856 | 2017-11-09 05:19:19 | [diff] [blame] | 2152 | '[email protected]'], |
iclelland | 8b90440 | 2016-10-05 15:01:23 | [diff] [blame] | 2153 | 'origin_trials': ['[email protected]', |
Ian Clelland | 1b27f8f6 | 2017-06-22 13:36:24 | [diff] [blame] | 2154 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2155 | 'ozone': ['[email protected]', |
| 2156 | '[email protected]'], |
Emily Stark | 204d238 | 2017-12-01 05:24:56 | [diff] [blame] | 2157 | 'page_info' : ['[email protected]'], |
Bryan McQuade | 4233f41 | 2017-07-28 16:23:41 | [diff] [blame] | 2158 | 'page_load_metrics' : ['[email protected]', |
| 2159 | '[email protected]', |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 2160 | '[email protected]', |
| 2161 | '[email protected]'], |
Daniel Cheng | 99312b63 | 2017-10-25 03:59:49 | [diff] [blame] | 2162 | 'panels': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2163 | '[email protected]', |
| 2164 | '[email protected]'], |
mkwst | 17a9875d | 2016-06-24 10:36:39 | [diff] [blame] | 2165 | 'password_manager': ['[email protected]', |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame] | 2166 | '[email protected]'], |
sebsg | bbfbea0 | 2016-10-24 21:54:59 | [diff] [blame] | 2167 | 'payments': ['[email protected]', |
gogerald | e108bcb | 2016-11-24 16:07:22 | [diff] [blame] | 2168 | '[email protected]', |
mahmadi | 0a7bb59f | 2017-02-22 19:13:49 | [diff] [blame] | 2169 | '[email protected]', |
| 2170 | '[email protected]'], |
| 2171 | 'payments_ios': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2172 | 'pepper_api': ['[email protected]', |
| 2173 | '[email protected]', |
| 2174 | '[email protected]', |
| 2175 | '[email protected]', |
| 2176 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 2177 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2178 | '[email protected]'], |
Dominick Ng | caa7b40 | 2017-07-11 07:35:39 | [diff] [blame] | 2179 | 'permissions': ['[email protected]', |
Xi Han | 50f523a1d | 2017-07-19 15:56:11 | [diff] [blame] | 2180 | '[email protected]', |
Dominick Ng | caa7b40 | 2017-07-11 07:35:39 | [diff] [blame] | 2181 | '[email protected]', |
Timothy Loh | b2a4eff | 2017-08-03 07:07:56 | [diff] [blame] | 2182 | '[email protected]', |
| 2183 | '[email protected]'], |
François Beaufort | b2070eb | 2018-02-08 10:36:34 | [diff] [blame] | 2184 | 'picture_in_picture': ['[email protected]'], |
stuartmorgan | f8c13292 | 2015-01-23 14:45:34 | [diff] [blame] | 2185 | 'plugin': ['[email protected]'], |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 2186 | 'polymer': ['[email protected]'], |
Charles Harrison | 981d33c | 2017-10-06 21:36:22 | [diff] [blame] | 2187 | 'popup_blocker': ['[email protected]'], |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 2188 | 'precache': ['[email protected]'], |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 2189 | 'prepopulated_engines': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2190 | 'prerender': ['[email protected]', |
| 2191 | '[email protected]', |
| 2192 | '[email protected]'], |
Adam Parker | 41b9e4cb | 2017-08-14 17:09:12 | [diff] [blame] | 2193 | 'presentation': ['[email protected]', |
| 2194 | '[email protected]'], |
Peter Beverloo | 4548c85 | 2017-08-31 13:45:17 | [diff] [blame] | 2195 | 'push_messaging': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2196 | '[email protected]'], |
stkhapugin | 0650314 | 2016-12-07 14:32:12 | [diff] [blame] | 2197 | 'reading_list': ['[email protected]'], |
[email protected] | c388759 | 2014-02-06 20:02:25 | [diff] [blame] | 2198 | 'remoting': ['[email protected]'], |
Ali Tofigh | 000debb5 | 2017-11-07 21:35:42 | [diff] [blame] | 2199 | 'rlz_id': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2200 | '[email protected]'], |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 2201 | 'runtime_enabled_features': ['[email protected]'], |
Greg Thompson | 4f90fc99 | 2017-07-25 19:30:37 | [diff] [blame] | 2202 | 'safe_browsing': ['[email protected]', |
vakh | 125ad86 | 2017-03-17 00:06:25 | [diff] [blame] | 2203 | '[email protected]'], |
| 2204 | 'safe_browsing_db': ['[email protected]', |
| 2205 | '[email protected]'], |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 2206 | 'scheduler': ['[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 2207 | 'screen_orientation': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2208 | 'service_worker': ['[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 2209 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2210 | '[email protected]', |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 2211 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2212 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 2213 | '[email protected]', |
shimazu | 99de61f | 2016-09-07 03:57:41 | [diff] [blame] | 2214 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2215 | '[email protected]'], |
Colin Blundell | 6d2669a | 2017-07-11 06:26:53 | [diff] [blame] | 2216 | 'services_public': ['[email protected]'], |
alito | c5534d6 | 2017-04-21 01:48:58 | [diff] [blame] | 2217 | 'settings_reset_prompt': ['[email protected]'], |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 2218 | 'site_engagement': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2219 | 'site_instance': ['[email protected]', |
| 2220 | '[email protected]', |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 2221 | '[email protected]'], |
Zentaro Kavanagh | 608f8a1 | 2018-01-19 18:39:56 | [diff] [blame] | 2222 | 'smb': ['[email protected]'], |
Joe Medley | a129fe3 | 2018-01-25 15:20:22 | [diff] [blame] | 2223 | 'source_idls': ['[email protected]'], |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 2224 | 'spellcheck': ['[email protected]', |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 2225 | '[email protected]', |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 2226 | '[email protected]', |
| 2227 | '[email protected]'], |
Greg Thompson | 9ea09170 | 2018-01-04 11:06:32 | [diff] [blame] | 2228 | 'startup': ['[email protected]', |
| 2229 | '[email protected]'], |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 2230 | 'streams': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2231 | 'styleguide': ['[email protected]', |
vmpstr | deec20e | 2016-11-18 22:17:32 | [diff] [blame] | 2232 | '[email protected]', |
| 2233 | '[email protected]'], |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 2234 | 'subresource_filter': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2235 | 'supervised_users': ['[email protected]'], |
maxbogue | 65ea263 | 2016-04-04 18:12:58 | [diff] [blame] | 2236 | 'sync': ['[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 2237 | 'syncfs': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 2238 | '[email protected]', |
| 2239 | '[email protected]'], |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 2240 | 'tab_alert_indicators': ['[email protected]'], |
Adam Parker | 41b9e4cb | 2017-08-14 17:09:12 | [diff] [blame] | 2241 | 'tab_capture': ['[email protected]', |
| 2242 | '[email protected]', |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 2243 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2244 | 'tab_contents': ['[email protected]', |
| 2245 | '[email protected]', |
| 2246 | '[email protected]'], |
tdresser | d80646f | 2017-03-03 19:26:08 | [diff] [blame] | 2247 | 'tbmv2_metrics': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 2248 | 'tcmalloc': ['[email protected]'], |
tonyg | c7f6a4c1 | 2015-01-16 18:32:26 | [diff] [blame] | 2249 | 'telemetry': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2250 | 'test_runner': ['[email protected]', |
einbinder | a29577e | 2016-08-23 01:21:49 | [diff] [blame] | 2251 | '[email protected]', |
| 2252 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2253 | 'tests': [], |
jlklein | ecc8195 | 2016-11-19 00:16:07 | [diff] [blame] | 2254 | 'tether': ['[email protected]', |
dbeam | d924f0d0d | 2017-06-20 02:34:25 | [diff] [blame] | 2255 | '[email protected]', |
| 2256 | '[email protected]', |
| 2257 | '[email protected]', |
| 2258 | '[email protected]', |
| 2259 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2260 | 'textinput': ['[email protected]', |
| 2261 | '[email protected]', |
| 2262 | '[email protected]', |
Yuichiro Hanada | f0b3b47 | 2017-10-17 07:00:53 | [diff] [blame] | 2263 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2264 | '[email protected]'], |
| 2265 | 'textinput_chromeos': ['[email protected]', |
| 2266 | '[email protected]', |
Yuichiro Hanada | f0b3b47 | 2017-10-17 07:00:53 | [diff] [blame] | 2267 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2268 | '[email protected]'], |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 2269 | 'timers': ['[email protected]'], |
robliao | fd54b5c | 2017-01-13 00:41:30 | [diff] [blame] | 2270 | 'tools_win_chromeexts': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2271 | 'tracing': ['[email protected]', |
| 2272 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 2273 | 'ui_compositor': ['[email protected]'], |
robliao | 2c4b749 | 2016-07-19 01:57:26 | [diff] [blame] | 2274 | 'ui_display_win': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 2275 | 'ui_resources': ['[email protected]'], |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 2276 | 'ui_strings': ['[email protected]'], |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 2277 | 'usb': ['[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 2278 | '[email protected]'], |
Alexandre Courbot | 5922bd6 | 2017-12-13 09:19:30 | [diff] [blame] | 2279 | 'v4l2': ['[email protected]'], |
Miguel Casas-Sanchez | a65d49a | 2017-12-11 03:27:48 | [diff] [blame] | 2280 | 'vaapi': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2281 | 'valgrind': ['[email protected]', |
timurrrr | 5335dbd | 2015-04-15 11:04:55 | [diff] [blame] | 2282 | '[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 2283 | 'version_assembly': ['[email protected]', |
| 2284 | '[email protected]'], |
Alexandre Courbot | c554433 | 2017-11-27 03:59:52 | [diff] [blame] | 2285 | 'video': ['[email protected]'], |
mcasas | 9558316b | 2017-03-10 18:57:31 | [diff] [blame] | 2286 | 'video_capture': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2287 | 'views': ['[email protected]'], |
blakeo | d4cc78a | 2017-05-10 06:56:48 | [diff] [blame] | 2288 | 'virtual_keyboard': ['[email protected]', |
| 2289 | '[email protected]', |
oka | bf9f6f0 | 2017-02-17 05:14:29 | [diff] [blame] | 2290 | '[email protected]', |
| 2291 | '[email protected]'], |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 2292 | 'virtual_reality': ['[email protected]'], |
Vincent Scheib | d5da4d95 | 2017-11-03 01:33:24 | [diff] [blame] | 2293 | 'wake_lock': ['[email protected]', |
Vincent Scheib | f01b55ff2 | 2018-01-10 21:05:06 | [diff] [blame] | 2294 | '[email protected]'], |
Matt Giuca | 9eb910d | 2017-08-02 04:07:38 | [diff] [blame] | 2295 | 'web_share': ['[email protected]'], |
Takeshi Yoshino | e387aa3 | 2017-08-02 13:16:13 | [diff] [blame] | 2296 | 'webrtc_browser_tests': ['[email protected]'], |
raymes | f508463 | 2015-07-02 07:14:15 | [diff] [blame] | 2297 | 'website_settings': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2298 | '[email protected]', |
| 2299 | '[email protected]'], |
| 2300 | 'windows_sandboxing': ['[email protected]', |
| 2301 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2302 | 'x11': ['[email protected]', |
| 2303 | '[email protected]', |
| 2304 | '[email protected]'], |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 2305 | 'zoom': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 2306 | }, |
| 2307 | } |