[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 | }, |
[email protected] | e9db77a | 2013-06-12 23:56:17 | [diff] [blame] | 28 | 'activity_log': { |
| 29 | 'filepath': 'chrome/browser/extensions/activity_log/' \ |
| 30 | '|chrome/browser/extensions/api/activity_log_private/' |
| 31 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 32 | 'add_to_homescreen': { |
| 33 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/webapps/|'\ |
| 34 | 'chrome/android/javatests/src/org/chromium/chrome/browser/webapps/|'\ |
| 35 | 'chrome/android/junit/src/org/chromium/chrome/browser/webapps/|'\ |
| 36 | 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\ |
| 37 | 'chrome/browser/android/shortcut_.*|'\ |
| 38 | 'chrome/browser/android/webapps/', |
| 39 | }, |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 40 | 'android_crash_reporting': { |
| 41 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/crash/' |
| 42 | }, |
johnmaguire | 6aaac790 | 2016-03-15 12:28:20 | [diff] [blame] | 43 | 'android_crazy_linker': { |
| 44 | 'filepath': 'third_party/android_crazy_linker/' |
| 45 | }, |
dfalcantara | ef21e9e | 2016-01-07 01:16:26 | [diff] [blame] | 46 | 'android_infobars': { |
| 47 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/infobar/' |
| 48 | }, |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 49 | 'android_infra': { |
| 50 | 'filepath': 'build/android/' \ |
| 51 | '|testing/android/' \ |
| 52 | '|tools/android/' |
| 53 | }, |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 54 | 'android_java': { |
| 55 | 'filepath': '/java/' |
| 56 | }, |
gabadie | b0d23bb9 | 2016-02-17 11:26:16 | [diff] [blame] | 57 | 'android_loading': { |
| 58 | 'filepath': 'tools/android/loading/' |
| 59 | }, |
[email protected] | d6af5081 | 2014-04-01 17:18:09 | [diff] [blame] | 60 | 'android_media': { |
| 61 | 'filepath': 'content/browser/media/android' \ |
| 62 | '|content/renderer/media/android' \ |
| 63 | '|media/audio/android' \ |
| 64 | '|media/base/android' \ |
| 65 | '|media/midi/*_android.*' \ |
| 66 | '|media/video/capture/android' |
| 67 | }, |
wnwen | a036416 | 2017-02-16 20:37:38 | [diff] [blame] | 68 | 'android_studio': { |
| 69 | 'filepath': 'build/android/gradle/' |
| 70 | }, |
[email protected] | 3261d96 | 2014-03-04 22:18:28 | [diff] [blame] | 71 | 'android_tab': { |
| 72 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' |
| 73 | }, |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 74 | 'android_uma_settings': { |
| 75 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/UsageAndCrashReportsPreferenceFragment.java|'\ |
| 76 | 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferencesManager.java|'\ |
| 77 | 'chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/PrivacyPreferences.java|'\ |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 78 | 'chrome/android/java/src/org/chromium/chrome/browser/metrics/UmaSessionStats.java', |
| 79 | }, |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 80 | 'android_webapk': { |
zpeng | 4c3bc37 | 2016-10-13 03:00:48 | [diff] [blame] | 81 | 'filepath': 'chrome/android/webapk/|'\ |
| 82 | 'chrome/browser/android/webapk/', |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 83 | }, |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 84 | 'android_webview': { |
| 85 | 'filepath': 'android_webview/', |
| 86 | }, |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 87 | 'app_list': { |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 88 | 'filepath': 'chrome/browser/ui/app_list'\ |
| 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 | }, |
poromov | 7633f60 | 2017-02-21 16:44:01 | [diff] [blame] | 111 | 'arc_kiosk': { |
| 112 | 'filepath': 'chrome/browser/chromeos/app_mode/arc/'\ |
| 113 | '|components/arc/kiosk/'\ |
| 114 | '|arc_kiosk' |
| 115 | }, |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 116 | 'arc_net': { |
| 117 | 'filepath': 'components/arc/net/', |
| 118 | }, |
ejcaruso | a298ec0 | 2016-06-16 20:30:43 | [diff] [blame] | 119 | 'arc_power': { |
| 120 | 'filepath': 'components/arc/power/', |
| 121 | }, |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 122 | 'ash': { |
| 123 | 'filepath': 'ash/', |
| 124 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 125 | 'aura': { |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 126 | 'filepath': 'ui/aura/', |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 127 | }, |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 128 | 'aura_compositor': { |
| 129 | 'filepath': |
| 130 | 'ui/compositor/' \ |
[email protected] | 6dc38f7 | 2014-01-16 22:19:58 | [diff] [blame] | 131 | '|content/browser/compositor/' \ |
| 132 | '|content/browser/renderer_host/compositor_resize_lock_aura' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 133 | '|content/browser/renderer_host/render_widget_host_view_aura' \ |
| 134 | '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
[email protected] | a6eeeef9 | 2014-03-19 19:06:44 | [diff] [blame] | 135 | '|content/browser/renderer_host/delegated' \ |
| 136 | '|content/browser/renderer_host/software' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 137 | '|content/common/gpu/client/' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 138 | }, |
sullivan | 0171e3c | 2015-03-03 18:47:21 | [diff] [blame] | 139 | 'auto_bisect': { |
| 140 | 'filepath': 'tools/run-bisect-perf-regression.py'\ |
| 141 | '|tools/run-perf-test.cfg'\ |
| 142 | '|tools/auto_bisect/' |
| 143 | }, |
[email protected] | 2a38f0c0 | 2013-05-29 02:27:45 | [diff] [blame] | 144 | 'autofill': { |
rouslan | fbfa740 | 2016-11-22 19:36:39 | [diff] [blame] | 145 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/autofill/|'\ |
| 146 | 'chrome/browser/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 147 | 'chrome/browser/resources/options/autofill_|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 148 | 'chrome/browser/ui/android/autofill/|'\ |
| 149 | 'chrome/browser/ui/autofill/|'\ |
[email protected] | e3e4ca6 | 2013-05-17 08:50:27 | [diff] [blame] | 150 | 'chrome/browser/ui/cocoa/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 151 | 'chrome/browser/ui/views/autofill/|'\ |
| 152 | 'chrome/browser/ui/webui/options/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': { |
| 160 | 'filepath': 'background_fetch', |
| 161 | }, |
| 162 | 'background_sync': { |
| 163 | 'filepath': 'background_sync', |
| 164 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 165 | 'banners': { |
| 166 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/banners/|'\ |
| 167 | 'chrome/android/javatests/src/org/chromium/chrome/browser/banners/|'\ |
| 168 | 'chrome/browser/android/banners/|'\ |
| 169 | 'chrome/browser/banners/|'\ |
| 170 | 'chrome/browser/ui/android/infobars/app_banner_.*|'\ |
| 171 | 'chrome/renderer/banners/|'\ |
| 172 | 'third_party/WebKit/public/platform/modules/app_banner/|'\ |
| 173 | 'third_party/WebKit/Source/modules/app_banner/', |
| 174 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 175 | 'base': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 176 | 'filepath': '^base/', |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 177 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 178 | 'base_allocator': { |
| 179 | 'filepath': '^base/allocator', |
| 180 | }, |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 181 | 'base_memory': { |
| 182 | 'filepath': '^base/memory', |
| 183 | }, |
robliao | 1644d8b | 2016-04-11 15:39:59 | [diff] [blame] | 184 | 'base_task_scheduler': { |
| 185 | 'filepath': '^base/task_scheduler', |
| 186 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 187 | 'base_win': { |
| 188 | 'filepath': '^base/win', |
| 189 | }, |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 190 | 'battery_status': { |
| 191 | 'filepath': 'content/browser/battery_status/|'\ |
timvolodine | 953fde7 | 2014-12-09 16:47:10 | [diff] [blame] | 192 | 'content/test/data/battery_status/|'\ |
| 193 | 'device/battery/', |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 194 | }, |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 195 | 'bookmarks': { |
| 196 | 'filepath': 'chrome/browser/bookmarks/' \ |
[email protected] | 771ad48 | 2013-07-16 17:32:48 | [diff] [blame] | 197 | '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
| 198 | '|chrome/browser/extensions/api/bookmarks/' \ |
| 199 | '|chrome/browser/resources/bookmark_manager/' \ |
[email protected] | cd869cde | 2013-01-31 15:46:35 | [diff] [blame] | 200 | '|chrome/browser/ui/bookmarks/' \ |
| 201 | '|chrome/browser/ui/cocoa/bookmarks/' \ |
[email protected] | 5cb8b6e1 | 2014-05-19 16:53:46 | [diff] [blame] | 202 | '|chrome/browser/ui/views/bookmarks/' \ |
| 203 | '|components/bookmarks' |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 204 | }, |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 205 | 'bottombar': { |
| 206 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/', |
| 207 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 208 | 'breakpad_app': { |
sdefresne | 8ba0b88c | 2015-09-18 10:33:13 | [diff] [blame] | 209 | 'filepath': 'components/crash/content/app/', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 210 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 211 | 'browser': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 212 | 'filepath': 'chrome/browser/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 213 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 214 | 'browser_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 215 | 'filepath': 'chrome/browser/chromeos/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 216 | }, |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 217 | 'browser_components': { |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 218 | 'filepath': 'chrome/browser/autofill/' \ |
| 219 | '|chrome/browser/bookmarks/' \ |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 220 | '|chrome/browser/favicon/' \ |
[email protected] | ddf288e | 2013-01-09 20:58:27 | [diff] [blame] | 221 | '|chrome/browser/history/' \ |
[email protected] | fccf488 | 2013-03-15 04:46:19 | [diff] [blame] | 222 | '|chrome/browser/webdata/' \ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 223 | '|components/autofill/' |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 224 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 225 | 'browser_compositor': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 226 | 'filepath': 'ui/compositor/' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 227 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 228 | 'browser_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 229 | 'filepath': 'chrome/browser/resources/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 230 | }, |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 231 | 'browser_resources_md': { |
| 232 | 'filepath': 'chrome/browser/resources/md_'\ |
| 233 | '|chrome/browser/resources/settings/', |
| 234 | }, |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 235 | 'browsing_data': { |
| 236 | 'filepath': 'chrome/browser/browsing_data/', |
| 237 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 238 | 'bubble': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 239 | 'filepath': 'ui/views/bubble/|'\ |
rouslan | 8d6a837 | 2015-09-10 19:10:10 | [diff] [blame] | 240 | 'chrome/browser/ui/views/bubble/|'\ |
| 241 | 'components/bubble/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 242 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 243 | 'cache_storage': { |
| 244 | 'filepath': 'cache_storage', |
| 245 | }, |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 246 | 'cast': { |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 247 | 'filepath': 'media/cast/'\ |
| 248 | '|chrome/browser/extensions/api/cast_streaming/'\ |
| 249 | '|chrome/browser/media/cast'\ |
| 250 | '|chrome/renderer/media/cast'\ |
| 251 | '|chrome/test/data/extensions/api_test/cast_'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 252 | '|content/public/renderer/media_stream_'\ |
| 253 | '|content/renderer/media/(media_stream|(.+audio_source))', |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 254 | }, |
ryanchung | 4d15737 | 2016-05-10 20:27:16 | [diff] [blame] | 255 | 'cast_certificate': { |
| 256 | 'filepath': 'components/cast_certificate/'\ |
| 257 | '|components/test/data/cast_certificate/', |
| 258 | }, |
eranm | c2a9f61 | 2015-11-24 16:41:34 | [diff] [blame] | 259 | 'certificate_transparency': { |
| 260 | 'filepath': 'components/certificate_transparency/'\ |
| 261 | '|components/packed_ct_ev_whitelist/'\ |
| 262 | '|net/cert/ct_'\ |
| 263 | '|net/cert/multi_log_ct_verifier'\ |
| 264 | '|net/cert/sct_status_flags.h'\ |
| 265 | '|net/cert/signed_certificate_timestamp'\ |
| 266 | '|net/cert/signed_tree_head'\ |
| 267 | '|net/test/ct_', |
| 268 | }, |
[email protected] | 651d999 | 2014-04-09 17:18:41 | [diff] [blame] | 269 | 'chromecast': { |
| 270 | 'filepath': 'chromecast/', |
| 271 | }, |
gfhuang | 2548f90 | 2016-02-26 02:29:21 | [diff] [blame] | 272 | 'chromecast_public': { |
| 273 | 'filepath': 'chromecast/public/', |
| 274 | }, |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 275 | 'cc': { |
| 276 | 'filepath': 'cc/|'\ |
[email protected] | 4934d36 | 2012-11-22 22:04:53 | [diff] [blame] | 277 | 'content/common/cc_messages' |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 278 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 279 | 'chrome_elf': { |
| 280 | 'filepath': 'chrome_elf', |
| 281 | }, |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 282 | 'chrome_views': { |
| 283 | 'filepath': 'chrome/browser/ui/views', |
| 284 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 285 | 'chromedriver': { |
samuong | 53d5e61 | 2014-10-10 18:56:38 | [diff] [blame] | 286 | 'filepath': 'chrome/test/chromedriver|'\ |
| 287 | 'chrome/test/data/chromedriver|'\ |
| 288 | 'third_party/webdriver' |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 289 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 290 | 'chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 291 | 'filepath': 'chromeos/', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 292 | }, |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 293 | 'chromeos_attestation': { |
| 294 | 'filepath': 'chromeos/attestation/|'\ |
[email protected] | 64494c3f | 2013-08-14 22:15:59 | [diff] [blame] | 295 | 'chrome/browser/chromeos/attestation/|'\ |
| 296 | 'chrome/browser/extensions/api/enterprise_platform_keys_private/', |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 297 | }, |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 298 | 'chromeos_calculator': { |
| 299 | 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| 300 | }, |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 301 | 'chromeos_dbus': { |
| 302 | 'filepath': 'chromeos/dbus/', |
| 303 | }, |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 304 | 'chromeos_geolocation': { |
| 305 | 'filepath': 'chromeos/geolocation/', |
| 306 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 307 | 'chromeos_login': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 308 | 'filepath': 'chrome/browser/chromeos/login/|'\ |
| 309 | 'chrome/browser/ui/webui/chromeos/login/|'\ |
dzhioev | cc7c049 | 2014-11-25 14:52:58 | [diff] [blame] | 310 | 'chrome/browser/resources/chromeos/login/|'\ |
| 311 | 'ui/login/', |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 312 | }, |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 313 | 'chromeos_net': { |
| 314 | 'filepath': 'chromeos/network/|'\ |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 315 | 'chrome/browser/chromeos/net/|'\ |
| 316 | 'chrome/browser/extensions/api/networking_private/|'\ |
| 317 | 'extensions/browser/api/networking_private/|'\ |
| 318 | 'ui/chromeos/network/', |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 319 | }, |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 320 | 'chromeos_power': { |
[email protected] | c3943ad | 2013-07-03 13:44:56 | [diff] [blame] | 321 | 'filepath': 'ash/system/chromeos/power/|'\ |
| 322 | 'chromeos/dbus/power_.*|'\ |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 323 | 'chrome/browser/chromeos/power/', |
| 324 | }, |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 325 | 'chromeos_timezone': { |
| 326 | 'filepath': 'chromeos/timezone/', |
| 327 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 328 | 'chromeos_webui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 329 | 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 330 | 'chrome/browser/resources/chromeos/', |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 331 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 332 | 'clang_update': { |
Nico Weber | e250e6a | 2015-12-02 19:31:56 | [diff] [blame] | 333 | 'filepath': 'tools/clang/scripts/update.py' |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 334 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 335 | 'clipboard': { |
| 336 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 337 | }, |
[email protected] | 0387ab3 | 2014-08-05 00:13:42 | [diff] [blame] | 338 | 'closure': { |
[email protected] | 18fd7a53 | 2014-08-20 23:09:51 | [diff] [blame] | 339 | 'filepath': 'third_party/closure_(compiler|linter)/|' |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 340 | 'compiled_resources2?.gyp', |
[email protected] | 0387ab3 | 2014-08-05 00:13:42 | [diff] [blame] | 341 | }, |
sdefresne | d94c5b0 | 2015-07-22 17:54:55 | [diff] [blame] | 342 | 'components_deps': { |
| 343 | 'filepath': 'components/([^/]*/)*DEPS', |
| 344 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 345 | 'content': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 346 | 'filepath': 'content/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 347 | }, |
scheib | 968e6105 | 2014-11-05 00:27:25 | [diff] [blame] | 348 | 'content_bluetooth': { |
| 349 | 'filepath': 'content/.*bluetooth' |
| 350 | }, |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 351 | 'content_loader': { |
mmenke | faa97d3b | 2016-09-25 14:24:02 | [diff] [blame] | 352 | 'filepath': 'chrome/browser/loader|' \ |
| 353 | 'content/browser/loader|' \ |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 354 | 'content/child/*loader', |
| 355 | }, |
mkwst | 51262702 | 2014-09-16 09:23:27 | [diff] [blame] | 356 | 'content_renderer': { |
| 357 | 'filepath': 'content/renderer/', |
| 358 | }, |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 359 | 'content_shell': { |
| 360 | 'filepath': 'content/shell/', |
| 361 | }, |
kinuko | a121bce | 2015-01-30 10:04:41 | [diff] [blame] | 362 | 'content_worker': { |
| 363 | 'filepath': 'content/.*worker', |
| 364 | }, |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 365 | 'contextual_search': { |
| 366 | 'filepath': 'chrome/browser/android/contextualsearch/|' \ |
| 367 | 'chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/|' \ |
| 368 | 'chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/|' \ |
| 369 | 'components/contextual_search/', |
| 370 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 371 | 'cookie_monster': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 372 | 'filepath': 'net/cookies/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 373 | 'chrome/browser/net/sqlite_persistent_cookie_store', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 374 | }, |
wfh | 792b71c | 2016-05-04 23:33:41 | [diff] [blame] | 375 | 'courgette': { |
| 376 | 'filepath': 'courgette/', |
| 377 | }, |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 378 | 'cr_elements': { |
| 379 | 'filepath': 'ui/webui/resources/cr_element', |
| 380 | }, |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 381 | 'custom_tabs': { |
Newton Allen | 38c6221 | 2015-06-24 21:41:53 | [diff] [blame] | 382 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/customtabs/|'\ |
ianwen | cdb8c9e | 2015-06-18 22:10:15 | [diff] [blame] | 383 | 'chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/', |
alancutter | cbad651 | 2015-06-19 02:31:28 | [diff] [blame] | 384 | }, |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 385 | 'data_reduction_proxy': { |
| 386 | 'filepath': 'chrome/browser/net/spdyproxy/|'\ |
| 387 | 'data_reduction_proxy|'\ |
| 388 | 'chrome_proxy', |
| 389 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 390 | 'deep_memory_profiler': { |
| 391 | 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| 392 | }, |
Bartosz Fabianowski | 85a82381 | 2015-04-16 10:27:51 | [diff] [blame] | 393 | 'device_bluetooth': { |
| 394 | 'filepath': 'device/.*bluetooth' |
| 395 | }, |
[email protected] | 29ad47c | 2014-04-23 09:12:48 | [diff] [blame] | 396 | 'device_sensors': { |
| 397 | 'filepath': 'content/browser/device_sensors/|'\ |
| 398 | 'content/common/device_sensors/|'\ |
| 399 | 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\ |
| 400 | 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 401 | 'content/renderer/device_sensors/|'\ |
| 402 | 'content/test/data/device_sensors/|'\ |
| 403 | 'device/sensors/', |
[email protected] | 8c66723 | 2013-11-12 19:49:14 | [diff] [blame] | 404 | }, |
scheib | abdd7d3 | 2015-02-11 22:13:08 | [diff] [blame] | 405 | 'developer_recommended_flags': { |
| 406 | 'filepath': 'developer_recommended_flags.gypi', |
| 407 | }, |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 408 | 'devtools': { |
| 409 | 'filepath': 'devtools', |
| 410 | }, |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 411 | 'disk_cache': { |
| 412 | 'filepath': 'net/disk_cache/|http_cache', |
| 413 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 414 | 'download': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 415 | 'filepath': 'chrome/browser/download/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 416 | 'content/browser/download/', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 417 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 418 | 'downloads_ui': { |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 419 | 'filepath': 'chrome/browser/resources/(md_)?downloads/|' \ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 420 | 'chrome/browser/ui/webui/.*downloads|' \ |
| 421 | 'chrome/browser/ui/views/download/|' \ |
asanka | 2009f41 | 2015-10-05 17:28:12 | [diff] [blame] | 422 | 'chrome/browser/ui/cocoa/download/' |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 423 | }, |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 424 | 'drive': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 425 | 'filepath': 'chrome/browser/chromeos/drive/|' \ |
| 426 | 'chrome/browser/google_apis/' |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 427 | }, |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 428 | 'drive_resource_metadata': { |
[email protected] | 2c948e1 | 2013-10-17 03:08:33 | [diff] [blame] | 429 | 'filepath': 'chrome/browser/chromeos/drive/resource_metadata' |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 430 | }, |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 431 | 'eme': { |
| 432 | 'filepath': 'components/cdm/|' \ |
| 433 | 'content/browser/media/cdm/|' \ |
| 434 | 'content/renderer/media/crypto/|' \ |
| 435 | 'media/base/android/*drm*|' \ |
| 436 | 'media/cdm/|' \ |
| 437 | 'third_party/widevine/cdm/' |
| 438 | }, |
[email protected] | 247dcfb9 | 2014-04-23 18:25:59 | [diff] [blame] | 439 | 'events': { |
| 440 | 'filepath': 'ui/events/', |
| 441 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 442 | 'extension': { |
| 443 | 'filepath': 'extension', |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 444 | }, |
lunalu | 0a9c0542 | 2016-11-11 17:19:06 | [diff] [blame] | 445 | 'feature_policy': { |
| 446 | 'filepath': 'third_party/WebKit/Source/platform/feature_policy/|' \ |
| 447 | 'third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures', |
| 448 | }, |
apacible | c4093a9 | 2016-04-19 19:21:58 | [diff] [blame] | 449 | 'feedback_ui': { |
| 450 | 'filepath': 'chrome/browser/resources/(md_)?feedback/' |
| 451 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 452 | 'fileapi': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 453 | 'filepath': 'file_system/|' \ |
| 454 | 'fileapi/' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 455 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 456 | 'filebrowse': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 457 | 'filepath': 'file_browser|' \ |
| 458 | 'file_manager|' \ |
| 459 | 'filebrowse' |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 460 | }, |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 461 | 'filesapp': { |
oka | b0be3dc | 2016-08-30 07:37:10 | [diff] [blame] | 462 | 'filepath': 'chrome/browser/chromeos/drive|' \ |
| 463 | 'chrome/browser/chromeos/extensions/file_manager|' \ |
| 464 | 'chrome/browser/chromeos/extensions/file_system_provider|' \ |
| 465 | 'chrome/browser/chromeos/file_manager|' \ |
| 466 | 'chrome/browser/chromeos/file_system_provider|' \ |
| 467 | 'chrome/browser/drive|' \ |
| 468 | 'chrome/test/data/extensions/api_test/file_system_provider|' \ |
| 469 | 'components/drive|' \ |
| 470 | 'google_apis/drive|' \ |
| 471 | 'ui/file_manager' |
| 472 | }, |
| 473 | 'filesapp_ui': { |
[email protected] | 4ff3d9f | 2014-04-24 05:25:20 | [diff] [blame] | 474 | 'filepath': 'ui/file_manager' |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 475 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 476 | 'ftp': { |
| 477 | 'filepath': 'ftp', |
[email protected] | ffeb189d | 2011-10-05 18:49:39 | [diff] [blame] | 478 | }, |
mmoroz | 58ddb817 | 2016-09-08 18:29:55 | [diff] [blame] | 479 | 'fuzzing': { |
| 480 | 'filepath': 'fuzz|Fuzz', |
| 481 | }, |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 482 | 'gcm': { |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 483 | 'filepath': 'chrome/browser/gcm/|'\ |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 484 | 'components/gcm_driver/|'\ |
| 485 | 'google_apis/gcm/', |
| 486 | }, |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 487 | 'generic_sensor': { |
| 488 | 'filepath': 'device/generic_sensor/|'\ |
| 489 | 'third_party/WebKit/Source/modules/sensor/', |
| 490 | }, |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 491 | 'geolocation': { |
| 492 | 'filepath': 'chrome/browser/geolocation/|'\ |
| 493 | 'content/browser/geolocation|'\ |
| 494 | 'content/public/common/geoposition.*|'\ |
| 495 | 'content/public/browser/geolocation.*|'\ |
| 496 | 'content/renderer/geolocation.*|'\ |
| 497 | 'content/shell/geolocation/', |
| 498 | }, |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 499 | 'gfx_image': { |
| 500 | 'filepath': 'ui/gfx/image/', |
| 501 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 502 | 'gfx_geometry': { |
danakj | 570c133 | 2015-01-06 16:59:36 | [diff] [blame] | 503 | 'filepath': 'ui/gfx/geometry/', |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 504 | }, |
[email protected] | 4d1773e | 2014-04-05 07:59:57 | [diff] [blame] | 505 | 'gn': { |
| 506 | 'filepath': 'tools/gn', |
| 507 | }, |
tikuta | 9a7046f | 2017-02-16 09:22:45 | [diff] [blame] | 508 | 'goma': { |
| 509 | 'filepath': 'infra/config/cq.cfg', |
| 510 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 511 | 'gpu': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 512 | 'filepath': 'gpu/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 513 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 514 | 'history_ui': { |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 515 | 'filepath': 'chrome/browser/resources/(md_)?history|'\ |
| 516 | 'chrome/browser/ui/webui/.*history', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 517 | }, |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 518 | 'hotword': { |
| 519 | 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ |
| 520 | '|chrome/browser/resources/hotword_helper/'\ |
[email protected] | 535980d4 | 2014-08-12 14:31:28 | [diff] [blame] | 521 | '|chrome/browser/resources/hotword/'\ |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 522 | '|chrome/browser/search/hotword*'\ |
| 523 | '|chrome/test/data/extensions/api_test/hotword_private/', |
| 524 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 525 | 'i18n': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 526 | 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 527 | 'locale_settings|encoding', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 528 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 529 | 'importer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 530 | 'filepath': 'import', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 531 | }, |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 532 | 'indexed_db': { |
| 533 | 'filepath': 'content/browser/indexed_db|'\ |
| 534 | 'content/child/indexed_db|'\ |
| 535 | 'content/common/indexed_db|'\ |
| 536 | 'content/public/browser/indexed_db|'\ |
| 537 | 'content/test/data/indexeddb', |
| 538 | }, |
bruthig | aa8281f | 2016-02-09 17:52:31 | [diff] [blame] | 539 | 'ink_drop': { |
| 540 | 'filepath': 'ui/views/animation/test/.*ink_drop.*|' \ |
| 541 | 'ui/views/animation/.*ink_drop.*' |
| 542 | }, |
dtapuska | 1f997a1 | 2016-03-14 19:22:07 | [diff] [blame] | 543 | 'input': { |
| 544 | 'filepath': 'content/browser/renderer_host/input|'\ |
| 545 | 'content/renderer/input|'\ |
| 546 | 'ui/events/blink/' |
| 547 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 548 | 'installer': { |
grt | 6b46a16 | 2017-01-24 17:39:11 | [diff] [blame] | 549 | 'filepath': 'chrome/install(_static|er)/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 550 | }, |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 551 | 'installer_linux': { |
| 552 | 'filepath': 'chrome/installer/linux/', |
| 553 | }, |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 554 | 'instant': { |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 555 | 'filepath': 'instant|searchbox|'\ |
| 556 | 'chrome/browser/search/|'\ |
[email protected] | c29b7dae | 2013-03-25 22:29:13 | [diff] [blame] | 557 | 'chrome/browser/ui/search/|'\ |
[email protected] | eb99f8e | 2013-07-10 10:17:39 | [diff] [blame] | 558 | 'chrome/browser/resources/local_ntp/|'\ |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 559 | 'chrome/common/search_types.*', |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 560 | }, |
sdefresne | 18b4731 | 2015-06-18 15:15:09 | [diff] [blame] | 561 | 'ios_chrome': { |
| 562 | 'filepath': 'ios/chrome', |
| 563 | }, |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 564 | 'ios_clean': { |
| 565 | 'filepath': 'ios/clean', |
| 566 | }, |
| 567 | 'ios_showcase': { |
| 568 | 'filepath': 'ios/showcase', |
| 569 | }, |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 570 | 'ios_web': { |
| 571 | 'filepath': 'ios/web', |
| 572 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 573 | 'ipc': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 574 | 'filepath': 'ipc/ipc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 575 | }, |
mkwst | b0d1b1d | 2014-09-30 11:45:36 | [diff] [blame] | 576 | 'ipc_messages': { |
| 577 | 'filepath': '_message.*.h|'\ |
| 578 | '_messages.cc', |
| 579 | }, |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame] | 580 | 'login': { |
| 581 | 'filepath': 'chrome/browser/ui/login' |
| 582 | }, |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 583 | 'libwebp': { |
| 584 | 'filepath': 'third_party/libwebp' |
| 585 | }, |
johannkoenig | 5238138 | 2015-09-18 22:35:25 | [diff] [blame] | 586 | 'libvpx': { |
johannkoenig | 8cdf0347 | 2016-03-02 13:54:31 | [diff] [blame] | 587 | 'filepath': 'third_party/libvpx' |
johannkoenig | 5238138 | 2015-09-18 22:35:25 | [diff] [blame] | 588 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 589 | 'linux_fonts': { |
| 590 | 'filepath': 'ui/gfx/font_render_params_.*|'\ |
derat | cd2d6fb | 2015-02-12 00:10:41 | [diff] [blame] | 591 | 'ui/gfx/platform_font_linux.*|'\ |
| 592 | 'ui/gfx/render_text_harfbuzz.*', |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 593 | }, |
| 594 | 'linux_sandboxing': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 595 | 'filepath': 'sandbox/linux/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 596 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 597 | 'linux_seccomp_bpf': { |
[email protected] | d6a2361 | 2012-11-13 20:11:54 | [diff] [blame] | 598 | 'filepath': 'content/common/sandbox.*linux.cc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 599 | }, |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 600 | 'mac': { |
lgrey | 332339b1 | 2016-12-05 17:16:40 | [diff] [blame] | 601 | 'filepath': '(_|/)(cocoa|mac)(_|\.)|/(cocoa|mac)/|^((?!ios\/).)*\.mm?$', |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 602 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 603 | 'manifest': { |
| 604 | 'filepath': 'content/(browser|renderer)/manifest/'\ |
| 605 | '|content/public/common/manifest*', |
| 606 | }, |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 607 | 'md_settings': { |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 608 | 'filepath': 'chrome/browser/resources/settings/'\ |
michaelpg | 9bc6629 | 2015-09-04 22:35:19 | [diff] [blame] | 609 | '|chrome/browser/ui/webui/settings/', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 610 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 611 | 'media': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 612 | 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ |
[email protected] | 034548d | 2012-07-31 20:34:00 | [diff] [blame] | 613 | 'audio_message_filter|video_layer|media_internals', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 614 | }, |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 615 | 'media_galleries': { |
| 616 | 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 617 | '|chrome/browser/media_galleries/'\ |
| 618 | '|chrome/browser/storage_monitor/'\ |
| 619 | '|chrome/common/media_galleries/'\ |
| 620 | '|chrome/test/data/extensions/api_test/media_galleries/'\ |
| 621 | '|chrome/utility/itunes*'\ |
| 622 | '|chrome/utility/picasa*', |
| 623 | }, |
alokp | 9e369ea72e | 2016-06-10 05:41:09 | [diff] [blame] | 624 | 'media_mojo': { |
| 625 | 'filepath': 'media/mojo/*' |
| 626 | }, |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 627 | 'media_remoting': { |
| 628 | 'filepath': 'chrome/browser/media/cast_remoting'\ |
| 629 | '|media/blink/webmediaplayer_'\ |
| 630 | '|media/mojo/interfaces/remoting.mojom'\ |
| 631 | '|media/remoting/', |
| 632 | }, |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 633 | 'media_router': { |
| 634 | 'filepath': 'chrome/browser/media/router/*' \ |
| 635 | '|chrome/app/theme/*/common/media_router*' \ |
| 636 | '|chrome/browser/resources/media_router/' \ |
| 637 | '|chrome/browser/ui/webui/media_router/' \ |
| 638 | '|chrome/test/media_router/', |
| 639 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 640 | 'message_loop': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 641 | 'filepath': 'base/message_' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 642 | }, |
| 643 | 'metrics': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 644 | 'filepath': 'base/metrics/'\ |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 645 | '|chrome/android/java/src/org/chromium/chrome/browser/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 646 | '|chrome/browser/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 647 | '|chrome/browser/chromeos/external_metrics'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 648 | '|chrome/browser/extensions/api/metrics_private/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 649 | '|chrome/browser/ui/webui/metrics_handler'\ |
asvitkine | b7e1030 | 2016-01-20 05:17:45 | [diff] [blame] | 650 | '|chromecast/browser/metrics/'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 651 | '|content/browser/user_metrics.cc'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 652 | '|components/metrics/'\ |
asvitkine | b7e1030 | 2016-01-20 05:17:45 | [diff] [blame] | 653 | '|components/metrics_services_manager/'\ |
[email protected] | ce6b855a | 2014-03-12 19:51:39 | [diff] [blame] | 654 | '|components/rappor/'\ |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 655 | '|components/variations/'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 656 | '|content/public/browser/user_metrics.h'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 657 | # Exclude XML files; in particular, histograms.xml. |
| 658 | '|tools/metrics/[^.]*([.](?!xml$).*)?$', |
| 659 | }, |
| 660 | 'metrics_xml_files': { |
| 661 | # Subscribe to this to watch for changes to histograms.xml. |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 662 | 'filepath': 'tools/metrics/.*\.xml$', |
| 663 | }, |
| 664 | 'midi': { |
| 665 | 'filepath': 'midi', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 666 | }, |
[email protected] | 341f218a | 2013-09-24 22:16:10 | [diff] [blame] | 667 | 'mojo': { |
| 668 | 'filepath': 'mojo', |
| 669 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 670 | 'mouse_lock': { |
| 671 | 'filepath': 'mouse_lock', |
| 672 | }, |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 673 | 'mus': { |
ben | 6b0453d1 | 2016-07-02 04:27:19 | [diff] [blame] | 674 | 'filepath': 'services/ui/'\ |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 675 | '|mojo/gpu/', |
| 676 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 677 | 'nacl': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 678 | 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
[email protected] | 193912d | 2013-09-06 17:41:56 | [diff] [blame] | 679 | 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 680 | 'native_client_sdk/src/doc/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 681 | }, |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 682 | 'native_client_sdk': { |
| 683 | 'filepath': '^native_client_sdk/', |
| 684 | }, |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 685 | 'navigation': { |
| 686 | 'filepath': 'content/browser/frame_host|'\ |
| 687 | 'content/browser/renderer_host/render_process_host.*|'\ |
| 688 | 'content/browser/renderer_host/render_view_host.*|'\ |
| 689 | 'content/browser/web_contents/web_contents_impl.*|'\ |
| 690 | 'content/renderer/render_frame.*|'\ |
| 691 | 'content/renderer/render_view.*' |
| 692 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 693 | 'net': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 694 | 'filepath': 'net/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 695 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 696 | 'net_base': { |
| 697 | 'filepath': 'net/base/', |
| 698 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 699 | 'net_error_list': { |
| 700 | 'filepath': 'net/base/net_error_list.h', |
| 701 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 702 | 'net_http2': { |
| 703 | 'filepath': 'net/http2/', |
| 704 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 705 | 'net_log': { |
mmenke | 59e4d8fb4 | 2016-06-15 21:15:28 | [diff] [blame] | 706 | 'filepath': 'net/log/|' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 707 | 'chrome/browser/net/.*net_log|' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 708 | 'chrome/browser/resources/net_internals/|' \ |
mmenke | 59e4d8fb4 | 2016-06-15 21:15:28 | [diff] [blame] | 709 | 'chrome/browser/ui/webui/net_internals/|' \ |
| 710 | 'components/net_log/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 711 | }, |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 712 | 'net_spdy': { |
| 713 | 'filepath': 'net/spdy/', |
| 714 | }, |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 715 | 'netinfo': { |
| 716 | 'filepath': 'netinfo', |
| 717 | }, |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 718 | 'notifications': { |
| 719 | 'filepath': 'chrome/browser/extensions/api/notifications/|' \ |
| 720 | 'chrome/browser/notifications/|' \ |
peter | 8ab156b | 2015-03-29 15:44:12 | [diff] [blame] | 721 | 'chrome/test/data/notifications/|' \ |
| 722 | 'content/browser/notifications/|' \ |
| 723 | 'content/child/notifications/|' \ |
| 724 | 'content/common/platform_notification|' \ |
| 725 | 'content/public/browser/platform_notification|' \ |
| 726 | 'content/public/common/platform_notification|' \ |
| 727 | 'content/renderer/notification_|' \ |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 728 | 'ui/message_center/' |
| 729 | }, |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 730 | 'nqe': { |
| 731 | 'filepath': 'nqe', |
| 732 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 733 | 'ntp': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 734 | 'filepath': 'chrome/browser/resources/ntp4/|'\ |
[email protected] | b7ecd5f | 2013-02-14 21:04:16 | [diff] [blame] | 735 | 'chrome/browser/resources/ntp_android/|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 736 | 'chrome/browser/ui/webui/ntp/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 737 | }, |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 738 | 'ntp_snippets': { |
| 739 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 16a37f90 | 2016-05-16 15:49:36 | [diff] [blame] | 740 | 'chrome/android/javatests/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 14c8935 | 2016-07-21 13:45:13 | [diff] [blame] | 741 | 'chrome/android/junit/src/org/chromium/chrome/browser/ntp/|'\ |
mvanouwerkerk | 117ffb32 | 2017-02-06 12:04:20 | [diff] [blame] | 742 | 'chrome/android/java/src/org/chromium/chrome/browser/suggestions/|'\ |
| 743 | 'chrome/android/javatests/src/org/chromium/chrome/browser/suggestions/|'\ |
mvanouwerkerk | 538dc0b6 | 2016-05-17 14:55:34 | [diff] [blame] | 744 | 'chrome/browser/android/ntp/ntp_snippets|'\ |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 745 | 'chrome/browser/ntp_snippets/|'\ |
mvanouwerkerk | 4164973 | 2016-05-17 13:37:00 | [diff] [blame] | 746 | 'chrome/browser/resources/snippets_internals|'\ |
| 747 | 'chrome/browser/ui/webui/snippets_internals|'\ |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 748 | 'components/ntp_snippets/|'\ |
| 749 | 'chrome/android/java/res/layout/new_tab_page|'\ |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 750 | 'chrome/android/java/res/layout/most_visited|'\ |
| 751 | 'ios/chrome/browser/ntp_snippets' |
mcwilliams | edee504 | 2016-04-05 18:46:45 | [diff] [blame] | 752 | }, |
treib | 70176c5 | 2016-07-08 14:34:19 | [diff] [blame] | 753 | 'ntp_tiles': { |
| 754 | 'filepath': 'chrome/browser/android/ntp/|'\ |
| 755 | 'chrome/browser/ui/webui/ntp/|'\ |
| 756 | 'chrome/common/search/ntp|'\ |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 757 | 'components/ntp_tiles/|'\ |
| 758 | 'ios/chrome/browser/ntp_tiles' |
treib | 70176c5 | 2016-07-08 14:34:19 | [diff] [blame] | 759 | }, |
dimich | dce3ee49 | 2016-04-04 04:20:52 | [diff] [blame] | 760 | 'offline_pages': { |
| 761 | 'filepath': 'components/offline_pages/'\ |
fgorski | 329be5b | 2016-04-19 21:38:11 | [diff] [blame] | 762 | '|chrome/browser/android/offline_pages/'\ |
| 763 | '|chrome/android/java/src/org/chromium/chrome/browser/offlinepages/' |
dimich | dce3ee49 | 2016-04-04 04:20:52 | [diff] [blame] | 764 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 765 | 'omnibox': { |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 766 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/omnibox/|'\ |
| 767 | 'chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/|'\ |
| 768 | 'chrome/browser/autocomplete/|'\ |
| 769 | 'chrome/browser/ui/omnibox/|'\ |
| 770 | 'chrome/browser/ui/.*/omnibox/|'\ |
| 771 | 'components/omnibox/|'\ |
| 772 | 'ios/chrome/browser/ui/omnibox/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 773 | }, |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 774 | 'options': { |
| 775 | 'filepath': 'chrome/browser/resources/options/|'\ |
| 776 | 'chrome/browser/ui/webui/options/', |
| 777 | }, |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 778 | 'origin_trials': { |
chasej | 68b8bbd | 2017-01-26 19:26:13 | [diff] [blame] | 779 | 'filepath': 'origin_trials'\ |
| 780 | '|OriginTrial'\ |
| 781 | '|ConditionalFeature', |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 782 | }, |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 783 | 'ozone': { |
[email protected] | f93c2c9 | 2013-10-31 18:22:44 | [diff] [blame] | 784 | 'filepath': 'ui/ozone/|'\ |
[email protected] | 4b66bf92 | 2013-10-28 19:49:43 | [diff] [blame] | 785 | 'ui/events/ozone/|'\ |
| 786 | 'ui/gfx/ozone/|'\ |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 787 | 'ui/gl/gl_.*egl.*|'\ |
| 788 | 'ui/gl/gl_.*ozone.*' |
| 789 | }, |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 790 | 'page_load_metrics' : { |
bmcquade | 9f43370 | 2016-07-26 23:33:50 | [diff] [blame] | 791 | 'filepath': 'chrome/browser/page_load_metrics/'\ |
| 792 | '|chrome/common/page_load_metrics/'\ |
| 793 | '|chrome/renderer/page_load_metrics/' |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 794 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 795 | 'panels': { |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 796 | 'filepath': 'chrome/browser/ui/panels'\ |
| 797 | '|chrome/browser/ui/cocoa/panels'\ |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 798 | '|chrome/browser/ui/views/panels' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 799 | }, |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 800 | 'password_manager': { |
| 801 | 'filepath': 'chrome/.*/password_'\ |
| 802 | '|chrome/browser/ui/passwords'\ |
| 803 | '|chrome/browser/ui/views/passwords'\ |
| 804 | '|chrome/test/data/password'\ |
| 805 | '|components/autofill.*password' |
| 806 | '|components/password_'\ |
vabr | ccdb722 | 2016-06-01 14:59:40 | [diff] [blame] | 807 | '|^ios/chrome/browser/passwords'\ |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 808 | }, |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 809 | 'payments': { |
| 810 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/payments'\ |
| 811 | '|chrome/android/javatests/src/org/chromium/chrome/browser/payments'\ |
mathp | 432cb34 | 2017-01-10 15:45:00 | [diff] [blame] | 812 | '|chrome/test/data/payments'\ |
rouslan | a64ceca | 2016-10-26 01:10:31 | [diff] [blame] | 813 | '|components/payments'\ |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 814 | '|third_party/WebKit/LayoutTests/payments/'\ |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 815 | '|third_party/WebKit/Source/modules/payments'\ |
mahmadi | 0a7bb59f | 2017-02-22 19:13:49 | [diff] [blame] | 816 | '|ios/web/payments/'\ |
| 817 | '|ios/web/public/payments/'\ |
| 818 | '|ios/chrome/browser/payments/' |
| 819 | }, |
| 820 | 'payments_ios': { |
| 821 | 'filepath': 'ios/web/payments/'\ |
| 822 | '|ios/web/public/payments/'\ |
mahmadi | dfac58d | 2016-12-19 19:11:53 | [diff] [blame] | 823 | '|ios/chrome/browser/payments/' |
rouslan | e8a2226 | 2016-10-19 20:49:41 | [diff] [blame] | 824 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 825 | 'pepper_api': { |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 826 | 'filepath': 'ppapi/api'\ |
| 827 | '|ppapi/c', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 828 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 829 | 'permissions': { |
| 830 | 'filepath': 'content/(child,browser)/permissions/'\ |
| 831 | '|content/common/permission_*'\ |
| 832 | '|content/public/(common,browser)/permission_*'\ |
| 833 | '|chrome/browser/permissions/'\ |
| 834 | '|chrome/browser/content_settings/permission*'\ |
| 835 | '|permission_context', |
| 836 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 837 | 'plugin': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 838 | 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
Thiago Farina | e067154bb | 2015-05-07 15:37:59 | [diff] [blame] | 839 | 'chrome/common/plugin', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 840 | }, |
tnagel | ad92622a9 | 2015-10-20 10:26:30 | [diff] [blame] | 841 | 'policy_definitions': { |
| 842 | 'filepath': 'components/policy/resources/policy_templates.json', |
| 843 | }, |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 844 | 'polymer': { |
| 845 | 'filepath': 'third_party/polymer/|'\ |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 846 | 'tools/polymer|'\ |
michaelpg | 11fff3f | 2015-02-06 03:35:34 | [diff] [blame] | 847 | 'ui/webui/resources/polymer_resources.grdp', |
| 848 | }, |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 849 | 'precache': { |
| 850 | 'filepath': '[pP]recache' |
| 851 | }, |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 852 | 'prepopulated_engines': { |
| 853 | 'filepath': 'components/search_engines/prepopulated_engines.json', |
| 854 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 855 | 'prerender': { |
[email protected] | 78375a5 | 2012-07-14 14:47:57 | [diff] [blame] | 856 | 'filepath': 'prerender' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 857 | }, |
peter | 884896c7 | 2015-03-12 14:26:20 | [diff] [blame] | 858 | 'push_messaging': { |
| 859 | 'filepath': 'push_messaging' |
| 860 | }, |
stkhapugin | 0650314 | 2016-12-07 14:32:12 | [diff] [blame] | 861 | 'reading_list': { |
| 862 | 'filepath': 'components/reading_list|'\ |
| 863 | 'ios/chrome/browser/reading_list|'\ |
| 864 | 'ios/chrome/browser/ui/reading_list', |
| 865 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 866 | 'remoting': { |
sergeyu | 05995a4f | 2017-01-24 21:26:01 | [diff] [blame] | 867 | 'filepath': '^remoting/' \ |
| 868 | '|^testing/chromoting' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 869 | }, |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 870 | 'rlz_id': { |
| 871 | 'filepath' :'rlz/lib/machine_id.cc|'\ |
| 872 | 'rlz/lib/machine_id.h|'\ |
| 873 | 'rlz/win/lib/machine_id_win.cc', |
| 874 | }, |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 875 | 'safe_browsing': { |
| 876 | 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', |
| 877 | }, |
vakh | f8e14c9 | 2016-10-17 21:29:47 | [diff] [blame] | 878 | 'safe_browsing_db': { |
| 879 | 'filepath': 'components/safe_browsing_db/', |
| 880 | }, |
rickyz | 0a819bfc | 2015-02-04 23:57:22 | [diff] [blame] | 881 | 'sandbox': { |
| 882 | 'filepath': 'sandbox/'\ |
| 883 | '|content/browser/bootstrap_sandbox_mac'\ |
| 884 | '|content/browser/renderer_host/render_sandbox_host_linux'\ |
| 885 | '|content/browser/renderer_host/sandbox_ipc_linux'\ |
| 886 | '|content/browser/zygote_host/'\ |
| 887 | '|content/common/sandbox_'\ |
| 888 | '|content/zygote/'\ |
| 889 | }, |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 890 | 'scheduler': { |
rmcilroy | fa5ac55 | 2015-04-09 12:33:17 | [diff] [blame] | 891 | 'filepath': 'cc/scheduler'\ |
jochen | 83c639f0 | 2015-04-22 17:07:37 | [diff] [blame] | 892 | '|components/scheduler'\ |
rmcilroy | fa5ac55 | 2015-04-09 12:33:17 | [diff] [blame] | 893 | '|content/renderer/scheduler' |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 894 | }, |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 895 | 'screen_orientation': { |
| 896 | 'filepath': 'screen_orientation', |
| 897 | }, |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 898 | 'search': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 899 | 'filepath': 'chrome/browser/ui/search/', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 900 | }, |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 901 | 'service_worker': { |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 902 | 'filepath': 'content/(browser|renderer|child|common)/service_worker/', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 903 | }, |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 904 | 'site_engagement': { |
| 905 | 'filepath': 'chrome/browser/engagement/|'\ |
| 906 | 'chrome/browser/ui/webui/engagement/', |
| 907 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 908 | 'site_instance': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 909 | 'filepath': 'content/browser/site_instance|'\ |
| 910 | 'content/browser/browsing_instance', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 911 | }, |
| 912 | 'speech': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 913 | 'filepath': 'chrome/browser/speech/'\ |
| 914 | '|content/browser/speech/'\ |
| 915 | '|content/common/.*speech'\ |
| 916 | '|content/public/.*speech' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 917 | }, |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 918 | 'spellcheck': { |
| 919 | 'filepath': 'chrome/browser/spellchecker/'\ |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 920 | '|chrome/browser/renderer_context_menu/spelling_'\ |
| 921 | '|components/spellcheck/'\ |
| 922 | '|third_party/hunspell/'\ |
| 923 | '|third_party/hunspell_dictionaries/', |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 924 | }, |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 925 | 'streams': { |
| 926 | 'filepath': 'content/browser/streams/', |
| 927 | }, |
vmpstr | cc1c0830 | 2015-11-18 06:05:51 | [diff] [blame] | 928 | 'styleguide': { |
| 929 | 'filepath': '^styleguide/', |
| 930 | }, |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 931 | 'subresource_filter': { |
| 932 | 'filepath': 'subresource_filter|SubresourceFilter', |
| 933 | }, |
[email protected] | 43d33e9 | 2014-07-14 16:39:31 | [diff] [blame] | 934 | 'supervised_users': { |
| 935 | 'filepath': 'chrome/browser/.*managed_mode'\ |
| 936 | '|chrome/browser/.*managed_user'\ |
| 937 | '|chrome/browser/.*supervised_user', |
| 938 | }, |
alito | 438fa433 | 2016-12-20 21:59:17 | [diff] [blame] | 939 | 'swreporter': { |
| 940 | 'filepath': 'chrome/browser/safe_browsing/srt_'\ |
| 941 | '|chrome/browser/component_updater/sw_reporter_', |
| 942 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 943 | 'sync': { |
maxbogue | fa21794 | 2016-04-01 01:08:13 | [diff] [blame] | 944 | 'filepath': '^chrome/android/sync_shell/'\ |
| 945 | '|^chrome/browser/ui/sync/'\ |
| 946 | '|^chrome/browser/ui/views/sync/'\ |
| 947 | '|^chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/'\ |
| 948 | '|^ios/chrome/browser/sync/'\ |
| 949 | '|^chrome/android/java/src/org/chromium/chrome/browser/sync/'\ |
| 950 | '|^chrome/browser/sync/'\ |
| 951 | '|^components/browser_sync/'\ |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 952 | '|^components/sync/'\ |
maxbogue | fa21794 | 2016-04-01 01:08:13 | [diff] [blame] | 953 | '|^components/sync_bookmarks/'\ |
Max Bogue | fef332d | 2016-07-28 22:09:09 | [diff] [blame] | 954 | '|^components/sync_sessions/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 955 | }, |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 956 | 'syncfs': { |
| 957 | 'filepath': 'sync_file_system', |
| 958 | }, |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 959 | 'tab_alert_indicators': { |
| 960 | 'filepath': 'content/browser/media/audio_stream_monitor'\ |
| 961 | '|chrome/browser/ui/cocoa/tabs/alert_indicator_button'\ |
| 962 | '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\ |
| 963 | '|chrome/browser/ui/tabs/tab_utils'\ |
| 964 | '|chrome/browser/ui/views/tabs/alert_indicator_button'\ |
| 965 | '|chrome/browser/ui/views/tabs/tab\.cc'\ |
| 966 | '|chrome/browser/ui/views/tabs/tab_renderer_data'\ |
| 967 | '|media/audio/audio_(output_controller|power_monitor)', |
| 968 | }, |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 969 | 'tab_capture': { |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 970 | 'filepath': 'cc/output/copy_output_'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 971 | '|chrome/browser/extensions/api/tab_capture/'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 972 | '|chrome/renderer/resources/extensions/tab_capture_custom_bindings.js'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 973 | '|chrome/test/data/extensions/api_test/tab_capture/'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 974 | '|content/browser/media/capture/'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 975 | '|content/browser/renderer_host/delegated_frame_host'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 976 | '|content/browser/renderer_host/media/(audio_'\ |
| 977 | '|media_stream_manager|video_)'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 978 | '|content/public/renderer/media_stream_'\ |
| 979 | '|content/renderer/media/(media_stream|(.+audio_source))'\ |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 980 | '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\ |
| 981 | '|media/base/video_frame\.h'\ |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 982 | '|media/capture/', |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 983 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 984 | 'tab_contents': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 985 | 'filepath': 'chrome/browser/tab_contents/|'\ |
| 986 | 'content/browser/tab_contents/|'\ |
| 987 | 'chrome/browser/ui/tab_contents/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 988 | }, |
| 989 | 'task_manager': { |
| 990 | 'filepath': 'task_manager' |
| 991 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 992 | 'tcmalloc': { |
| 993 | 'filepath': 'third_party/tcmalloc' |
| 994 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 995 | 'telemetry': { |
nednguyen | 79105d42 | 2016-04-18 01:38:42 | [diff] [blame] | 996 | 'filepath': 'tools/perf/' |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 997 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 998 | 'tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 999 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 1000 | }, |
jlklein | ecc8195 | 2016-11-19 00:16:07 | [diff] [blame] | 1001 | 'tether': { |
| 1002 | 'filepath': 'components/cryptauth/'\ |
| 1003 | '|chromeos/components/tether/'\ |
| 1004 | '|components/proximity_auth/', |
| 1005 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 1006 | 'textinput': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1007 | 'filepath': 'content/browser/renderer_host/gtk_im'\ |
| 1008 | '|content/browser/renderer_host/gtk_key'\ |
| 1009 | '|content/browser/renderer_host/render_widget_host_view'\ |
| 1010 | '|content/browser/renderer_host/text_input'\ |
| 1011 | '|ui/base/ime/'\ |
| 1012 | '|ui/base/gtk/event'\ |
| 1013 | '|ui/base/gtk/gtk_im'\ |
| 1014 | '|ui/base/keycodes/'\ |
| 1015 | '|ui/base/win/ime'\ |
| 1016 | '|ui/views/controls/textfield/'\ |
| 1017 | '|ui/views/ime/' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 1018 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 1019 | 'textinput_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1020 | 'filepath': 'chrome/browser/chromeos/input_method/'\ |
| 1021 | '|chrome/browser/chromeos/extensions/input_method'\ |
| 1022 | '|chrome/browser/chromeos/status/input_method'\ |
| 1023 | '|chrome/browser/extensions/extension_input_'\ |
| 1024 | '|chrome/browser/resources/keyboard'\ |
| 1025 | '|chrome/browser/resources/options/language'\ |
[email protected] | ef03eae | 2011-11-30 08:43:43 | [diff] [blame] | 1026 | '|chrome/browser/ui/webui/options/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1027 | 'chromeos/.*(language|keyboard)'\ |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 1028 | '|chrome/browser/ui/webui/options/language'\ |
| 1029 | '|chromeos/ime/*' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 1030 | }, |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 1031 | 'timers': { |
| 1032 | 'filepath': 'base/timer/'\ |
| 1033 | '|components/timers/' |
| 1034 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1035 | 'tools': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1036 | 'filepath': 'tools/', |
[email protected] | 6bea7b4 | 2011-10-19 19:47:09 | [diff] [blame] | 1037 | }, |
robliao | fd54b5c | 2017-01-13 00:41:30 | [diff] [blame] | 1038 | 'tools_win_chromeexts': { |
| 1039 | 'filepath': 'tools/win/chromeexts', |
| 1040 | }, |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1041 | 'tracing': { |
| 1042 | 'filepath': 'base/debug/trace_event.*'\ |
primiano | bef13b4 | 2015-01-30 15:29:31 | [diff] [blame] | 1043 | '|base/trace_event/'\ |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 1044 | '|content/browser/tracing/'\ |
| 1045 | '|components/tracing/' |
| 1046 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1047 | 'ui_compositor': { |
| 1048 | 'filepath': 'ui/compositor/layer\.|'\ |
| 1049 | 'ui/compositor/layer_unittest|'\ |
| 1050 | 'ui/compositor/compositor', |
| 1051 | }, |
robliao | 2c4b749 | 2016-07-19 01:57:26 | [diff] [blame] | 1052 | 'ui_display_win': { |
| 1053 | 'filepath': '^ui/display/win', |
| 1054 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1055 | 'ui_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1056 | 'filepath': 'ui/resources/'\ |
| 1057 | '|ui/base/native_theme/resources/'\ |
| 1058 | '|chrome/app/theme/' |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1059 | }, |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 1060 | 'ui_strings': { |
| 1061 | 'filepath': 'chrome/app/generated_resources.grd'\ |
| 1062 | '|chrome/app/google_chrome_strings.grd'\ |
| 1063 | '|chrome/android/java/strings/android_chrome_strings.grd'\ |
| 1064 | '|chrome/app/settings_strings.grdp'\ |
| 1065 | '|ios/chrome/app/strings/ios(_.+)*_strings.grd'\ |
| 1066 | '|ui/strings/ui_strings.grd', |
| 1067 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1068 | 'valgrind': { |
| 1069 | 'filepath': 'valgrind', |
| 1070 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 1071 | 'version_assembly': { |
| 1072 | 'filepath': 'chrome/app/version_assembly', |
| 1073 | }, |
posciak | 62a7227 | 2016-05-11 08:31:24 | [diff] [blame] | 1074 | 'video': { |
| 1075 | 'filepath': 'content/browser/renderer_host/media/|'\ |
| 1076 | 'content/renderer/media/|'\ |
| 1077 | 'media/capture/video/|'\ |
| 1078 | 'media/filters/|'\ |
| 1079 | 'media/gpu/|'\ |
| 1080 | '.*video.*', |
| 1081 | }, |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1082 | 'video_capture': { |
| 1083 | 'filepath': 'chrome/browser/media/.*(capture|media|webrtc)'\ |
| 1084 | '|content/browser/renderer_host/media/.*(capture|media)'\ |
| 1085 | '|content/renderer/media/.*(capture|media|webrtc)'\ |
| 1086 | '|media/capture/'\ |
chfremer | 2a01a69b | 2017-01-06 02:39:01 | [diff] [blame] | 1087 | '|media/muxers/'\ |
| 1088 | '|services/video_capture/', |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1089 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1090 | 'views': { |
| 1091 | # Applies to all files and subdirs within this directory. |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1092 | 'filepath': '^ui/views/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1093 | }, |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 1094 | 'views_corewm': { |
| 1095 | 'filepath': 'ui/views/corewm/', |
[email protected] | 3fc91814 | 2013-10-12 01:42:17 | [diff] [blame] | 1096 | }, |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1097 | 'virtual_keyboard': { |
| 1098 | 'filepath': 'ui/keyboard/'\ |
oka | 47452c2 | 2017-02-17 05:07:57 | [diff] [blame] | 1099 | '|chrome/test/data/chromeos/virtual_keyboard/'\ |
| 1100 | '|extensions/browser/api/virtual_keyboard_private/'\ |
| 1101 | '|ash/common/system/chromeos/virtual_keyboard/'\ |
| 1102 | '|ash/virtual_keyboard', |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1103 | }, |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 1104 | 'virtual_reality': { |
| 1105 | 'filepath': 'vr_shell/|'\ |
| 1106 | '/vr/|'\ |
| 1107 | 'third_party/gvr', |
| 1108 | }, |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1109 | 'webrtc_browser_tests': { |
| 1110 | 'filepath': 'chrome/browser/media/.*webrtc.*browsertest|'\ |
| 1111 | 'content/browser/media/.*webrtc.*browsertest', |
| 1112 | }, |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 1113 | 'website_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1114 | 'filepath': 'chrome/browser/content_settings/'\ |
| 1115 | '|chrome/browser/ui/views/website_settings/'\ |
| 1116 | '|chrome/browser/ui/website_settings/'\ |
mukai | 077089f | 2014-09-11 18:41:52 | [diff] [blame] | 1117 | '|chrome/common/content_settings'\ |
| 1118 | '|components/content_settings/', |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 1119 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1120 | 'windows_sandboxing': { |
| 1121 | 'filepath': 'sandbox/win/', |
| 1122 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1123 | 'x11': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1124 | 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
| 1125 | '|chrome/browser/chromeos/input_method/xkeyboard\.' \ |
| 1126 | '|chrome/browser/chromeos/system_key_event_listener\.' \ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1127 | '|chrome/browser/chromeos/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 1128 | 'xinput_hierarchy_changed_event_listener\.' \ |
| 1129 | '|chrome/browser/chromeos/wm_' \ |
| 1130 | '|ui/base/x/' |
[email protected] | 0d71085 | 2012-05-24 01:18:40 | [diff] [blame] | 1131 | }, |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 1132 | 'zoom': { |
| 1133 | 'filepath': 'chrome/browser/ui/zoom/' \ |
| 1134 | '|components/ui/zoom/' \ |
| 1135 | '|content/browser/host_zoom_*' \ |
| 1136 | '|content/browser/storage_partition_impl*' \ |
| 1137 | '|content/public/browser/host_zoom_map.h' \ |
| 1138 | '|content/public/browser/storage_partition.h' |
| 1139 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1140 | |
| 1141 | 'blink': { |
| 1142 | 'filepath': 'third_party/WebKit/', |
| 1143 | }, |
| 1144 | 'blink_accessibility': { |
| 1145 | 'filepath': 'third_party/WebKit/.*(accessibility|AXObjectCache|WebAX)' |
| 1146 | }, |
| 1147 | 'blink_animation': { |
| 1148 | 'filepath': 'third_party/WebKit/.*([Aa]nimat|[Tt]ransition)', |
| 1149 | }, |
| 1150 | 'blink_app_banner': { |
| 1151 | 'filepath': 'third_party/WebKit/Source/modules/app_banner' \ |
| 1152 | '|third_party/WebKit/public/platform/modules/app_banner', |
| 1153 | }, |
| 1154 | 'blink_audio': { |
| 1155 | 'filepath': 'third_party/WebKit/Source/platform/audio' \ |
| 1156 | '|third_party/WebKit/Source/modules/webaudio', |
| 1157 | }, |
| 1158 | 'blink_battery_status': { |
| 1159 | 'filepath': 'third_party/WebKit/Source/modules/battery/' \ |
| 1160 | '|third_party/WebKit/LayoutTests/battery-status/' \ |
| 1161 | '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' |
| 1162 | }, |
| 1163 | 'blink_bidi': { |
| 1164 | 'filepath': 'third_party/WebKit/Source/platform/text/.*Bidi' \ |
| 1165 | '|third_party/WebKit/Source/core/rendering/.*Bidi', |
| 1166 | }, |
| 1167 | 'blink_bindings': { |
| 1168 | 'filepath': 'third_party/WebKit/Source/bindings', |
| 1169 | }, |
jbroman | 9ac2d53 | 2016-09-01 18:20:08 | [diff] [blame] | 1170 | 'blink_bindings_serialization': { |
| 1171 | 'filepath': 'third_party/WebKit/Source/bindings/(core|modules)/v8/.*[Ss]erializ', |
| 1172 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1173 | 'blink_bluetooth': { |
| 1174 | 'filepath': 'third_party/WebKit/.*[Bb]luetooth' |
| 1175 | }, |
| 1176 | 'blink_canvas2d': { |
| 1177 | 'filepath': 'third_party/WebKit/Source/core/html/canvas' \ |
| 1178 | '|third_party/WebKit/Source/core/html/HTMLCanvasElement' \ |
| 1179 | '|third_party/WebKit/Source/modules/canvas2d' \ |
| 1180 | '|third_party/WebKit/Source/platform/graphics/Canvas2D', |
| 1181 | }, |
| 1182 | 'blink_clipboard': { |
| 1183 | 'filepath': 'third_party/WebKit/Source/core/clipboard' \ |
| 1184 | '|third_party/WebKit/Source/core/page/.*Drag' \ |
| 1185 | '|third_party/WebKit/Source/platform/.*Drag' \ |
| 1186 | '|third_party/WebKit/Source/platform/clipboard' \ |
| 1187 | '|third_party/WebKit/Source/web/.*Drag' \ |
| 1188 | '|third_party/WebKit/public/platform/.*Drag' \ |
| 1189 | '|third_party/WebKit/public/web/.*Drag', |
| 1190 | }, |
| 1191 | 'blink_content_security_policy': { |
| 1192 | 'filepath': 'third_party/WebKit/Source/core/frame/csp' \ |
| 1193 | '|third_party/WebKit/Source/core/events/SecurityPolicyViolationEvent' \ |
| 1194 | '|third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy' |
| 1195 | }, |
| 1196 | 'blink_css': { |
| 1197 | 'filepath': 'third_party/WebKit/Source/core/css', |
| 1198 | }, |
| 1199 | 'blink_css_grid_layout': { |
| 1200 | 'filepath': 'third_party/WebKit/Source/core/layout/.*Grid' \ |
| 1201 | '|third_party/WebKit/Source/core/paint/.*Grid' \ |
| 1202 | '|third_party/WebKit/Source/core/css/.*Grid' \ |
| 1203 | '|third_party/WebKit/LayoutTests/fast/css-grid-layout/' \ |
| 1204 | '|third_party/WebKit/LayoutTests/ietestcenter/css3/grid/' \ |
| 1205 | '|third_party/WebKit/LayoutTests/platform/.*/fast/css-grid-layout/' \ |
| 1206 | '|third_party/WebKit/LayoutTests/platform/.*/ietestcenter/css3/grid/' |
| 1207 | }, |
| 1208 | 'blink_css_flexbox': { |
| 1209 | 'filepath': 'third_party/WebKit/Source/core/rendering/.*Flex' \ |
| 1210 | '|third_party/WebKit/LayoutTests/fast/deprecated-flexbox/' \ |
| 1211 | '|third_party/WebKit/LayoutTests/css3/flexbox/' \ |
| 1212 | '|third_party/WebKit/LayoutTests/ietestcenter/css3/flexbox/' |
| 1213 | }, |
| 1214 | 'blink_css_fragmentation_tests': { |
| 1215 | 'filepath': 'third_party/WebKit/LayoutTests/fast/multicol/' \ |
mstensho | 6471a3d | 2015-11-25 12:31:02 | [diff] [blame] | 1216 | '|third_party/WebKit/LayoutTests/fast/pagination/' \ |
| 1217 | '|third_party/WebKit/LayoutTests/printing/' |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1218 | }, |
| 1219 | 'blink_css_regions': { |
| 1220 | 'filepath': 'third_party/WebKit/Source/core/rendering/.*(Region|FlowThread)' \ |
| 1221 | '|third_party/WebKit/Source/core/dom/NodeRendering' \ |
| 1222 | '|third_party/WebKit/Source/core/dom/.*NamedFlow' \ |
| 1223 | '|third_party/WebKit/Source/core/css/.*Region' \ |
| 1224 | '|third_party/WebKit/LayoutTests/compositing/regions/' \ |
| 1225 | '|third_party/WebKit/LayoutTests/fast/regions/' \ |
| 1226 | '|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/' |
| 1227 | }, |
| 1228 | 'blink_custom_elements': { |
dominicc | 05d120d | 2016-05-16 01:13:40 | [diff] [blame] | 1229 | 'filepath': 'third_party/WebKit/Source/core/dom/custom/' \ |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1230 | '|third_party/WebKit/Source/bindings/v8/.*CustomElement', |
| 1231 | }, |
| 1232 | 'blink_device_light': { |
| 1233 | 'filepath': 'third_party/WebKit/Source/modules/device_light/' \ |
| 1234 | '|third_party/WebKit/LayoutTests/fast/dom/DeviceLight/' |
| 1235 | }, |
| 1236 | 'blink_device_orientation': { |
| 1237 | 'filepath': 'third_party/WebKit/Source/modules/device_orientation/' \ |
tkent | f9e9515 | 2017-02-08 22:39:34 | [diff] [blame] | 1238 | '|third_party/WebKit/LayoutTests/device_orientation/' \ |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1239 | '|third_party/WebKit/Source/core/frame/PlatformEvent(Controller|Dispatcher)' \ |
| 1240 | '|third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController' |
| 1241 | }, |
| 1242 | 'blink_devtools': { |
| 1243 | 'filepath': 'third_party/WebKit/.*(inspector|DevTools|devtools)', |
| 1244 | }, |
| 1245 | 'blink_dom': { |
| 1246 | 'filepath': 'third_party/WebKit/Source/core/dom/' |
| 1247 | }, |
| 1248 | 'blink_events': { |
| 1249 | 'filepath': 'third_party/WebKit/Source/core/page/.*Event' \ |
| 1250 | '|third_party/WebKit/Source/core/dom/.*Event' \ |
| 1251 | '|third_party/WebKit/Source/core/css/.*Event' \ |
| 1252 | '|third_party/WebKit/Source/platform/.*Event' |
| 1253 | }, |
| 1254 | 'blink_fetch': { |
kinuko | c0f5d16 | 2017-01-27 06:26:53 | [diff] [blame] | 1255 | 'filepath': 'third_party/WebKit/Source/platform/loader/fetch' |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1256 | }, |
| 1257 | 'blink_heap': { |
| 1258 | 'filepath': 'third_party/WebKit/Source/platform/heap' \ |
haraken | bc02f10 | 2017-01-05 08:46:15 | [diff] [blame] | 1259 | '|base/allocator/partition_allocator/' |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1260 | }, |
| 1261 | 'blink_html': { |
| 1262 | 'filepath': 'third_party/WebKit/Source/core/html/' |
| 1263 | }, |
| 1264 | 'blink_loader': { |
kinuko | c0f5d16 | 2017-01-27 06:26:53 | [diff] [blame] | 1265 | 'filepath': 'third_party/WebKit/Source/core/loader', \ |
| 1266 | 'filepath': 'third_party/WebKit/Source/platform/loader' |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1267 | }, |
haraken | 04143c6 | 2016-03-31 08:48:56 | [diff] [blame] | 1268 | 'blink_modules': { |
| 1269 | 'filepath': 'third_party/WebKit/Source/modules' |
| 1270 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1271 | 'blink_notifications': { |
| 1272 | 'filepath': 'third_party/WebKit/LayoutTests/http/tests/notifications' \ |
| 1273 | '|third_party/WebKit/Source/modules/notifications' \ |
| 1274 | '|third_party/WebKit/public/platform/modules/notifications' |
| 1275 | }, |
| 1276 | 'blink_owners': { |
| 1277 | 'filepath': 'third_party/WebKit/.*OWNERS', |
| 1278 | }, |
| 1279 | 'blink_paint': { |
| 1280 | 'filepath': 'third_party/WebKit/Source/core/paint/' |
| 1281 | }, |
| 1282 | 'blink_permissions': { |
| 1283 | 'filepath': 'third_party/WebKit/Source/modules/permissions/' \ |
| 1284 | '|third_party/WebKit/public/platform/modules/permissions/', |
| 1285 | }, |
| 1286 | 'blink_preloadScanner': { |
| 1287 | 'filepath': 'third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner', |
| 1288 | }, |
| 1289 | 'blink_public_api': { |
| 1290 | 'filepath': 'third_party/WebKit/public' |
| 1291 | }, |
| 1292 | 'blink_push_messaging': { |
| 1293 | 'filepath': 'third_party/WebKit/LayoutTests/http/tests/push_messaging' \ |
| 1294 | '|third_party/WebKit/Source/modules/push_messaging' \ |
| 1295 | '|third_party/WebKit/public/platform/modules/push_messaging' |
| 1296 | }, |
kinuko | 533a169 | 2015-12-21 08:57:25 | [diff] [blame] | 1297 | 'blink_platform': { |
| 1298 | 'filepath': 'third_party/WebKit/Source/platform' |
| 1299 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1300 | 'blink_platform_graphics': { |
| 1301 | 'filepath': 'third_party/WebKit/Source/platform/fonts' \ |
| 1302 | '|third_party/WebKit/Source/platform/geometry' \ |
| 1303 | '|third_party/WebKit/Source/platform/graphics' |
| 1304 | }, |
| 1305 | 'blink_indexed_db': { |
| 1306 | 'filepath': 'third_party/WebKit/Source/modules/indexeddb/' \ |
| 1307 | '|third_party/WebKit/Source/web/.*IDB' \ |
| 1308 | '|third_party/WebKit/LayoutTests/storage/indexeddb' \ |
| 1309 | '|third_party/WebKit/public/platform/.*IDB' |
| 1310 | }, |
dtapuska | 1f997a1 | 2016-03-14 19:22:07 | [diff] [blame] | 1311 | 'blink_input': { |
| 1312 | 'filepath': 'third_party/WebKit/Source/core/input/' |
| 1313 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1314 | 'blink_layout': { |
| 1315 | 'filepath': 'third_party/WebKit/Source/core/layout' \ |
| 1316 | '|third_party/WebKit/Source/core/rendering' |
| 1317 | }, |
ojan | 21576e2 | 2016-08-17 21:43:46 | [diff] [blame] | 1318 | 'blink_layout_ng': { |
| 1319 | 'filepath': 'third_party/WebKit/Source/core/layout/ng', |
| 1320 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1321 | 'blink_layers': { |
| 1322 | 'filepath': 'third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator' \ |
| 1323 | '|third_party/WebKit/Source/platform/graphics/GraphicsLayer' \ |
| 1324 | '|third_party/WebKit/Source/core/layout/Layer' |
| 1325 | }, |
| 1326 | 'blink_prerender': { |
| 1327 | 'filepath': 'third_party/WebKit/.*(Prerender|loader/LinkLoader|html/HTMLLinkElement)' |
| 1328 | }, |
| 1329 | 'blink_client_hints': { |
| 1330 | 'filepath': 'third_party/WebKit/Source/core/loader/AcceptClientHints*' \ |
| 1331 | '|third_party/WebKit/Source/core/loader/FrameFetchContext*' \ |
| 1332 | '|third_party/WebKit/Source/core/fetch/FetchContext*' \ |
| 1333 | '|third_party/WebKit/Source/core/fetch/ImageResource*' \ |
| 1334 | '|third_party/WebKit/Source/core/fetch/ResourceFetcher*' |
| 1335 | }, |
| 1336 | 'blink_track': { |
| 1337 | 'filepath': 'third_party/WebKit/Source/core/html/track/' \ |
| 1338 | '|third_party/WebKit/Source/core/loader/TextTrack' \ |
| 1339 | '|third_party/WebKit/Source/core/html/HTMLMediaElement' \ |
| 1340 | '|third_party/WebKit/Source/core/html/HTMLTrackElement' \ |
| 1341 | '|third_party/WebKit/Source/core/html/shadow/MediaControl' \ |
| 1342 | '|third_party/WebKit/Source/core/css/mediaControl' \ |
| 1343 | '|third_party/WebKit/LayoutTests/media/track/' |
| 1344 | }, |
| 1345 | 'blink_media': { |
| 1346 | 'filepath': 'third_party/WebKit/Source/core/css/mediaControls' \ |
| 1347 | '|third_party/WebKit/Source/core/html/.*(Audio|Media|Video)' \ |
| 1348 | '|third_party/WebKit/Source/core/html/shadow/MediaControl' \ |
| 1349 | '|third_party/WebKit/Source/core/layout/LayoutMedia' \ |
| 1350 | '|third_party/WebKit/Source/core/layout/LayoutTextTrackContainerElement' \ |
| 1351 | '|third_party/WebKit/Source/modules/(encryptedmedia|mediasource)' \ |
| 1352 | '|third_party/WebKit/Source/platform/drm/' \ |
| 1353 | '|third_party/WebKit/Source/platform/graphics/media/' \ |
| 1354 | '|third_party/WebKit/Source/web/.*Media' \ |
| 1355 | '|third_party/WebKit/LayoutTests/media/' \ |
| 1356 | '|third_party/WebKit/public/.*Media' |
| 1357 | }, |
| 1358 | 'blink_media_queries': { |
| 1359 | 'filepath': 'third_party/WebKit/Source/core/css/CSSMediaRule' \ |
| 1360 | '|third_party/WebKit/Source/core/css/MediaList' \ |
| 1361 | '|third_party/WebKit/Source/core/css/MediaQuery' \ |
| 1362 | '|third_party/WebKit/Source/core/css/parser/MediaQuery' |
| 1363 | }, |
| 1364 | 'blink_navigator_content_utils': { |
| 1365 | 'filepath': 'third_party/WebKit/Source/modules/navigatorcontentutils' \ |
| 1366 | '|third_party/WebKit/LayoutTests/fast/dom/navigatorcontentutils' |
| 1367 | }, |
| 1368 | 'blink_out_of_process_frames': { |
| 1369 | 'filepath': 'third_party/WebKit/Source/core/frame/FrameOwner' \ |
dcheng | 10f6a9c | 2016-05-06 16:40:03 | [diff] [blame] | 1370 | '|third_party/WebKit/Source/core/frame/Frame\.' \ |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1371 | '|third_party/WebKit/Source/web/WebFrame' \ |
| 1372 | '|third_party/WebKit/Source/web/WebRemoteFrameImpl' |
| 1373 | }, |
| 1374 | 'blink_fileapi': { |
| 1375 | 'filepath': 'third_party/WebKit/Source/modules/filesystem/' \ |
| 1376 | '|third_party/WebKit/Source/core/fileapi/' \ |
| 1377 | '|third_party/WebKit/Source/platform/.*File' \ |
| 1378 | '|third_party/WebKit/Source/web/.*File' \ |
| 1379 | '|third_party/WebKit/LayoutTests/fast/file' \ |
| 1380 | '|third_party/WebKit/public/.*File' |
| 1381 | }, |
haraken | 98d0827a | 2017-02-27 00:55:19 | [diff] [blame] | 1382 | 'blink_frames': { |
| 1383 | 'filepath': 'third_party/WebKit/Source/core/frame/' |
| 1384 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1385 | 'blink_quota': { |
| 1386 | 'filepath': 'third_party/WebKit/Source/modules/quota/' \ |
| 1387 | '|third_party/WebKit/Source/web/.*Quota' \ |
| 1388 | '|third_party/WebKit/public/.*Quota' |
| 1389 | }, |
mcasas | 09e881c | 2016-04-09 02:09:50 | [diff] [blame] | 1390 | 'blink_mediacapturefromelement': { |
| 1391 | 'filepath': 'third_party/WebKit/Source/modules/mediacapture/' \ |
| 1392 | '|third_party/WebKit/Source/platform/exported/WebCanvasCapture' \ |
| 1393 | '|third_party/WebKit/LayoutTests/fast/mediacapturefromelement/' \ |
| 1394 | '|third_party/WebKit/public/platform/WebCanvasCapture' |
| 1395 | }, |
| 1396 | 'blink_mediarecorder': { |
| 1397 | 'filepath': 'third_party/WebKit/Source/modules/mediarecorder/' \ |
| 1398 | '|third_party/WebKit/Source/platform/exported/WebMediaRecorder' \ |
| 1399 | '|third_party/WebKit/LayoutTests/fast/mediarecorder/' \ |
| 1400 | '|third_party/WebKit/public/platform/WebMediaRecorder' |
| 1401 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1402 | 'blink_mediastream': { |
| 1403 | 'filepath': 'third_party/WebKit/Source/modules/mediastream/' \ |
| 1404 | '|third_party/WebKit/Source/platform/mediastream/' \ |
| 1405 | '|third_party/WebKit/Source/platform/exported/WebMediaStream' \ |
| 1406 | '|third_party/WebKit/Source/platform/exported/WebRTC' \ |
| 1407 | '|third_party/WebKit/LayoutTests/fast/mediastream/' |
| 1408 | }, |
| 1409 | 'blink_geolocation': { |
tkent | c5e88f0 | 2017-02-06 22:47:31 | [diff] [blame] | 1410 | 'filepath': 'third_party/WebKit/LayoutTests/geolocation-api/' \ |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1411 | '|third_party/WebKit/Source/modules/geolocation/' \ |
| 1412 | '|third_party/WebKit/Source/web/.*Geolocation' \ |
| 1413 | '|third_party/WebKit/public/web/.*Geolocation' |
| 1414 | }, |
| 1415 | 'blink_htmlparser': { |
| 1416 | 'filepath': 'third_party/WebKit/Source/core/html/parser/' |
| 1417 | }, |
| 1418 | 'blink_screen_orientation': { |
| 1419 | 'filepath': 'third_party/WebKit/Source/modules/screen_orientation/' \ |
| 1420 | '|third_party/WebKit/public/platform/modules/screen_orientation', |
| 1421 | }, |
| 1422 | 'blink_scheduler': { |
| 1423 | 'filepath': 'third_party/WebKit/Source/platform/scheduler' \ |
| 1424 | '|third_party/WebKit/Source/core/html/parser/.*Scheduler' |
| 1425 | }, |
| 1426 | 'blink_serviceworkers' : { |
| 1427 | 'filepath': 'third_party/WebKit/Source/modules/serviceworkers' \ |
| 1428 | '|third_party/WebKit/LayoutTests/http/tests/serviceworker' |
| 1429 | }, |
| 1430 | 'blink_serviceworkers_tests' : { |
| 1431 | 'filepath': 'third_party/WebKit/LayoutTests/http/tests/serviceworker' |
| 1432 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1433 | 'blink_spellcheck' : { |
| 1434 | 'filepath': 'third_party/WebKit/Source/core/editing/spellcheck' |
| 1435 | }, |
jbroman | a7bdfdb | 2016-02-05 15:10:32 | [diff] [blame] | 1436 | 'blink_spv2_layout_tests': { |
| 1437 | 'filepath': 'third_party/WebKit/LayoutTests/virtual/spv2' |
| 1438 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1439 | 'blink_style': { |
| 1440 | 'filepath': 'third_party/WebKit/.*(style/|Style)', |
| 1441 | }, |
| 1442 | 'blink_svg': { |
| 1443 | 'filepath': 'third_party/WebKit/Source/core/(layout/)?svg', |
| 1444 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1445 | 'blink_vibration': { |
| 1446 | 'filepath': 'third_party/WebKit/LayoutTests/vibration/' \ |
| 1447 | '|third_party/WebKit/Source/modules/vibration/' |
| 1448 | }, |
| 1449 | 'blink_viewport_interaction': { |
| 1450 | 'filepath': 'third_party/WebKit/Source/core/css/.*Viewport' \ |
| 1451 | '|third_party/WebKit/Source/core/dom/ViewportArguments' \ |
| 1452 | '|third_party/WebKit/Source/core/html/HTMLMetaElement' \ |
| 1453 | '|third_party/WebKit/Source/core/page/FrameView' \ |
| 1454 | '|third_party/WebKit/Source/core/page/scrolling' |
| 1455 | }, |
| 1456 | 'blink_w3ctests': { |
tkent | 028ee35 | 2017-01-23 00:39:24 | [diff] [blame] | 1457 | 'filepath': 'third_party/WebKit/LayoutTests/external/' \ |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1458 | '|third_party/WebKit/Tools/Scripts/webkitpy/w3c/' |
| 1459 | }, |
kinuko | a1a7320 | 2016-05-24 06:42:36 | [diff] [blame] | 1460 | 'blink_web': { |
| 1461 | 'filepath': 'third_party/WebKit/Source/web' |
| 1462 | }, |
timloh | d035d57 | 2015-09-25 15:28:02 | [diff] [blame] | 1463 | 'blink_webcomponents': { |
| 1464 | 'filepath': 'third_party/WebKit/Source/core/dom/shadow/' \ |
| 1465 | '|third_party/WebKit/Source/core/dom/custom/' \ |
| 1466 | '|third_party/WebKit/Source/core/html/imports/' \ |
| 1467 | '|third_party/WebKit/Source/bindings/v8/custom/V8CustomElementConstructorCustom' \ |
| 1468 | '|third_party/WebKit/Source/bindings/v8/CustomElementHelpers' |
| 1469 | }, |
| 1470 | 'blink_webp': { |
| 1471 | 'filepath': 'third_party/WebKit/Source/platform/image-decoders/webp' \ |
| 1472 | '|third_party/WebKit/Source/platform/image-encoders/skia/WEBP' |
| 1473 | }, |
| 1474 | 'blink_websockets': { |
| 1475 | 'filepath': 'third_party/WebKit/Source/modules/websockets/' |
| 1476 | }, |
| 1477 | 'blink_workers': { |
| 1478 | 'filepath': 'third_party/WebKit/Source/core/workers', |
| 1479 | }, |
| 1480 | 'blink_wtf': { |
| 1481 | 'filepath': 'third_party/WebKit/Source/wtf', |
| 1482 | }, |
| 1483 | 'blink_xmlhttprequest': { |
| 1484 | 'filepath': 'third_party/WebKit/Source/core/xmlhttprequest/' |
tfarina | d21f947 | 2015-10-13 18:36:01 | [diff] [blame] | 1485 | }, |
| 1486 | 'test_runner': { |
| 1487 | 'filepath': 'components/test_runner/' \ |
| 1488 | '|content/shell/(common|browser|renderer)/layout_test/' \ |
| 1489 | '|content/test/layouttest_support.cc' \ |
| 1490 | '|content/public/test/layouttest_support.h' \ |
tfarina | d21f947 | 2015-10-13 18:36:01 | [diff] [blame] | 1491 | }, |
dominicc | 05d120d | 2016-05-16 01:13:40 | [diff] [blame] | 1492 | 'xml': { |
| 1493 | 'filepath': 'third_party/WebKit/Source/core/xml/' \ |
| 1494 | '|third_party/libxml/' \ |
| 1495 | '|third_party/libxslt/', |
| 1496 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1497 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 1498 | |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1499 | ############################################################################## |
| 1500 | # Please keep alphabetical |
| 1501 | ############################################################################## |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1502 | 'WATCHLISTS': { |
asvitkine | e4bad38 | 2015-11-05 21:56:45 | [diff] [blame] | 1503 | 'about_flags': ['[email protected]'], |
mazda | 6471d0e | 2015-10-02 06:32:55 | [diff] [blame] | 1504 | 'accelerator_table': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1505 | '[email protected]'], |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1506 | 'accessibility': ['[email protected]', |
| 1507 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1508 | '[email protected]', |
je_julie.kim | a170bac | 2015-05-06 14:57:54 | [diff] [blame] | 1509 | '[email protected]', |
dmazzoni | 5f4b7f1 | 2015-02-17 16:35:57 | [diff] [blame] | 1510 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1511 | '[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 1512 | 'add_to_homescreen': ['[email protected]', |
zpeng | 9351f9d | 2016-09-25 14:41:20 | [diff] [blame] | 1513 | '[email protected]', |
pkotwicz | 2ec0b29 | 2016-09-26 17:12:32 | [diff] [blame] | 1514 | '[email protected]', |
zpeng | 9351f9d | 2016-09-25 14:41:20 | [diff] [blame] | 1515 | '[email protected]'], |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 1516 | 'android_crash_reporting': ['[email protected]'], |
johnmaguire | 6aaac790 | 2016-03-15 12:28:20 | [diff] [blame] | 1517 | 'android_crazy_linker': ['[email protected]'], |
dfalcantara | ef21e9e | 2016-01-07 01:16:26 | [diff] [blame] | 1518 | 'android_infobars': ['[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 1519 | 'android_infra': ['[email protected]', |
| 1520 | '[email protected]', |
mikecase | c0ea086 | 2015-10-24 00:14:32 | [diff] [blame] | 1521 | '[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 1522 | 'android_java': ['[email protected]'], |
lizeb | f34f69b | 2016-03-30 16:08:53 | [diff] [blame] | 1523 | 'android_loading': ['[email protected]', |
droger | e76b563 | 2016-03-31 14:14:41 | [diff] [blame] | 1524 | '[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1525 | 'android_media': ['[email protected]', |
| 1526 | '[email protected]'], |
nyquist | f602bd0 | 2017-02-16 23:17:44 | [diff] [blame] | 1527 | 'android_studio': ['[email protected]', |
| 1528 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1529 | 'android_tab': ['[email protected]', |
| 1530 | '[email protected]'], |
asvitkine | 361b276e | 2016-08-30 18:45:00 | [diff] [blame] | 1531 | 'android_uma_settings': ['[email protected]', |
| 1532 | '[email protected]'], |
zpeng | b9a180d | 2016-10-12 18:40:21 | [diff] [blame] | 1533 | 'android_webapk': ['[email protected]'], |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 1534 | 'android_webview': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1535 | 'app_list': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1536 | '[email protected]'], |
| 1537 | 'app_shortcuts': ['[email protected]', |
| 1538 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1539 | 'appcache': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1540 | 'apps': ['[email protected]', |
| 1541 | '[email protected]'], |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1542 | 'arc': ['[email protected]', |
hidehiko | 49f0b7c | 2016-05-24 10:59:47 | [diff] [blame] | 1543 | '[email protected]', |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1544 | '[email protected]', |
victorhsieh | 52feccd | 2017-02-27 18:27:02 | [diff] [blame^] | 1545 | '[email protected]', |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1546 | '[email protected]'], |
lhchavez | 61532c9 | 2016-10-18 21:33:37 | [diff] [blame] | 1547 | 'arc_auth': ['[email protected]'], |
poromov | 7633f60 | 2017-02-21 16:44:01 | [diff] [blame] | 1548 | 'arc_kiosk': ['[email protected]'], |
lhchavez | 4b19176f | 2016-05-04 23:12:46 | [diff] [blame] | 1549 | 'arc_net': ['[email protected]', |
| 1550 | '[email protected]', |
| 1551 | '[email protected]'], |
ejcaruso | a298ec0 | 2016-06-16 20:30:43 | [diff] [blame] | 1552 | 'arc_power': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1553 | 'ash': ['[email protected]', |
| 1554 | '[email protected]'], |
| 1555 | 'aura': ['[email protected]', |
| 1556 | '[email protected]'], |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 1557 | 'aura_compositor': ['[email protected]', |
| 1558 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1559 | '[email protected]', |
danakj | 3695c58 | 2016-10-26 21:54:43 | [diff] [blame] | 1560 | '[email protected]'], |
sullivan | 0171e3c | 2015-03-03 18:47:21 | [diff] [blame] | 1561 | 'auto_bisect': ['[email protected]'], |
jdonnelly | 1ec60d9 | 2016-05-25 22:01:39 | [diff] [blame] | 1562 | 'autofill': ['[email protected]', |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame] | 1563 | '[email protected]', |
sebsg | bbfbea0 | 2016-10-24 21:54:59 | [diff] [blame] | 1564 | '[email protected]', |
| 1565 | '[email protected]', |
mathp | c204064 | 2017-01-25 14:59:41 | [diff] [blame] | 1566 | '[email protected]', |
| 1567 | '[email protected]'], |
peter | 39e10a6 | 2017-02-21 15:14:13 | [diff] [blame] | 1568 | 'background_fetch': ['[email protected]', |
| 1569 | '[email protected]', |
| 1570 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1571 | 'background_sync': ['[email protected]', |
chasej | 6dff929 | 2016-02-02 20:33:12 | [diff] [blame] | 1572 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1573 | '[email protected]', |
| 1574 | '[email protected]'], |
pkotwicz | 2ec0b29 | 2016-09-26 17:12:32 | [diff] [blame] | 1575 | 'banners': ['[email protected]', |
zpeng | 143b479 | 2016-10-06 20:38:12 | [diff] [blame] | 1576 | '[email protected]', |
| 1577 | '[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1578 | 'base_allocator': ['[email protected]', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1579 | '[email protected]'], |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 1580 | 'base_memory': ['[email protected]'], |
robliao | 1644d8b | 2016-04-11 15:39:59 | [diff] [blame] | 1581 | 'base_task_scheduler': ['[email protected]', |
| 1582 | '[email protected]', |
| 1583 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1584 | 'base_win': ['[email protected]', |
| 1585 | '[email protected]'], |
vmpstr | deec20e | 2016-11-18 22:17:32 | [diff] [blame] | 1586 | 'base': ['[email protected]'], |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 1587 | 'battery_status': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1588 | 'blink': ['[email protected]'], |
| 1589 | 'blink_accessibility': ['[email protected]', |
| 1590 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1591 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1592 | '[email protected]'], |
| 1593 | 'blink_animation': ['[email protected]', |
| 1594 | '[email protected]', |
| 1595 | '[email protected]', |
| 1596 | '[email protected]', |
| 1597 | '[email protected]'], |
| 1598 | 'blink_app_banner': ['[email protected]'], |
| 1599 | 'blink_audio': ['[email protected]', |
| 1600 | '[email protected]'], |
| 1601 | 'blink_battery_status': ['[email protected]', |
| 1602 | '[email protected]'], |
| 1603 | 'blink_bidi': ['[email protected]'], |
| 1604 | 'blink_bindings': ['[email protected]'], |
jbroman | 9ac2d53 | 2016-09-01 18:20:08 | [diff] [blame] | 1605 | 'blink_bindings_serialization': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1606 | 'blink_bluetooth': ['[email protected]', |
| 1607 | '[email protected]'], |
| 1608 | 'blink_canvas2d': ['[email protected]', |
| 1609 | '[email protected]', |
| 1610 | '[email protected]', |
| 1611 | '[email protected]'], |
| 1612 | 'blink_client_hints': ['[email protected]'], |
| 1613 | 'blink_clipboard': ['[email protected]'], |
| 1614 | 'blink_css': ['[email protected]', |
| 1615 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1616 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1617 | '[email protected]', |
| 1618 | '[email protected]'], |
| 1619 | 'blink_css_flexbox': ['[email protected]'], |
| 1620 | 'blink_css_fragmentation_tests': ['[email protected]'], |
| 1621 | 'blink_css_grid_layout': ['[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1622 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1623 | '[email protected]'], |
| 1624 | 'blink_css_regions': ['[email protected]'], |
| 1625 | 'blink_custom_elements': ['[email protected]', |
| 1626 | '[email protected]'], |
| 1627 | 'blink_device_light': ['[email protected]', |
| 1628 | '[email protected]'], |
| 1629 | 'blink_device_orientation': ['[email protected]', |
| 1630 | '[email protected]'], |
| 1631 | 'blink_devtools': ['[email protected]', |
| 1632 | '[email protected]', |
| 1633 | '[email protected]', |
| 1634 | '[email protected]', |
| 1635 | '[email protected]', |
lushnikov | c5bd7ca | 2016-07-27 17:19:39 | [diff] [blame] | 1636 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1637 | 'blink_dom': ['[email protected]', |
| 1638 | '[email protected]', |
| 1639 | '[email protected]', |
| 1640 | '[email protected]', |
| 1641 | '[email protected]'], |
| 1642 | 'blink_events': ['[email protected]', |
| 1643 | '[email protected]', |
| 1644 | '[email protected]', |
| 1645 | '[email protected]'], |
| 1646 | 'blink_fetch': ['[email protected]', |
| 1647 | '[email protected]', |
| 1648 | '[email protected]', |
| 1649 | '[email protected]'], |
| 1650 | 'blink_fileapi': ['[email protected]', |
| 1651 | '[email protected]', |
| 1652 | '[email protected]'], |
haraken | 98d0827a | 2017-02-27 00:55:19 | [diff] [blame] | 1653 | 'blink_frames': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1654 | 'blink_geolocation': ['[email protected]', |
| 1655 | '[email protected]', |
| 1656 | '[email protected]'], |
| 1657 | 'blink_heap': ['[email protected]', |
| 1658 | '[email protected]', |
| 1659 | '[email protected]', |
| 1660 | '[email protected]'], |
| 1661 | 'blink_html': ['[email protected]', |
| 1662 | '[email protected]'], |
csharrison | f357e963 | 2016-07-29 01:27:22 | [diff] [blame] | 1663 | 'blink_htmlparser': ['[email protected]', |
| 1664 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1665 | 'blink_indexed_db': ['[email protected]', |
| 1666 | '[email protected]'], |
| 1667 | 'blink_input': ['[email protected]', |
nzolghadr | 773a198 | 2016-10-18 21:26:45 | [diff] [blame] | 1668 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1669 | 'blink_layers': ['[email protected]'], |
| 1670 | 'blink_layout': ['[email protected]', |
| 1671 | '[email protected]', |
| 1672 | '[email protected]', |
| 1673 | '[email protected]', |
| 1674 | '[email protected]', |
| 1675 | '[email protected]', |
| 1676 | '[email protected]'], |
cbiesinger | 46ecaae | 2016-09-09 18:44:56 | [diff] [blame] | 1677 | 'blink_layout_ng': ['[email protected]', |
glebl | c60d663 | 2016-09-13 19:49:46 | [diff] [blame] | 1678 | '[email protected]', |
atotic | 30c8eba | 2016-10-28 13:24:07 | [diff] [blame] | 1679 | '[email protected]', |
dgrogan | f9744ea | 2017-01-18 23:23:26 | [diff] [blame] | 1680 | '[email protected]', |
atotic | 30c8eba | 2016-10-28 13:24:07 | [diff] [blame] | 1681 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1682 | 'blink_loader': ['[email protected]', |
| 1683 | '[email protected]', |
| 1684 | '[email protected]', |
| 1685 | '[email protected]'], |
| 1686 | 'blink_media': ['[email protected]', |
| 1687 | '[email protected]', |
srirama.m | dec4f51 | 2016-09-06 08:22:19 | [diff] [blame] | 1688 | '[email protected]', |
| 1689 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1690 | 'blink_media_queries': ['[email protected]', |
| 1691 | '[email protected]'], |
| 1692 | 'blink_mediacapturefromelement': ['[email protected]', |
| 1693 | '[email protected]'], |
| 1694 | 'blink_mediarecorder': ['[email protected]', |
| 1695 | '[email protected]'], |
| 1696 | 'blink_mediastream': ['[email protected]', |
| 1697 | '[email protected]'], |
| 1698 | 'blink_modules': ['[email protected]'], |
| 1699 | 'blink_navigator_content_utils': ['[email protected]'], |
awdf | 2e27024 | 2016-09-06 16:21:34 | [diff] [blame] | 1700 | 'blink_notifications': ['[email protected]', |
| 1701 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1702 | 'blink_out_of_process_frames': ['[email protected]', |
| 1703 | '[email protected]'], |
| 1704 | 'blink_owners': ['[email protected]'], |
| 1705 | 'blink_paint' : ['[email protected]', |
chrishtr | 4030de34 | 2016-10-03 23:57:59 | [diff] [blame] | 1706 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1707 | 'blink_permissions': ['[email protected]'], |
kinuko | c462adb | 2016-12-22 12:58:49 | [diff] [blame] | 1708 | 'blink_platform': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1709 | 'blink_platform_graphics': ['[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1710 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1711 | '[email protected]', |
| 1712 | '[email protected]', |
| 1713 | '[email protected]', |
| 1714 | '[email protected]', |
| 1715 | '[email protected]', |
fmalita | 9710b73 | 2017-02-17 05:10:02 | [diff] [blame] | 1716 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1717 | '[email protected]', |
| 1718 | '[email protected]', |
| 1719 | '[email protected]', |
| 1720 | '[email protected]', |
| 1721 | '[email protected]'], |
| 1722 | 'blink_prerender': ['[email protected]', |
| 1723 | '[email protected]'], |
| 1724 | 'blink_preloadScanner': ['[email protected]'], |
| 1725 | 'blink_public_api': ['[email protected]', |
| 1726 | '[email protected]'], |
awdf | 2e27024 | 2016-09-06 16:21:34 | [diff] [blame] | 1727 | 'blink_push_messaging': ['[email protected]', |
| 1728 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1729 | '[email protected]'], |
| 1730 | 'blink_quota': ['[email protected]', |
| 1731 | '[email protected]', |
| 1732 | '[email protected]'], |
| 1733 | 'blink_scheduler': ['[email protected]'], |
| 1734 | 'blink_screen_orientation': ['[email protected]'], |
falken | 6731ece4 | 2016-10-12 01:41:50 | [diff] [blame] | 1735 | 'blink_serviceworkers': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1736 | '[email protected]', |
| 1737 | '[email protected]', |
| 1738 | '[email protected]', |
| 1739 | '[email protected]', |
| 1740 | '[email protected]', |
| 1741 | '[email protected]', |
shimazu | 99de61f | 2016-09-07 03:57:41 | [diff] [blame] | 1742 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1743 | '[email protected]'], |
| 1744 | 'blink_serviceworkers_tests': ['[email protected]'], |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 1745 | 'blink_spellcheck' : ['[email protected]', |
| 1746 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1747 | 'blink_spv2_layout_tests': ['[email protected]', |
| 1748 | '[email protected]'], |
| 1749 | 'blink_style': ['[email protected]'], |
| 1750 | 'blink_svg': ['[email protected]', |
fmalita | 9710b73 | 2017-02-17 05:10:02 | [diff] [blame] | 1751 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1752 | '[email protected]', |
| 1753 | '[email protected]', |
| 1754 | '[email protected]', |
| 1755 | '[email protected]', |
| 1756 | '[email protected]', |
| 1757 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1758 | 'blink_track': ['[email protected]', |
| 1759 | '[email protected]', |
| 1760 | '[email protected]', |
danakj | 40af6b56 | 2017-01-24 15:55:28 | [diff] [blame] | 1761 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1762 | 'blink_vibration': ['[email protected]', |
| 1763 | '[email protected]'], |
| 1764 | 'blink_viewport_interaction': ['[email protected]'], |
| 1765 | 'blink_w3ctests': ['[email protected]'], |
| 1766 | 'blink_web': ['[email protected]'], |
| 1767 | 'blink_webcomponents': ['[email protected]', |
| 1768 | '[email protected]'], |
| 1769 | 'blink_webp': ['[email protected]', |
| 1770 | '[email protected]', |
| 1771 | '[email protected]'], |
| 1772 | 'blink_websockets': ['[email protected]', |
| 1773 | '[email protected]'], |
| 1774 | 'blink_workers': ['[email protected]', |
falken | 6731ece4 | 2016-10-12 01:41:50 | [diff] [blame] | 1775 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1776 | '[email protected]', |
shimazu | 99de61f | 2016-09-07 03:57:41 | [diff] [blame] | 1777 | '[email protected]', |
| 1778 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1779 | 'blink_wtf': ['[email protected]', |
| 1780 | '[email protected]'], |
| 1781 | 'blink_xmlhttprequest': ['[email protected]'], |
noyau | ce46087 | 2016-09-09 11:54:00 | [diff] [blame] | 1782 | 'bookmarks': ['[email protected]'], |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 1783 | 'bottombar': ['[email protected]', |
| 1784 | '[email protected]'], |
stevenjb | dd13303 | 2015-08-07 18:37:47 | [diff] [blame] | 1785 | 'browser_chromeos': ['[email protected]'], |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 1786 | 'browser_components': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1787 | 'browser_compositor': ['[email protected]', |
| 1788 | '[email protected]'], |
[email protected] | 17a2fba | 2013-02-07 18:46:57 | [diff] [blame] | 1789 | 'browser_resources': ['[email protected]'], |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 1790 | 'browser_resources_md': ['[email protected]'], |
msramek | 878b39d9 | 2016-04-20 07:55:33 | [diff] [blame] | 1791 | 'browsing_data': ['[email protected]', |
| 1792 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1793 | 'bubble': ['[email protected]', |
| 1794 | '[email protected]', |
| 1795 | '[email protected]', |
| 1796 | '[email protected]'], |
| 1797 | 'cache_storage': ['[email protected]', |
| 1798 | '[email protected]'], |
[email protected] | c9ae7a3 | 2014-03-31 22:18:59 | [diff] [blame] | 1799 | 'cast': ['[email protected]', |
[email protected] | 479180d2 | 2014-03-11 09:47:34 | [diff] [blame] | 1800 | '[email protected]', |
miu | a171016 | 2015-08-27 01:38:09 | [diff] [blame] | 1801 | '[email protected]', |
[email protected] | ad8ff0e | 2013-12-13 09:24:12 | [diff] [blame] | 1802 | '[email protected]', |
miu | a171016 | 2015-08-27 01:38:09 | [diff] [blame] | 1803 | '[email protected]', |
| 1804 | '[email protected]'], |
ryanchung | 4d15737 | 2016-05-10 20:27:16 | [diff] [blame] | 1805 | 'cast_certificate': ['[email protected]', |
ryanchung | 24f9d7b | 2017-01-12 19:18:34 | [diff] [blame] | 1806 | '[email protected]'], |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 1807 | 'cc': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1808 | 'certificate_transparency': ['[email protected]', |
| 1809 | '[email protected]', |
martijn | ccdd054 | 2016-11-07 18:49:27 | [diff] [blame] | 1810 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1811 | '[email protected]'], |
| 1812 | 'chrome_elf': ['[email protected]', |
| 1813 | '[email protected]'], |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 1814 | 'chrome_views': ['[email protected]'], |
alokp | 9d869cc1 | 2016-05-27 01:46:31 | [diff] [blame] | 1815 | 'chromecast': ['[email protected]', |
| 1816 | '[email protected]', |
halliwell | fa56b3a4 | 2015-09-04 21:42:57 | [diff] [blame] | 1817 | '[email protected]'], |
gfhuang | 2548f90 | 2016-02-26 02:29:21 | [diff] [blame] | 1818 | 'chromecast_public': ['[email protected]'], |
stgao | cea5a9c | 2015-05-29 22:31:39 | [diff] [blame] | 1819 | 'chromedriver': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1820 | 'chromeos': ['[email protected]'], |
| 1821 | 'chromeos_attestation': ['[email protected]'], |
| 1822 | 'chromeos_calculator': ['[email protected]'], |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 1823 | 'chromeos_dbus': ['[email protected]'], |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 1824 | 'chromeos_geolocation': ['[email protected]'], |
| 1825 | 'chromeos_login': ['[email protected]', |
| 1826 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1827 | 'chromeos_net': ['[email protected]'], |
| 1828 | 'chromeos_power': ['[email protected]'], |
alemate | c5187b1b | 2016-08-26 05:32:18 | [diff] [blame] | 1829 | 'chromeos_timezone': ['[email protected]'], |
| 1830 | 'chromeos_webui': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1831 | 'clang_update': ['[email protected]', |
thestig | f023ccc | 2016-11-10 14:39:15 | [diff] [blame] | 1832 | '[email protected]', |
[email protected] | cf8ffa8 | 2013-02-13 08:30:07 | [diff] [blame] | 1833 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1834 | '[email protected]', |
rnk | 28bbd177 | 2016-05-04 17:57:58 | [diff] [blame] | 1835 | '[email protected]', |
| 1836 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1837 | '[email protected]', |
thestig | f023ccc | 2016-11-10 14:39:15 | [diff] [blame] | 1838 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1839 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 1840 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1841 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1842 | 'clipboard': ['[email protected]'], |
[email protected] | 18fd7a53 | 2014-08-20 23:09:51 | [diff] [blame] | 1843 | 'closure': ['[email protected]', |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 1844 | '[email protected]', |
| 1845 | '[email protected]'], |
sdefresne | d94c5b0 | 2015-07-22 17:54:55 | [diff] [blame] | 1846 | 'components_deps': ['[email protected]', |
| 1847 | '[email protected]', |
| 1848 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1849 | 'content': ['[email protected]', |
| 1850 | '[email protected]'], |
| 1851 | 'content_bluetooth': ['[email protected]', |
| 1852 | '[email protected]'], |
| 1853 | 'content_loader': ['[email protected]', |
| 1854 | '[email protected]', |
| 1855 | '[email protected]'], |
| 1856 | 'content_renderer': ['[email protected]'], |
mkwst | 75a31a4 | 2014-09-14 18:32:53 | [diff] [blame] | 1857 | 'content_shell': ['[email protected]', |
peter | c9e3e17 | 2015-11-02 09:29:16 | [diff] [blame] | 1858 | '[email protected]', |
| 1859 | '[email protected]'], |
nhiroki | 90ba010 | 2015-07-21 01:42:24 | [diff] [blame] | 1860 | 'content_worker': ['[email protected]', |
| 1861 | '[email protected]'], |
donnd | 787f6ed | 2016-08-03 01:00:56 | [diff] [blame] | 1862 | 'contextual_search': ['[email protected]', |
| 1863 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1864 | 'courgette': ['[email protected]', |
| 1865 | '[email protected]'], |
michaelpg | e42ca3b3 | 2016-02-19 08:17:57 | [diff] [blame] | 1866 | 'cr_elements': ['[email protected]', |
| 1867 | '[email protected]', |
| 1868 | '[email protected]'], |
lizeb | f34f69b | 2016-03-30 16:08:53 | [diff] [blame] | 1869 | 'custom_tabs': ['[email protected]'], |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 1870 | 'data_reduction_proxy': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1871 | 'deep_memory_profiler': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1872 | 'device_bluetooth': ['[email protected]', |
| 1873 | '[email protected]'], |
| 1874 | 'device_sensors': ['[email protected]', |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 1875 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1876 | '[email protected]'], |
scheib | abdd7d3 | 2015-02-11 22:13:08 | [diff] [blame] | 1877 | 'developer_recommended_flags': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1878 | 'devtools': ['[email protected]', |
| 1879 | '[email protected]'], |
kinuko | c462adb | 2016-12-22 12:58:49 | [diff] [blame] | 1880 | 'disk_cache': ['[email protected]'], |
benjhayden | dd24d5a64 | 2015-10-05 18:19:51 | [diff] [blame] | 1881 | 'download': ['[email protected]'], |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 1882 | 'downloads_ui': ['[email protected]', |
| 1883 | '[email protected]'], |
[email protected] | 9a3781d | 2013-04-04 18:31:40 | [diff] [blame] | 1884 | 'drive': ['[email protected]'], |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 1885 | 'drive_resource_metadata': ['[email protected]'], |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 1886 | 'eme': ['[email protected]'], |
jdduke | 7edf3ca4 | 2015-10-26 18:20:01 | [diff] [blame] | 1887 | 'events': ['[email protected]'], |
[email protected] | f9529e792 | 2013-06-06 05:19:41 | [diff] [blame] | 1888 | 'extension': ['[email protected]', |
| 1889 | '[email protected]'], |
lunalu | 0a9c0542 | 2016-11-11 17:19:06 | [diff] [blame] | 1890 | 'feature_policy': ['[email protected]', |
| 1891 | '[email protected]'], |
apacible | c4093a9 | 2016-04-19 19:21:58 | [diff] [blame] | 1892 | 'feedback_ui': ['[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 1893 | 'fileapi': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 1894 | '[email protected]', |
| 1895 | '[email protected]'], |
yoshiki | 1c0ba278 | 2014-12-08 07:04:26 | [diff] [blame] | 1896 | 'filebrowse': ['[email protected]'], |
oka | b0be3dc | 2016-08-30 07:37:10 | [diff] [blame] | 1897 | 'filesapp': ['[email protected]', |
| 1898 | '[email protected]', |
| 1899 | '[email protected]'], |
| 1900 | 'filesapp_ui': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1901 | 'ftp': ['[email protected]'], |
mmoroz | 58ddb817 | 2016-09-08 18:29:55 | [diff] [blame] | 1902 | 'fuzzing': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1903 | 'gcm': ['[email protected]', |
| 1904 | '[email protected]', |
| 1905 | '[email protected]'], |
mikhail.pozdnyakov | a8db2640 | 2016-11-28 18:27:12 | [diff] [blame] | 1906 | 'generic_sensor': ['[email protected]', |
| 1907 | '[email protected]', |
| 1908 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1909 | 'geolocation': ['[email protected]', |
| 1910 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1911 | 'gfx_geometry': ['[email protected]'], |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 1912 | 'gfx_image': ['[email protected]'], |
agrieve | 4d9c1c5 | 2016-09-23 17:49:38 | [diff] [blame] | 1913 | 'gn': ['[email protected]', |
| 1914 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1915 | '[email protected]'], |
tikuta | e392286 | 2017-02-20 03:16:09 | [diff] [blame] | 1916 | 'goma': ['[email protected]', |
| 1917 | '[email protected]', |
| 1918 | '[email protected]', |
| 1919 | '[email protected]'], |
[email protected] | a615910 | 2013-11-08 23:21:52 | [diff] [blame] | 1920 | 'gpu': ['[email protected]'], |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 1921 | 'history_ui': ['[email protected]', |
| 1922 | '[email protected]', |
| 1923 | '[email protected]'], |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 1924 | 'hotword': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1925 | 'i18n': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1926 | 'importer': ['[email protected]'], |
[email protected] | 8b25056 | 2014-08-12 19:07:45 | [diff] [blame] | 1927 | 'indexed_db': ['[email protected]', |
dgrogan | d792a7f | 2016-01-21 00:12:13 | [diff] [blame] | 1928 | '[email protected]'], |
bruthig | aa8281f | 2016-02-09 17:52:31 | [diff] [blame] | 1929 | 'ink_drop': ['[email protected]'], |
dtapuska | 1f997a1 | 2016-03-14 19:22:07 | [diff] [blame] | 1930 | 'input': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1931 | 'installer': ['[email protected]', |
| 1932 | '[email protected]', |
| 1933 | '[email protected]'], |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 1934 | 'installer_linux': [ '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1935 | 'instant': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1936 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1937 | '[email protected]', |
| 1938 | '[email protected]', |
| 1939 | '[email protected]', |
| 1940 | '[email protected]', |
| 1941 | '[email protected]', |
| 1942 | '[email protected]'], |
pkl | b5652b52 | 2016-11-17 14:14:08 | [diff] [blame] | 1943 | 'ios_chrome': ['[email protected]', |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 1944 | '[email protected]', |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 1945 | '[email protected]', |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 1946 | '[email protected]'], |
marq | a4f135f | 2017-01-10 12:37:34 | [diff] [blame] | 1947 | 'ios_clean': ['[email protected]', |
| 1948 | '[email protected]'], |
| 1949 | 'ios_showcase': ['[email protected]', |
| 1950 | '[email protected]'], |
eugenebut | b5a5a857 | 2017-01-20 01:18:11 | [diff] [blame] | 1951 | 'ios_web': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1952 | 'ipc': ['[email protected]', |
| 1953 | '[email protected]'], |
| 1954 | 'libwebp': ['[email protected]', |
| 1955 | '[email protected]', |
| 1956 | '[email protected]'], |
| 1957 | 'libvpx': ['[email protected]', |
| 1958 | '[email protected]', |
| 1959 | '[email protected]', |
| 1960 | '[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 1961 | 'linux_fonts': ['[email protected]'], |
[email protected] | 6d7e0bf | 2014-07-28 22:30:40 | [diff] [blame] | 1962 | 'linux_sandboxing': ['[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 1963 | 'linux_seccomp_bpf': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1964 | 'login': ['[email protected]'], |
lgrey | 62faed7 | 2016-10-11 21:40:39 | [diff] [blame] | 1965 | 'mac' : ['[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 1966 | 'manifest': ['[email protected]'], |
dbeam | 7a73456 | 2015-09-15 18:23:17 | [diff] [blame] | 1967 | 'md_settings': ['[email protected]', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 1968 | '[email protected]', |
michaelpg | 32ca0790 | 2015-02-07 00:31:11 | [diff] [blame] | 1969 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1970 | 'media': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1971 | 'media_galleries': ['[email protected]', |
| 1972 | '[email protected]'], |
alokp | 9e369ea72e | 2016-06-10 05:41:09 | [diff] [blame] | 1973 | 'media_mojo': ['[email protected]'], |
apacible | 01538e0 | 2016-11-04 22:15:31 | [diff] [blame] | 1974 | 'media_remoting': ['[email protected]', |
erickung | c2289dea | 2016-12-13 19:01:28 | [diff] [blame] | 1975 | '[email protected]', |
apacible | 01538e0 | 2016-11-04 22:15:31 | [diff] [blame] | 1976 | '[email protected]', |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 1977 | '[email protected]'], |
kmarshall | b698ad4f | 2015-02-24 19:42:48 | [diff] [blame] | 1978 | 'media_router': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1979 | 'message_loop': ['[email protected]'], |
isherman | 1eee6f1 | 2014-12-09 02:14:30 | [diff] [blame] | 1980 | 'metrics': ['[email protected]'], |
[email protected] | 1d8899ee | 2014-06-10 20:58:12 | [diff] [blame] | 1981 | 'metrics_xml_files': ['[email protected]'], |
toyoshim | 8f51f90 | 2015-03-27 03:50:21 | [diff] [blame] | 1982 | 'midi': ['[email protected]'], |
[email protected] | c3830c62 | 2013-10-10 22:00:00 | [diff] [blame] | 1983 | 'mojo': ['[email protected]', |
[email protected] | 62bbe81 | 2013-10-24 22:24:16 | [diff] [blame] | 1984 | '[email protected]', |
[email protected] | 3bf40cb | 2013-10-11 19:10:49 | [diff] [blame] | 1985 | '[email protected]', |
[email protected] | 0f79ff6 | 2014-04-25 23:35:53 | [diff] [blame] | 1986 | '[email protected]', |
[email protected] | 84003af | 2014-05-02 09:37:13 | [diff] [blame] | 1987 | '[email protected]', |
| 1988 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1989 | 'mouse_lock': ['[email protected]'], |
rjkroege | f60dea86 | 2015-10-29 17:50:06 | [diff] [blame] | 1990 | 'mus': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1991 | 'nacl': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 1992 | 'native_client_sdk': ['[email protected]', |
| 1993 | '[email protected]'], |
| 1994 | 'navigation': ['[email protected]', |
| 1995 | '[email protected]'], |
csharrison | 27df167d | 2017-01-26 21:42:31 | [diff] [blame] | 1996 | 'net': ['[email protected]', |
| 1997 | '[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 1998 | 'net_base': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1999 | 'net_error_list': ['[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2000 | 'net_http2': ['[email protected]'], |
| 2001 | 'net_log': ['[email protected]', |
| 2002 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2003 | '[email protected]'], |
bnc | 1872e8bd | 2017-01-27 02:47:28 | [diff] [blame] | 2004 | 'net_spdy': ['[email protected]'], |
jkarlin | 53974840 | 2015-03-31 17:36:31 | [diff] [blame] | 2005 | 'netinfo': ['[email protected]'], |
awdf | 2e27024 | 2016-09-06 16:21:34 | [diff] [blame] | 2006 | 'notifications': ['[email protected]', |
| 2007 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2008 | '[email protected]'], |
tbansal | c6f1c9f | 2016-09-30 22:48:42 | [diff] [blame] | 2009 | 'nqe': ['[email protected]'], |
Evan Stade | 459d1666 | 2015-07-07 17:04:57 | [diff] [blame] | 2010 | 'ntp': ['[email protected]', |
[email protected] | 0bce10776 | 2012-11-27 11:42:54 | [diff] [blame] | 2011 | '[email protected]'], |
noyau | 451e6bb6 | 2016-12-23 14:29:04 | [diff] [blame] | 2012 | 'ntp_snippets': ['[email protected]', |
| 2013 | '[email protected]'], |
| 2014 | 'ntp_tiles': ['[email protected]', |
| 2015 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2016 | 'offline_pages': ['[email protected]', |
| 2017 | '[email protected]', |
| 2018 | '[email protected]', |
dewittj | 74b23f6f | 2016-04-21 19:29:25 | [diff] [blame] | 2019 | '[email protected]', |
| 2020 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2021 | '[email protected]'], |
jdonnelly | 6fa5a21d | 2017-01-03 15:28:35 | [diff] [blame] | 2022 | 'omnibox': ['[email protected]'], |
michaelpg | f6260fbd | 2015-02-06 17:59:35 | [diff] [blame] | 2023 | 'options': ['[email protected]', |
| 2024 | '[email protected]'], |
iclelland | 8b90440 | 2016-10-05 15:01:23 | [diff] [blame] | 2025 | 'origin_trials': ['[email protected]', |
| 2026 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2027 | 'ozone': ['[email protected]', |
| 2028 | '[email protected]'], |
csharrison | 3b1dc406 | 2015-10-19 14:31:08 | [diff] [blame] | 2029 | 'page_load_metrics' : ['[email protected]', |
kinuko | 01cbe8a1 | 2015-10-20 09:59:06 | [diff] [blame] | 2030 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2031 | 'panels': ['[email protected]', |
| 2032 | '[email protected]', |
| 2033 | '[email protected]', |
| 2034 | '[email protected]'], |
mkwst | 17a9875d | 2016-06-24 10:36:39 | [diff] [blame] | 2035 | 'password_manager': ['[email protected]', |
vabr | aafbd4f3 | 2015-11-10 19:30:23 | [diff] [blame] | 2036 | '[email protected]'], |
sebsg | bbfbea0 | 2016-10-24 21:54:59 | [diff] [blame] | 2037 | 'payments': ['[email protected]', |
gogerald | e108bcb | 2016-11-24 16:07:22 | [diff] [blame] | 2038 | '[email protected]', |
mahmadi | 0a7bb59f | 2017-02-22 19:13:49 | [diff] [blame] | 2039 | '[email protected]', |
| 2040 | '[email protected]'], |
| 2041 | 'payments_ios': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2042 | 'pepper_api': ['[email protected]', |
| 2043 | '[email protected]', |
| 2044 | '[email protected]', |
| 2045 | '[email protected]', |
| 2046 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 2047 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2048 | '[email protected]'], |
raymes | 18e32149 | 2017-01-11 04:21:33 | [diff] [blame] | 2049 | 'permissions': ['[email protected]', |
| 2050 | '[email protected]'], |
stuartmorgan | f8c13292 | 2015-01-23 14:45:34 | [diff] [blame] | 2051 | 'plugin': ['[email protected]'], |
tnagel | ad92622a9 | 2015-10-20 10:26:30 | [diff] [blame] | 2052 | 'policy_definitions': ['[email protected]'], |
dbeam | 78528be | 2016-02-18 07:08:49 | [diff] [blame] | 2053 | 'polymer': ['[email protected]', |
| 2054 | '[email protected]'], |
twifkak | 0c69c1f | 2015-06-22 18:20:09 | [diff] [blame] | 2055 | 'precache': ['[email protected]'], |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 2056 | 'prepopulated_engines': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2057 | 'prerender': ['[email protected]', |
| 2058 | '[email protected]', |
| 2059 | '[email protected]'], |
| 2060 | 'push_messaging': ['[email protected]', |
| 2061 | '[email protected]', |
| 2062 | '[email protected]'], |
stkhapugin | 0650314 | 2016-12-07 14:32:12 | [diff] [blame] | 2063 | 'reading_list': ['[email protected]'], |
[email protected] | c388759 | 2014-02-06 20:02:25 | [diff] [blame] | 2064 | 'remoting': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2065 | 'rlz_id': ['[email protected]', |
| 2066 | '[email protected]', |
| 2067 | '[email protected]'], |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 2068 | 'safe_browsing': ['[email protected]'], |
vakh | f8e14c9 | 2016-10-17 21:29:47 | [diff] [blame] | 2069 | 'safe_browsing_db': ['[email protected]'], |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 2070 | 'scheduler': ['[email protected]'], |
mlamouri | d8b0feb | 2015-06-02 16:30:47 | [diff] [blame] | 2071 | 'screen_orientation': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2072 | 'service_worker': ['[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 2073 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2074 | '[email protected]', |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 2075 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2076 | '[email protected]', |
horo | 8e9a0157 | 2016-07-27 06:05:31 | [diff] [blame] | 2077 | '[email protected]', |
shimazu | 99de61f | 2016-09-07 03:57:41 | [diff] [blame] | 2078 | '[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2079 | '[email protected]'], |
dominickn | 8884155a | 2016-06-23 02:28:16 | [diff] [blame] | 2080 | 'site_engagement': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2081 | 'site_instance': ['[email protected]', |
| 2082 | '[email protected]', |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 2083 | '[email protected]'], |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 2084 | 'spellcheck': ['[email protected]', |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 2085 | '[email protected]', |
timvolodine | 8cdb94c | 2016-09-22 12:17:22 | [diff] [blame] | 2086 | '[email protected]', |
| 2087 | '[email protected]'], |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 2088 | 'streams': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2089 | 'styleguide': ['[email protected]', |
vmpstr | deec20e | 2016-11-18 22:17:32 | [diff] [blame] | 2090 | '[email protected]', |
| 2091 | '[email protected]'], |
engedy | e7b734da | 2017-02-07 12:08:13 | [diff] [blame] | 2092 | 'subresource_filter': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2093 | 'supervised_users': ['[email protected]'], |
alito | 438fa433 | 2016-12-20 21:59:17 | [diff] [blame] | 2094 | 'swreporter': ['[email protected]', |
| 2095 | '[email protected]', |
| 2096 | '[email protected]'], |
maxbogue | 65ea263 | 2016-04-04 18:12:58 | [diff] [blame] | 2097 | 'sync': ['[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 2098 | 'syncfs': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 2099 | '[email protected]', |
| 2100 | '[email protected]'], |
miu | 5e69f1c5 | 2016-10-23 13:40:11 | [diff] [blame] | 2101 | 'tab_alert_indicators': ['[email protected]'], |
| 2102 | 'tab_capture': ['[email protected]', |
| 2103 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2104 | 'tab_contents': ['[email protected]', |
| 2105 | '[email protected]', |
| 2106 | '[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 2107 | 'tcmalloc': ['[email protected]'], |
tonyg | c7f6a4c1 | 2015-01-16 18:32:26 | [diff] [blame] | 2108 | 'telemetry': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2109 | 'test_runner': ['[email protected]', |
einbinder | a29577e | 2016-08-23 01:21:49 | [diff] [blame] | 2110 | '[email protected]', |
| 2111 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2112 | 'tests': [], |
jlklein | ecc8195 | 2016-11-19 00:16:07 | [diff] [blame] | 2113 | 'tether': ['[email protected]', |
| 2114 | '[email protected]', |
| 2115 | '[email protected]', |
| 2116 | '[email protected]', |
| 2117 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2118 | 'textinput': ['[email protected]', |
| 2119 | '[email protected]', |
| 2120 | '[email protected]', |
| 2121 | '[email protected]'], |
| 2122 | 'textinput_chromeos': ['[email protected]', |
| 2123 | '[email protected]', |
| 2124 | '[email protected]'], |
chirantan | 96fcf6d | 2015-01-21 22:36:19 | [diff] [blame] | 2125 | 'timers': ['[email protected]'], |
robliao | fd54b5c | 2017-01-13 00:41:30 | [diff] [blame] | 2126 | 'tools_win_chromeexts': ['[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2127 | 'tracing': ['[email protected]', |
| 2128 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 2129 | 'ui_compositor': ['[email protected]'], |
robliao | 2c4b749 | 2016-07-19 01:57:26 | [diff] [blame] | 2130 | 'ui_display_win': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 2131 | 'ui_resources': ['[email protected]'], |
edwardjung | 83f52ef2 | 2017-02-07 13:15:07 | [diff] [blame] | 2132 | 'ui_strings': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2133 | 'valgrind': ['[email protected]', |
timurrrr | 5335dbd | 2015-04-15 11:04:55 | [diff] [blame] | 2134 | '[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 2135 | 'version_assembly': ['[email protected]', |
| 2136 | '[email protected]'], |
posciak | 62a7227 | 2016-05-11 08:31:24 | [diff] [blame] | 2137 | 'video': ['[email protected]'], |
chfremer | 2a01a69b | 2017-01-06 02:39:01 | [diff] [blame] | 2138 | 'video_capture': ['[email protected]', |
| 2139 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2140 | 'views': ['[email protected]'], |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 2141 | 'virtual_keyboard': ['[email protected]', |
oka | bf9f6f0 | 2017-02-17 05:14:29 | [diff] [blame] | 2142 | '[email protected]', |
| 2143 | '[email protected]', |
| 2144 | '[email protected]'], |
billorr | 3c7e144 | 2016-11-11 21:21:35 | [diff] [blame] | 2145 | 'virtual_reality': ['[email protected]'], |
tnakamura | 4353923 | 2016-09-12 14:23:42 | [diff] [blame] | 2146 | 'webrtc_browser_tests': ['[email protected]'], |
raymes | f508463 | 2015-07-02 07:14:15 | [diff] [blame] | 2147 | 'website_settings': ['[email protected]', |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2148 | '[email protected]', |
| 2149 | '[email protected]'], |
| 2150 | 'windows_sandboxing': ['[email protected]', |
| 2151 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 2152 | 'x11': ['[email protected]', |
| 2153 | '[email protected]', |
| 2154 | '[email protected]'], |
pennymac | 962d19043 | 2016-07-27 00:58:35 | [diff] [blame] | 2155 | 'xml': ['[email protected]'], |
wjmaclean | 3ff6a40 | 2015-03-31 19:00:20 | [diff] [blame] | 2156 | 'zoom': ['[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 2157 | }, |
| 2158 | } |