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