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