[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': { |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 13 | 'accelerator_table': { |
| 14 | 'filepath': 'ash/accelerators/accelerator_table\.cc' \ |
| 15 | '|chrome/browser/ui/views/accelerator_table\.cc', |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 16 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 17 | 'accessibility': { |
[email protected] | a4156bfb | 2014-02-27 22:37:47 | [diff] [blame] | 18 | 'filepath': 'braille' \ |
| 19 | '|chrome/browser/accessibility/' \ |
| 20 | '|chromevox' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 21 | '|content/browser/accessibility/' \ |
[email protected] | bc72bbfc | 2013-10-21 23:08:16 | [diff] [blame] | 22 | '|content/browser/resources/accessibility/' \ |
| 23 | '|content/renderer/accessibility/' \ |
| 24 | '|content/test/data/accessibility/' \ |
| 25 | '|content/public/android/.*accessib' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 26 | '|chrome/.*accessib' \ |
[email protected] | a4156bfb | 2014-02-27 22:37:47 | [diff] [blame] | 27 | '|liblouis' \ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 28 | '|ui/base/accessibility/' \ |
| 29 | '|ui/views/accessibility/' |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 30 | }, |
[email protected] | e9db77a | 2013-06-12 23:56:17 | [diff] [blame] | 31 | 'activity_log': { |
| 32 | 'filepath': 'chrome/browser/extensions/activity_log/' \ |
| 33 | '|chrome/browser/extensions/api/activity_log_private/' |
| 34 | }, |
[email protected] | d2cdf34 | 2012-08-07 11:00:02 | [diff] [blame] | 35 | 'android_infra': { |
| 36 | 'filepath': 'build/android/' \ |
| 37 | '|testing/android/' \ |
| 38 | '|tools/android/' |
| 39 | }, |
[email protected] | d6af5081 | 2014-04-01 17:18:09 | [diff] [blame] | 40 | 'android_media': { |
| 41 | 'filepath': 'content/browser/media/android' \ |
| 42 | '|content/renderer/media/android' \ |
| 43 | '|media/audio/android' \ |
| 44 | '|media/base/android' \ |
| 45 | '|media/midi/*_android.*' \ |
| 46 | '|media/video/capture/android' |
| 47 | }, |
[email protected] | 3261d96 | 2014-03-04 22:18:28 | [diff] [blame] | 48 | 'android_tab': { |
| 49 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' |
| 50 | }, |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 51 | 'android_webview': { |
| 52 | 'filepath': 'android_webview/', |
| 53 | }, |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 54 | 'app_list': { |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 55 | 'filepath': 'chrome/browser/ui/app_list'\ |
| 56 | '|chrome/browser/ui/ash/app_list'\ |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 57 | '|chrome/browser/ui/views/app_list'\ |
| 58 | '|ui/app_list/' |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 59 | }, |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 60 | 'app_shortcuts': { |
| 61 | 'filepath': 'apps/app_shim/'\ |
| 62 | '|chrome/browser/web_applications/'\ |
| 63 | '|chrome/browser/ui/web_applications/'\ |
| 64 | '|chrome/common/mac/' |
| 65 | }, |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 66 | 'appcache': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 67 | 'filepath': 'appcache/', |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 68 | }, |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 69 | 'apps': { |
| 70 | 'filepath': '^apps/', |
| 71 | }, |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 72 | 'ash': { |
| 73 | 'filepath': 'ash/', |
| 74 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 75 | 'aura': { |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 76 | 'filepath': 'ui/aura/', |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 77 | }, |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 78 | 'aura_compositor': { |
| 79 | 'filepath': |
| 80 | 'ui/compositor/' \ |
[email protected] | 6dc38f7 | 2014-01-16 22:19:58 | [diff] [blame] | 81 | '|content/browser/compositor/' \ |
| 82 | '|content/browser/renderer_host/compositor_resize_lock_aura' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 83 | '|content/browser/renderer_host/render_widget_host_view_aura' \ |
| 84 | '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
[email protected] | a6eeeef9 | 2014-03-19 19:06:44 | [diff] [blame] | 85 | '|content/browser/renderer_host/delegated' \ |
| 86 | '|content/browser/renderer_host/software' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 87 | '|content/common/gpu/client/' \ |
| 88 | '|webkit/common/gpu/' |
| 89 | }, |
[email protected] | 2a38f0c0 | 2013-05-29 02:27:45 | [diff] [blame] | 90 | 'autofill': { |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 91 | 'filepath': 'chrome/browser/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 92 | 'chrome/browser/resources/options/autofill_|'\ |
| 93 | 'chrome/browser/sync/glue/autofill_|'\ |
| 94 | 'chrome/browser/ui/android/autofill/|'\ |
| 95 | 'chrome/browser/ui/autofill/|'\ |
[email protected] | e3e4ca6 | 2013-05-17 08:50:27 | [diff] [blame] | 96 | 'chrome/browser/ui/cocoa/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 97 | 'chrome/browser/ui/gtk/autofill/|'\ |
| 98 | 'chrome/browser/ui/views/autofill/|'\ |
| 99 | 'chrome/browser/ui/webui/options/autofill_|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 100 | 'chrome/renderer/autofill/|'\ |
| 101 | 'chrome/test/data/autofill/|'\ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 102 | 'components/autofill/|'\ |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 103 | 'components/autofill/browser/webdata/|'\ |
| 104 | 'components/webdata/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 105 | 'content/public/common/password_|'\ |
| 106 | 'content/public/renderer/password_|'\ |
| 107 | 'content/renderer/password_', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 108 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 109 | 'automation': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 110 | 'filepath': 'chrome/browser/automation/|chrome/test/automation/', |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 111 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 112 | 'base': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 113 | 'filepath': '^base/', |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 114 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 115 | 'base_allocator': { |
| 116 | 'filepath': '^base/allocator', |
| 117 | }, |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 118 | 'base_memory': { |
| 119 | 'filepath': '^base/memory', |
| 120 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 121 | 'base_win': { |
| 122 | 'filepath': '^base/win', |
| 123 | }, |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 124 | 'battery_status': { |
| 125 | 'filepath': 'content/browser/battery_status/|'\ |
timvolodine | 953fde7 | 2014-12-09 16:47:10 | [diff] [blame] | 126 | 'content/renderer/battery_status/|'\ |
| 127 | 'content/test/data/battery_status/|'\ |
| 128 | 'device/battery/', |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 129 | }, |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 130 | 'bookmarks': { |
| 131 | 'filepath': 'chrome/browser/bookmarks/' \ |
[email protected] | 771ad48 | 2013-07-16 17:32:48 | [diff] [blame] | 132 | '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
| 133 | '|chrome/browser/extensions/api/bookmarks/' \ |
| 134 | '|chrome/browser/resources/bookmark_manager/' \ |
[email protected] | cd869cde | 2013-01-31 15:46:35 | [diff] [blame] | 135 | '|chrome/browser/ui/bookmarks/' \ |
| 136 | '|chrome/browser/ui/cocoa/bookmarks/' \ |
[email protected] | 5cb8b6e1 | 2014-05-19 16:53:46 | [diff] [blame] | 137 | '|chrome/browser/ui/views/bookmarks/' \ |
| 138 | '|components/bookmarks' |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 139 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 140 | 'breakpad_app': { |
Robert Sesek | abcd810 | 2014-08-27 16:12:44 | [diff] [blame] | 141 | 'filepath': 'components/crash/app/', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 142 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 143 | 'browser': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 144 | 'filepath': 'chrome/browser/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 145 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 146 | 'browser_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 147 | 'filepath': 'chrome/browser/chromeos/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 148 | }, |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 149 | 'browser_components': { |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 150 | 'filepath': 'chrome/browser/autofill/' \ |
| 151 | '|chrome/browser/bookmarks/' \ |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 152 | '|chrome/browser/favicon/' \ |
[email protected] | ddf288e | 2013-01-09 20:58:27 | [diff] [blame] | 153 | '|chrome/browser/history/' \ |
[email protected] | fccf488 | 2013-03-15 04:46:19 | [diff] [blame] | 154 | '|chrome/browser/webdata/' \ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 155 | '|components/autofill/' |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 156 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 157 | 'browser_compositor': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 158 | 'filepath': 'ui/compositor/' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 159 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 160 | 'browser_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 161 | 'filepath': 'chrome/browser/resources/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 162 | }, |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 163 | 'browsing_data': { |
| 164 | 'filepath': 'chrome/browser/browsing_data/', |
| 165 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 166 | 'bubble': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 167 | 'filepath': 'ui/views/bubble/|'\ |
| 168 | 'chrome/browser/ui/views/bubble/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 169 | }, |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 170 | 'cast': { |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 171 | 'filepath': 'media/cast/'\ |
| 172 | '|chrome/browser/extensions/api/cast_streaming/'\ |
| 173 | '|chrome/browser/media/cast'\ |
| 174 | '|chrome/renderer/media/cast'\ |
| 175 | '|chrome/test/data/extensions/api_test/cast_'\ |
| 176 | '|content/public/renderer/media_stream_', |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 177 | }, |
[email protected] | 651d999 | 2014-04-09 17:18:41 | [diff] [blame] | 178 | 'chromecast': { |
| 179 | 'filepath': 'chromecast/', |
| 180 | }, |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 181 | 'cc': { |
| 182 | 'filepath': 'cc/|'\ |
[email protected] | 799fd73 | 2013-05-15 21:18:52 | [diff] [blame] | 183 | 'webkit/renderer/compositor_bindings/|'\ |
[email protected] | 4934d36 | 2012-11-22 22:04:53 | [diff] [blame] | 184 | 'content/common/cc_messages' |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 185 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 186 | 'chrome_elf': { |
| 187 | 'filepath': 'chrome_elf', |
| 188 | }, |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 189 | 'chrome_views': { |
| 190 | 'filepath': 'chrome/browser/ui/views', |
| 191 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 192 | 'chromedriver': { |
samuong | 53d5e61 | 2014-10-10 18:56:38 | [diff] [blame] | 193 | 'filepath': 'chrome/test/chromedriver|'\ |
| 194 | 'chrome/test/data/chromedriver|'\ |
| 195 | 'third_party/webdriver' |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 196 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 197 | 'chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 198 | 'filepath': 'chromeos/', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 199 | }, |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 200 | 'chromeos_attestation': { |
| 201 | 'filepath': 'chromeos/attestation/|'\ |
[email protected] | 64494c3f | 2013-08-14 22:15:59 | [diff] [blame] | 202 | 'chrome/browser/chromeos/attestation/|'\ |
| 203 | 'chrome/browser/extensions/api/enterprise_platform_keys_private/', |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 204 | }, |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 205 | 'chromeos_calculator': { |
| 206 | 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| 207 | }, |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 208 | 'chromeos_dbus': { |
| 209 | 'filepath': 'chromeos/dbus/', |
| 210 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 211 | 'chromeos_login': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 212 | 'filepath': 'chrome/browser/chromeos/login/|'\ |
| 213 | 'chrome/browser/ui/webui/chromeos/login/|'\ |
dzhioev | cc7c049 | 2014-11-25 14:52:58 | [diff] [blame] | 214 | 'chrome/browser/resources/chromeos/login/|'\ |
| 215 | 'ui/login/', |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 216 | }, |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 217 | 'chromeos_net': { |
| 218 | 'filepath': 'chromeos/network/|'\ |
| 219 | 'chrome/browser/chromeos/cros/|'\ |
| 220 | 'chrome/browser/chromeos/net/', |
| 221 | }, |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 222 | 'chromeos_power': { |
[email protected] | c3943ad | 2013-07-03 13:44:56 | [diff] [blame] | 223 | 'filepath': 'ash/system/chromeos/power/|'\ |
| 224 | 'chromeos/dbus/power_.*|'\ |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 225 | 'chrome/browser/chromeos/power/', |
| 226 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 227 | 'chromeos_webui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 228 | 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 229 | 'chrome/browser/resources/chromeos/', |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 230 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 231 | 'clang_update': { |
| 232 | 'filepath': 'tools/clang/scripts/update.sh' |
| 233 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 234 | 'clipboard': { |
| 235 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 236 | }, |
[email protected] | 0387ab3 | 2014-08-05 00:13:42 | [diff] [blame] | 237 | 'closure': { |
[email protected] | 18fd7a53 | 2014-08-20 23:09:51 | [diff] [blame] | 238 | 'filepath': 'third_party/closure_(compiler|linter)/|' |
| 239 | 'compiled_resources.gyp', |
[email protected] | 0387ab3 | 2014-08-05 00:13:42 | [diff] [blame] | 240 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 241 | 'content': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 242 | 'filepath': 'content/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 243 | }, |
scheib | 968e6105 | 2014-11-05 00:27:25 | [diff] [blame] | 244 | 'content_bluetooth': { |
| 245 | 'filepath': 'content/.*bluetooth' |
| 246 | }, |
[email protected] | e3774fd | 2014-04-23 22:32:54 | [diff] [blame] | 247 | 'content_input': { |
| 248 | 'filepath': 'content/browser/renderer_host/input/|'\ |
| 249 | 'content/common/input/|'\ |
| 250 | 'content/renderer/input/', |
| 251 | }, |
mkwst | 51262702 | 2014-09-16 09:23:27 | [diff] [blame] | 252 | 'content_renderer': { |
| 253 | 'filepath': 'content/renderer/', |
| 254 | }, |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 255 | 'content_shell': { |
| 256 | 'filepath': 'content/shell/', |
| 257 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 258 | 'cookie_monster': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 259 | 'filepath': 'net/cookies/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 260 | 'chrome/browser/net/sqlite_persistent_cookie_store', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 261 | }, |
vabr | 8380eb3 | 2014-11-17 11:50:27 | [diff] [blame] | 262 | 'custom_handlers': { |
| 263 | 'filepath': 'chrome/browser/custom_handlers/|'\ |
| 264 | 'chrome/common/custom_handlers/', |
| 265 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 266 | 'deep_memory_profiler': { |
| 267 | 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| 268 | }, |
[email protected] | 29ad47c | 2014-04-23 09:12:48 | [diff] [blame] | 269 | 'device_sensors': { |
| 270 | 'filepath': 'content/browser/device_sensors/|'\ |
| 271 | 'content/common/device_sensors/|'\ |
| 272 | 'content/public/android/java/src/org/chromium/content/browser/DeviceSensors.java|'\ |
| 273 | 'content/public/android/javatests/src/org/chromium/content/browser/DeviceSensorsTest.java|'\ |
| 274 | 'content/renderer/device_sensors/', |
[email protected] | 8c66723 | 2013-11-12 19:49:14 | [diff] [blame] | 275 | }, |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 276 | 'devtools': { |
| 277 | 'filepath': 'devtools', |
| 278 | }, |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 279 | 'disk_cache': { |
| 280 | 'filepath': 'net/disk_cache/|http_cache', |
| 281 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 282 | 'dns': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 283 | 'filepath': 'net/base/host_resolver|' \ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 284 | 'net/base/host_cache|' \ |
| 285 | 'net/dns/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 286 | }, |
| 287 | 'domui_options': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 288 | 'filepath': 'chrome/browser/resources/options/|'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 289 | 'chrome/browser/resources/options.html|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 290 | 'chrome/browser/ui/webui/options/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 291 | }, |
| 292 | 'download': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 293 | 'filepath': 'chrome/browser/download/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 294 | 'content/browser/download/', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 295 | }, |
[email protected] | e137d3d | 2013-06-11 17:16:40 | [diff] [blame] | 296 | 'download_database': { |
| 297 | 'filepath': 'chrome/browser/history/download_database', |
| 298 | }, |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 299 | 'downloads_ext': { |
| 300 | 'filepath': 'chrome/browser/extensions/api/downloads/|'\ |
[email protected] | 12188aff | 2013-03-03 21:57:57 | [diff] [blame] | 301 | 'chrome/common/extensions/api/downloads.*.idl', |
[email protected] | e52c283 | 2012-12-17 23:52:16 | [diff] [blame] | 302 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 303 | 'downloads_ui': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 304 | 'filepath': 'chrome/browser/resources/downloads/|' \ |
| 305 | 'chrome/browser/ui/webui/.*downloads|' \ |
| 306 | 'chrome/browser/ui/views/download/|' \ |
| 307 | 'chrome/browser/ui/cocoa/download/|' \ |
| 308 | 'chrome/browser/ui/gtk/download/' |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 309 | }, |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 310 | 'drive': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 311 | 'filepath': 'chrome/browser/chromeos/drive/|' \ |
| 312 | 'chrome/browser/google_apis/' |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 313 | }, |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 314 | 'drive_resource_metadata': { |
[email protected] | 2c948e1 | 2013-10-17 03:08:33 | [diff] [blame] | 315 | 'filepath': 'chrome/browser/chromeos/drive/resource_metadata' |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 316 | }, |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 317 | 'eme': { |
| 318 | 'filepath': 'components/cdm/|' \ |
| 319 | 'content/browser/media/cdm/|' \ |
| 320 | 'content/renderer/media/crypto/|' \ |
| 321 | 'media/base/android/*drm*|' \ |
| 322 | 'media/cdm/|' \ |
| 323 | 'third_party/widevine/cdm/' |
| 324 | }, |
noyau | c7f9ea39 | 2014-11-26 11:24:48 | [diff] [blame] | 325 | 'enhanced_bookmarks': { |
| 326 | 'filepath': 'chrome/browser/enhanced_bookmarks/' \ |
| 327 | '|components/enhanced_bookmarks/' |
| 328 | }, |
[email protected] | 247dcfb9 | 2014-04-23 18:25:59 | [diff] [blame] | 329 | 'events': { |
| 330 | 'filepath': 'ui/events/', |
| 331 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 332 | 'extension': { |
| 333 | 'filepath': 'extension', |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 334 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 335 | 'fileapi': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 336 | 'filepath': 'file_system/|' \ |
| 337 | 'fileapi/' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 338 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 339 | 'filebrowse': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 340 | 'filepath': 'file_browser|' \ |
| 341 | 'file_manager|' \ |
| 342 | 'filebrowse' |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 343 | }, |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 344 | 'filesapp': { |
[email protected] | 4ff3d9f | 2014-04-24 05:25:20 | [diff] [blame] | 345 | 'filepath': 'ui/file_manager' |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 346 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 347 | 'ftp': { |
| 348 | 'filepath': 'ftp', |
[email protected] | ffeb189d | 2011-10-05 18:49:39 | [diff] [blame] | 349 | }, |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 350 | 'gcm': { |
| 351 | 'filepath': 'chrome/browser/services/gcm/|'\ |
| 352 | 'components/gcm_driver/|'\ |
| 353 | 'google_apis/gcm/', |
| 354 | }, |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 355 | 'geolocation': { |
| 356 | 'filepath': 'chrome/browser/geolocation/|'\ |
| 357 | 'content/browser/geolocation|'\ |
| 358 | 'content/public/common/geoposition.*|'\ |
| 359 | 'content/public/browser/geolocation.*|'\ |
| 360 | 'content/renderer/geolocation.*|'\ |
| 361 | 'content/shell/geolocation/', |
| 362 | }, |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 363 | 'gfx_image': { |
| 364 | 'filepath': 'ui/gfx/image/', |
| 365 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 366 | 'gfx_geometry': { |
danakj | 570c133 | 2015-01-06 16:59:36 | [diff] [blame^] | 367 | 'filepath': 'ui/gfx/geometry/', |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 368 | }, |
[email protected] | 4d1773e | 2014-04-05 07:59:57 | [diff] [blame] | 369 | 'gn': { |
| 370 | 'filepath': 'tools/gn', |
| 371 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 372 | 'gpu': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 373 | 'filepath': 'gpu/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 374 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 375 | 'history_ui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 376 | 'filepath': 'chrome/browser/resources/history', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 377 | }, |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 378 | 'hotword': { |
| 379 | 'filepath': 'chrome/browser/extensions/api/hotword_private/'\ |
| 380 | '|chrome/browser/resources/hotword_helper/'\ |
[email protected] | 535980d4 | 2014-08-12 14:31:28 | [diff] [blame] | 381 | '|chrome/browser/resources/hotword/'\ |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 382 | '|chrome/browser/search/hotword*'\ |
| 383 | '|chrome/test/data/extensions/api_test/hotword_private/', |
| 384 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 385 | 'i18n': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 386 | 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
| 387 | 'locale_settings|encoding', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 388 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 389 | 'importer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 390 | 'filepath': 'import', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 391 | }, |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 392 | 'indexed_db': { |
| 393 | 'filepath': 'content/browser/indexed_db|'\ |
| 394 | 'content/child/indexed_db|'\ |
| 395 | 'content/common/indexed_db|'\ |
| 396 | 'content/public/browser/indexed_db|'\ |
| 397 | 'content/test/data/indexeddb', |
| 398 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 399 | 'installer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 400 | 'filepath': 'chrome/installer/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 401 | }, |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 402 | 'installer_linux': { |
| 403 | 'filepath': 'chrome/installer/linux/', |
| 404 | }, |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 405 | 'instant': { |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 406 | 'filepath': 'instant|searchbox|'\ |
| 407 | 'chrome/browser/search/|'\ |
[email protected] | c29b7dae | 2013-03-25 22:29:13 | [diff] [blame] | 408 | 'chrome/browser/ui/search/|'\ |
[email protected] | eb99f8e | 2013-07-10 10:17:39 | [diff] [blame] | 409 | 'chrome/browser/resources/local_ntp/|'\ |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 410 | 'chrome/common/search_types.*', |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 411 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 412 | 'ipc': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 413 | 'filepath': 'ipc/ipc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 414 | }, |
mkwst | b0d1b1d | 2014-09-30 11:45:36 | [diff] [blame] | 415 | 'ipc_messages': { |
| 416 | 'filepath': '_message.*.h|'\ |
| 417 | '_messages.cc', |
| 418 | }, |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 419 | 'libwebp': { |
| 420 | 'filepath': 'third_party/libwebp' |
| 421 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 422 | 'linux_fonts': { |
| 423 | 'filepath': 'ui/gfx/font_render_params_.*|'\ |
| 424 | 'ui/gfx/platform_font_pango.*|'\ |
| 425 | 'ui/gfx/render_text_linux.*', |
| 426 | }, |
| 427 | 'linux_sandboxing': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 428 | 'filepath': 'sandbox/linux/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 429 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 430 | 'linux_seccomp_bpf': { |
[email protected] | d6a2361 | 2012-11-13 20:11:54 | [diff] [blame] | 431 | 'filepath': 'content/common/sandbox.*linux.cc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 432 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 433 | 'media': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 434 | 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ |
[email protected] | 034548d | 2012-07-31 20:34:00 | [diff] [blame] | 435 | 'audio_message_filter|video_layer|media_internals', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 436 | }, |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 437 | 'media_galleries': { |
| 438 | 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ |
| 439 | '|chrome/browser/extensions/api/media_galleries_private/'\ |
| 440 | '|chrome/browser/media_galleries/'\ |
| 441 | '|chrome/browser/storage_monitor/'\ |
| 442 | '|chrome/common/media_galleries/'\ |
| 443 | '|chrome/test/data/extensions/api_test/media_galleries/'\ |
| 444 | '|chrome/utility/itunes*'\ |
| 445 | '|chrome/utility/picasa*', |
| 446 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 447 | 'message_loop': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 448 | 'filepath': 'base/message_' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 449 | }, |
| 450 | 'metrics': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 451 | 'filepath': 'base/metrics/'\ |
| 452 | '|chrome/browser/metrics/'\ |
| 453 | '|chrome/common/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 454 | '|chrome/browser/chromeos/external_metrics'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 455 | '|chrome/browser/extensions/api/metrics_private/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 456 | '|chrome/browser/ui/webui/metrics_handler'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 457 | '|content/browser/user_metrics.cc'\ |
[email protected] | ce6b855a | 2014-03-12 19:51:39 | [diff] [blame] | 458 | '|components/rappor/'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 459 | '|content/public/browser/user_metrics.h'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 460 | # Exclude XML files; in particular, histograms.xml. |
| 461 | '|tools/metrics/[^.]*([.](?!xml$).*)?$', |
| 462 | }, |
| 463 | 'metrics_xml_files': { |
| 464 | # Subscribe to this to watch for changes to histograms.xml. |
| 465 | 'filepath': 'tools/metrics/.*\.xml$' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 466 | }, |
[email protected] | 341f218a | 2013-09-24 22:16:10 | [diff] [blame] | 467 | 'mojo': { |
| 468 | 'filepath': 'mojo', |
| 469 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 470 | 'mouse_lock': { |
| 471 | 'filepath': 'mouse_lock', |
| 472 | }, |
| 473 | 'nacl': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 474 | 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
[email protected] | 193912d | 2013-09-06 17:41:56 | [diff] [blame] | 475 | 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 476 | 'native_client_sdk/src/doc/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 477 | }, |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 478 | 'native_client_sdk': { |
| 479 | 'filepath': '^native_client_sdk/', |
| 480 | }, |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 481 | 'navigation': { |
| 482 | 'filepath': 'content/browser/frame_host|'\ |
| 483 | 'content/browser/renderer_host/render_process_host.*|'\ |
| 484 | 'content/browser/renderer_host/render_view_host.*|'\ |
| 485 | 'content/browser/web_contents/web_contents_impl.*|'\ |
| 486 | 'content/renderer/render_frame.*|'\ |
| 487 | 'content/renderer/render_view.*' |
| 488 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 489 | 'net': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 490 | 'filepath': 'net/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 491 | }, |
| 492 | 'net_error_list': { |
| 493 | 'filepath': 'net/base/net_error_list.h', |
| 494 | }, |
| 495 | 'net_log': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 496 | 'filepath': 'net/base/net_log|' \ |
| 497 | 'chrome/browser/net/.*net_log|' \ |
| 498 | 'chrome/browser/net/passive_log_collector|' \ |
| 499 | 'chrome/browser/resources/net_internals/|' \ |
| 500 | 'chrome/browser/ui/webui/net_internals/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 501 | }, |
peter | f475841 | 2014-09-17 15:06:01 | [diff] [blame] | 502 | 'notifications': { |
| 503 | 'filepath': 'chrome/browser/extensions/api/notifications/|' \ |
| 504 | 'chrome/browser/notifications/|' \ |
| 505 | 'ui/message_center/' |
| 506 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 507 | 'npapi_headers': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 508 | 'filepath': 'third_party/npapi/bindings/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 509 | }, |
| 510 | 'ntp': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 511 | 'filepath': 'chrome/browser/resources/ntp4/|'\ |
[email protected] | b7ecd5f | 2013-02-14 21:04:16 | [diff] [blame] | 512 | 'chrome/browser/resources/ntp_android/|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 513 | 'chrome/browser/ui/webui/ntp/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 514 | }, |
| 515 | 'omnibox': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 516 | 'filepath': 'chrome/browser/autocomplete/'\ |
| 517 | '|chrome/browser/ui/.*/omnibox/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 518 | }, |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 519 | 'options': { |
| 520 | 'filepath': 'chrome/browser/resources/options/|'\ |
| 521 | 'chrome/browser/ui/webui/options/', |
| 522 | }, |
[email protected] | 2fc9a7b6 | 2014-04-16 17:10:12 | [diff] [blame] | 523 | 'overview_mode': { |
| 524 | 'filepath': 'ash/wm/overview/', |
| 525 | }, |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 526 | 'ozone': { |
[email protected] | f93c2c9 | 2013-10-31 18:22:44 | [diff] [blame] | 527 | 'filepath': 'ui/ozone/|'\ |
[email protected] | 4b66bf92 | 2013-10-28 19:49:43 | [diff] [blame] | 528 | 'ui/events/ozone/|'\ |
| 529 | 'ui/gfx/ozone/|'\ |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 530 | 'ui/gl/gl_.*egl.*|'\ |
| 531 | 'ui/gl/gl_.*ozone.*' |
| 532 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 533 | 'panels': { |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 534 | 'filepath': 'chrome/browser/ui/panels'\ |
| 535 | '|chrome/browser/ui/cocoa/panels'\ |
| 536 | '|chrome/browser/ui/gtk/panels'\ |
| 537 | '|chrome/browser/ui/views/panels' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 538 | }, |
[email protected] | 3cc8b392 | 2014-05-05 13:12:08 | [diff] [blame] | 539 | 'password_manager': { |
| 540 | 'filepath': 'chrome/.*/password_'\ |
| 541 | '|chrome/browser/ui/passwords'\ |
| 542 | '|chrome/browser/ui/views/passwords'\ |
| 543 | '|chrome/test/data/password'\ |
| 544 | '|components/autofill.*password' |
| 545 | '|components/password_'\ |
| 546 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 547 | 'pepper_api': { |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 548 | 'filepath': 'ppapi/api'\ |
| 549 | '|ppapi/c', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 550 | }, |
| 551 | 'plugin': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 552 | 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
| 553 | 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 554 | }, |
[email protected] | ef6cc44 | 2012-10-30 03:24:17 | [diff] [blame] | 555 | 'predictors': { |
| 556 | 'filepath': 'predictors', |
| 557 | }, |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 558 | 'prepopulated_engines': { |
| 559 | 'filepath': 'components/search_engines/prepopulated_engines.json', |
| 560 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 561 | 'prerender': { |
[email protected] | 78375a5 | 2012-07-14 14:47:57 | [diff] [blame] | 562 | 'filepath': 'prerender' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 563 | }, |
| 564 | 'pyauto': { |
| 565 | 'filepath': 'chrome/test/pyautolib' \ |
| 566 | '|chrome/test/functional' \ |
| 567 | '|chrome/browser/automation/automation_provider_json' |
| 568 | }, |
| 569 | 'remoting': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 570 | 'filepath': 'remoting/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 571 | }, |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 572 | 'rlz_id': { |
| 573 | 'filepath' :'rlz/lib/machine_id.cc|'\ |
| 574 | 'rlz/lib/machine_id.h|'\ |
| 575 | 'rlz/win/lib/machine_id_win.cc', |
| 576 | }, |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 577 | 'safe_browsing': { |
| 578 | 'filepath': 'chrome/(browser|common|renderer)/safe_browsing/', |
| 579 | }, |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 580 | 'scheduler': { |
| 581 | 'filepath': 'cc/scheduler|'\ |
| 582 | 'content/renderer/scheduler' |
| 583 | }, |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 584 | 'search': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 585 | 'filepath': 'chrome/browser/ui/search/', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 586 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 587 | 'sessions': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 588 | 'filepath': 'chrome/browser/sessions/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 589 | }, |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 590 | 'service_worker': { |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 591 | 'filepath': 'content/(browser|renderer|child|common)/service_worker/', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 592 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 593 | 'site_instance': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 594 | 'filepath': 'content/browser/site_instance|'\ |
| 595 | 'content/browser/browsing_instance', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 596 | }, |
| 597 | 'speech': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 598 | 'filepath': 'chrome/browser/speech/'\ |
| 599 | '|content/browser/speech/'\ |
| 600 | '|content/common/.*speech'\ |
| 601 | '|content/public/.*speech' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 602 | }, |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 603 | 'spellcheck': { |
| 604 | 'filepath': 'chrome/browser/spellchecker/'\ |
| 605 | '|chrome/browser/tab_contents/spellchecker'\ |
| 606 | '|chrome/browser/tab_contents/spelling_menu'\ |
| 607 | '|chrome/common/spellcheck_'\ |
| 608 | '|chrome/renderer/spellchecker/'\ |
[email protected] | 97e677a6 | 2013-01-11 19:18:35 | [diff] [blame] | 609 | '|third_party/hunspell/'\ |
| 610 | '|third_party/hunspell_dictionaries/'\ |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 611 | '|webkit/tools/test_shell/mock_spellcheck' |
| 612 | }, |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 613 | 'streams': { |
| 614 | 'filepath': 'content/browser/streams/', |
| 615 | }, |
[email protected] | 43d33e9 | 2014-07-14 16:39:31 | [diff] [blame] | 616 | 'supervised_users': { |
| 617 | 'filepath': 'chrome/browser/.*managed_mode'\ |
| 618 | '|chrome/browser/.*managed_user'\ |
| 619 | '|chrome/browser/.*supervised_user', |
| 620 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 621 | 'sync': { |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 622 | 'filepath': 'chrome/browser/sync/|sync/|components/sync_driver/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 623 | }, |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 624 | 'syncfs': { |
| 625 | 'filepath': 'sync_file_system', |
| 626 | }, |
[email protected] | 4529a79 | 2013-06-18 19:18:49 | [diff] [blame] | 627 | 'sync_proto': { |
| 628 | 'filepath': 'sync/protocol/', |
| 629 | }, |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 630 | 'tab_capture': { |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 631 | 'filepath': 'cc/output/copy_output_request'\ |
| 632 | '|chrome/browser/extensions/api/tab_capture/'\ |
| 633 | '|chrome/test/data/extensions/api_test/tab_capture/'\ |
| 634 | '|content/browser/compositor/delegated_frame_host'\ |
| 635 | '|content/browser/media/capture/'\ |
| 636 | '|content/browser/renderer_host/compositing_iosurface'\ |
| 637 | '|content/browser/renderer_host/media/(audio_'\ |
| 638 | '|media_stream_manager|video_)'\ |
| 639 | '|media/audio/(audio_output_controller|fake_audio_|virtual_audio_)'\ |
| 640 | '|media/base/video_frame\.h'\ |
| 641 | '|media/video/capture/video_capture_', |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 642 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 643 | 'tab_contents': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 644 | 'filepath': 'chrome/browser/tab_contents/|'\ |
| 645 | 'content/browser/tab_contents/|'\ |
| 646 | 'chrome/browser/ui/tab_contents/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 647 | }, |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 648 | 'tab_media_indicators': { |
| 649 | 'filepath': 'chrome/browser/media/audio_stream_monitor'\ |
| 650 | '|chrome/browser/ui/cocoa/tabs/tab_controller\.mm'\ |
| 651 | '|chrome/browser/ui/tabs/tab_utils'\ |
| 652 | '|chrome/browser/ui/views/tabs/tab\.cc'\ |
| 653 | '|chrome/browser/ui/views/tabs/tab_renderer_data'\ |
| 654 | '|media/audio/audio_(output_controller|power_monitor)', |
| 655 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 656 | 'task_manager': { |
| 657 | 'filepath': 'task_manager' |
| 658 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 659 | 'tcmalloc': { |
| 660 | 'filepath': 'third_party/tcmalloc' |
| 661 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 662 | 'telemetry': { |
[email protected] | 5fef30a | 2014-03-12 20:09:19 | [diff] [blame] | 663 | 'filepath': 'tools/perf/|'\ |
| 664 | 'tools/telemetry/' |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 665 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 666 | 'tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 667 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 668 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 669 | 'textinput': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 670 | 'filepath': 'content/browser/renderer_host/gtk_im'\ |
| 671 | '|content/browser/renderer_host/gtk_key'\ |
| 672 | '|content/browser/renderer_host/render_widget_host_view'\ |
| 673 | '|content/browser/renderer_host/text_input'\ |
| 674 | '|ui/base/ime/'\ |
| 675 | '|ui/base/gtk/event'\ |
| 676 | '|ui/base/gtk/gtk_im'\ |
| 677 | '|ui/base/keycodes/'\ |
| 678 | '|ui/base/win/ime'\ |
| 679 | '|ui/views/controls/textfield/'\ |
| 680 | '|ui/views/ime/' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 681 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 682 | 'textinput_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 683 | 'filepath': 'chrome/browser/chromeos/input_method/'\ |
| 684 | '|chrome/browser/chromeos/extensions/input_method'\ |
| 685 | '|chrome/browser/chromeos/status/input_method'\ |
| 686 | '|chrome/browser/extensions/extension_input_'\ |
| 687 | '|chrome/browser/resources/keyboard'\ |
| 688 | '|chrome/browser/resources/options/language'\ |
[email protected] | ef03eae | 2011-11-30 08:43:43 | [diff] [blame] | 689 | '|chrome/browser/ui/webui/options/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 690 | 'chromeos/.*(language|keyboard)'\ |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 691 | '|chrome/browser/ui/webui/options/language'\ |
| 692 | '|chromeos/ime/*' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 693 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 694 | 'tools': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 695 | 'filepath': 'tools/', |
[email protected] | 6bea7b4 | 2011-10-19 19:47:09 | [diff] [blame] | 696 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 697 | 'tools_emacs': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 698 | 'filepath': 'tools/emacs/', |
[email protected] | 65676d3 | 2012-04-18 14:41:05 | [diff] [blame] | 699 | }, |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 700 | 'tracing': { |
| 701 | 'filepath': 'base/debug/trace_event.*'\ |
| 702 | '|content/browser/tracing/'\ |
| 703 | '|components/tracing/' |
| 704 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 705 | 'ui_compositor': { |
| 706 | 'filepath': 'ui/compositor/layer\.|'\ |
| 707 | 'ui/compositor/layer_unittest|'\ |
| 708 | 'ui/compositor/compositor', |
| 709 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 710 | 'ui_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 711 | 'filepath': 'ui/resources/'\ |
| 712 | '|ui/base/native_theme/resources/'\ |
| 713 | '|chrome/app/theme/' |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 714 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 715 | 'valgrind': { |
| 716 | 'filepath': 'valgrind', |
| 717 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 718 | 'version_assembly': { |
| 719 | 'filepath': 'chrome/app/version_assembly', |
| 720 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 721 | 'views': { |
| 722 | # Applies to all files and subdirs within this directory. |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 723 | 'filepath': '^ui/views/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 724 | }, |
| 725 | 'views_core': { |
| 726 | 'filepath': 'ui/views/view.h|'\ |
| 727 | 'ui/views/view.cc|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 728 | 'ui/views/widget/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 729 | }, |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 730 | 'views_corewm': { |
| 731 | 'filepath': 'ui/views/corewm/', |
[email protected] | 3fc91814 | 2013-10-12 01:42:17 | [diff] [blame] | 732 | }, |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 733 | 'virtual_keyboard': { |
| 734 | 'filepath': 'ui/keyboard/'\ |
| 735 | 'chrome/test/data/chromeos/virtual_keyboard/'\ |
| 736 | 'chrome/common/extensions/api/virtual_keyboard', |
| 737 | }, |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 738 | 'webkit': { |
| 739 | 'filepath': 'webkit/', |
| 740 | }, |
| 741 | 'webrtc_media': { |
| 742 | 'filepath': 'chrome/browser/media/|'\ |
| 743 | 'content/browser/renderer_host/media/|'\ |
[email protected] | 7009805 | 2014-07-01 08:58:10 | [diff] [blame] | 744 | 'content/common/gpu/media/|'\ |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 745 | 'content/renderer/media/|'\ |
mcasas | fec6c75 | 2014-11-11 13:25:58 | [diff] [blame] | 746 | 'media/base/android/|'\ |
[email protected] | 30cb70c | 2013-10-15 22:59:52 | [diff] [blame] | 747 | 'media/video/|'\ |
mcasas | 5302494 | 2014-11-11 12:59:28 | [diff] [blame] | 748 | 'video.*_accelerat', |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 749 | }, |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 750 | 'website_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 751 | 'filepath': 'chrome/browser/content_settings/'\ |
| 752 | '|chrome/browser/ui/views/website_settings/'\ |
| 753 | '|chrome/browser/ui/website_settings/'\ |
mukai | 077089f | 2014-09-11 18:41:52 | [diff] [blame] | 754 | '|chrome/common/content_settings'\ |
| 755 | '|components/content_settings/', |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 756 | }, |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 757 | 'windows_sandboxing': { |
| 758 | 'filepath': 'sandbox/win/', |
| 759 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 760 | 'worker': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 761 | 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\ |
| 762 | 'chrome/common/worker_messages|webkit/glue/webworker', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 763 | }, |
| 764 | 'x11': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 765 | 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
| 766 | '|chrome/browser/chromeos/input_method/xkeyboard\.' \ |
| 767 | '|chrome/browser/chromeos/system_key_event_listener\.' \ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 768 | '|chrome/browser/chromeos/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 769 | 'xinput_hierarchy_changed_event_listener\.' \ |
| 770 | '|chrome/browser/chromeos/wm_' \ |
| 771 | '|ui/base/x/' |
[email protected] | 0d71085 | 2012-05-24 01:18:40 | [diff] [blame] | 772 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 773 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 774 | |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 775 | 'WATCHLISTS': { |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 776 | 'accelerator_table': ['[email protected]', |
| 777 | '[email protected]', |
| 778 | '[email protected]'], |
| 779 | 'accessibility': ['[email protected]', |
| 780 | '[email protected]', |
[email protected] | bc72bbfc | 2013-10-21 23:08:16 | [diff] [blame] | 781 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 782 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 783 | '[email protected]'], |
[email protected] | e9db77a | 2013-06-12 23:56:17 | [diff] [blame] | 784 | 'activity_log': ['[email protected]'], |
[email protected] | 5c6d3b2 | 2014-06-27 13:11:13 | [diff] [blame] | 785 | 'android_infra': ['[email protected]', |
jbudorick | 9b89b5f | 2014-11-05 21:13:08 | [diff] [blame] | 786 | '[email protected]', |
| 787 | '[email protected]'], |
[email protected] | d6af5081 | 2014-04-01 17:18:09 | [diff] [blame] | 788 | 'android_media': ['[email protected]'], |
[email protected] | c9ae7a3 | 2014-03-31 22:18:59 | [diff] [blame] | 789 | 'android_tab': ['[email protected]', '[email protected]'], |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 790 | 'android_webview': ['[email protected]'], |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 791 | 'app_list': ['[email protected]', '[email protected]'], |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 792 | 'app_shortcuts': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 793 | 'appcache': ['[email protected]'], |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 794 | 'apps': ['[email protected]', '[email protected]'], |
ben | 0ee290d0 | 2014-10-28 00:02:52 | [diff] [blame] | 795 | 'ash': ['[email protected]', |
| 796 | '[email protected]'], |
| 797 | 'aura': ['[email protected]', |
[email protected] | a6349a9 | 2013-10-04 11:49:32 | [diff] [blame] | 798 | '[email protected]'], |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 799 | 'aura_compositor': ['[email protected]', |
| 800 | '[email protected]', |
| 801 | '[email protected]', |
[email protected] | a6349a9 | 2013-10-04 11:49:32 | [diff] [blame] | 802 | '[email protected]', |
| 803 | '[email protected]'], |
isherman | 1eee6f1 | 2014-12-09 02:14:30 | [diff] [blame] | 804 | 'autofill': ['[email protected]', |
[email protected] | 1ea81f4 | 2013-10-09 18:10:35 | [diff] [blame] | 805 | '[email protected]'], |
[email protected] | 121773a | 2013-06-07 22:02:33 | [diff] [blame] | 806 | 'automation': ['[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 807 | 'base': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 808 | 'base_allocator': ['[email protected]', |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 809 | '[email protected]'], |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 810 | 'base_memory': ['[email protected]'], |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 811 | 'base_win': ['[email protected]', '[email protected]'], |
[email protected] | 7e093d402 | 2014-06-26 19:19:55 | [diff] [blame] | 812 | 'battery_status': ['[email protected]'], |
noyau | c7f9ea39 | 2014-11-26 11:24:48 | [diff] [blame] | 813 | 'bookmarks': ['[email protected]', '[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 814 | 'browser_chromeos': ['[email protected]', |
| 815 | '[email protected]', |
| 816 | '[email protected]'], |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 817 | 'browser_components': ['[email protected]'], |
[email protected] | 466af5e | 2013-08-01 19:53:44 | [diff] [blame] | 818 | 'browser_compositor': ['[email protected]', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 819 | '[email protected]'], |
[email protected] | 17a2fba | 2013-02-07 18:46:57 | [diff] [blame] | 820 | 'browser_resources': ['[email protected]'], |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 821 | 'browsing_data': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 822 | 'bubble': ['[email protected]', '[email protected]'], |
[email protected] | c9ae7a3 | 2014-03-31 22:18:59 | [diff] [blame] | 823 | 'cast': ['[email protected]', |
| 824 | '[email protected]', |
[email protected] | ad8ff0e | 2013-12-13 09:24:12 | [diff] [blame] | 825 | '[email protected]', |
| 826 | '[email protected]', |
[email protected] | 479180d2 | 2014-03-11 09:47:34 | [diff] [blame] | 827 | '[email protected]', |
[email protected] | ad8ff0e | 2013-12-13 09:24:12 | [diff] [blame] | 828 | '[email protected]', |
| 829 | '[email protected]', |
| 830 | '[email protected]', |
| 831 | '[email protected]'], |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 832 | 'cc': ['[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 833 | 'chrome_elf': ['[email protected]',], |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 834 | 'chrome_views': ['[email protected]'], |
gunsch | 01f333cd | 2014-10-28 19:15:32 | [diff] [blame] | 835 | 'chromecast': ['[email protected]', '[email protected]'], |
samuong | 53d5e61 | 2014-10-10 18:56:38 | [diff] [blame] | 836 | 'chromedriver': ['[email protected]', '[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 837 | 'chromeos' : ['[email protected]', |
| 838 | '[email protected]'], |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 839 | 'chromeos_attestation' : ['[email protected]'], |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 840 | 'chromeos_calculator' : ['[email protected]'], |
hashimoto | 40ecb69 | 2014-09-02 04:51:31 | [diff] [blame] | 841 | 'chromeos_dbus': ['[email protected]'], |
[email protected] | 2a66f575 | 2013-11-26 04:34:02 | [diff] [blame] | 842 | 'chromeos_net' : ['[email protected]'], |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 843 | 'chromeos_power' : ['[email protected]'], |
dzhioev | cc7c049 | 2014-11-25 14:52:58 | [diff] [blame] | 844 | 'chromeos_login' : ['[email protected]'], |
[email protected] | 93a56478 | 2011-09-28 14:20:31 | [diff] [blame] | 845 | 'chromeos_webui': ['[email protected]'], |
[email protected] | e8af07b | 2013-02-13 19:21:25 | [diff] [blame] | 846 | 'clang_update': ['[email protected]', |
[email protected] | cf8ffa8 | 2013-02-13 08:30:07 | [diff] [blame] | 847 | '[email protected]', |
| 848 | '[email protected]', |
| 849 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 850 | 'clipboard': ['[email protected]'], |
[email protected] | 18fd7a53 | 2014-08-20 23:09:51 | [diff] [blame] | 851 | 'closure': ['[email protected]', |
| 852 | '[email protected]'], |
[email protected] | 7bdda28 | 2014-03-27 16:30:59 | [diff] [blame] | 853 | 'content': ['[email protected]', |
mkwst | 51262702 | 2014-09-16 09:23:27 | [diff] [blame] | 854 | '[email protected]' ], |
scheib | 968e6105 | 2014-11-05 00:27:25 | [diff] [blame] | 855 | 'content_bluetooth': ['[email protected]'], |
[email protected] | e3774fd | 2014-04-23 22:32:54 | [diff] [blame] | 856 | 'content_input': ['[email protected]'], |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 857 | 'content_renderer': [ '[email protected]', |
| 858 | '[email protected]'], |
mkwst | 75a31a4 | 2014-09-14 18:32:53 | [diff] [blame] | 859 | 'content_shell': ['[email protected]', |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 860 | '[email protected]', |
| 861 | '[email protected]'], |
[email protected] | 6dc01c54 | 2012-11-15 02:48:09 | [diff] [blame] | 862 | 'cookie_monster': ['[email protected]'], |
vabr | 8380eb3 | 2014-11-17 11:50:27 | [diff] [blame] | 863 | 'custom_handlers': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 864 | 'deep_memory_profiler': ['[email protected]'], |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 865 | 'device_sensors': ['[email protected]', |
| 866 | '[email protected]', |
| 867 | '[email protected]', |
| 868 | '[email protected]'], |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 869 | 'devtools': ['[email protected]', '[email protected]', |
[email protected] | 703a5f4 | 2013-07-03 12:20:00 | [diff] [blame] | 870 | '[email protected]', '[email protected]', |
[email protected] | 932349ad | 2013-07-22 08:59:50 | [diff] [blame] | 871 | '[email protected]', |
| 872 | '[email protected]'], |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 873 | 'disk_cache': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 874 | 'dns': ['[email protected]'], |
[email protected] | e137d3d | 2013-06-11 17:16:40 | [diff] [blame] | 875 | 'download_database': ['[email protected]'], |
[email protected] | 15cff15 | 2013-04-26 15:41:13 | [diff] [blame] | 876 | 'download': ['[email protected]', '[email protected]'], |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 877 | 'downloads_ext': ['[email protected]'], |
[email protected] | 15cff15 | 2013-04-26 15:41:13 | [diff] [blame] | 878 | 'downloads_ui': ['[email protected]', '[email protected]'], |
[email protected] | 9a3781d | 2013-04-04 18:31:40 | [diff] [blame] | 879 | 'drive': ['[email protected]'], |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 880 | 'drive_resource_metadata': ['[email protected]'], |
[email protected] | 3a25c8a | 2014-06-26 06:47:10 | [diff] [blame] | 881 | 'eme': ['[email protected]'], |
peter | 9fa533255 | 2014-11-26 15:24:13 | [diff] [blame] | 882 | 'enhanced_bookmarks': ['[email protected]'], |
jdduke | a2e02fa | 2014-12-02 22:03:33 | [diff] [blame] | 883 | 'events': ['[email protected]', '[email protected]'], |
[email protected] | f9529e792 | 2013-06-06 05:19:41 | [diff] [blame] | 884 | 'extension': ['[email protected]', |
| 885 | '[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 886 | 'fileapi': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 887 | '[email protected]', |
| 888 | '[email protected]'], |
yoshiki | 1c0ba278 | 2014-12-08 07:04:26 | [diff] [blame] | 889 | 'filebrowse': ['[email protected]'], |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 890 | 'filesapp': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 891 | 'ftp': ['[email protected]'], |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 892 | 'gcm': ['[email protected]'], |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 893 | 'geolocation': ['[email protected]', |
| 894 | '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 895 | 'gfx_geometry': ['[email protected]'], |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 896 | 'gfx_image': ['[email protected]'], |
[email protected] | 4d1773e | 2014-04-05 07:59:57 | [diff] [blame] | 897 | 'gn': ['[email protected]'], |
[email protected] | a615910 | 2013-11-08 23:21:52 | [diff] [blame] | 898 | 'gpu': ['[email protected]'], |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 899 | 'history_ui': ['[email protected]', '[email protected]'], |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 900 | 'hotword': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 901 | 'i18n': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 902 | 'importer': ['[email protected]'], |
[email protected] | 8b25056 | 2014-08-12 19:07:45 | [diff] [blame] | 903 | 'indexed_db': ['[email protected]', |
[email protected] | 55a6225 | 2014-07-18 17:35:28 | [diff] [blame] | 904 | '[email protected]', '[email protected]'], |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 905 | 'installer': ['[email protected]', '[email protected]'], |
mmoss | 19826c6 | 2014-11-14 21:37:36 | [diff] [blame] | 906 | 'installer_linux': [ '[email protected]'], |
[email protected] | f2079e1 | 2013-06-05 00:26:37 | [diff] [blame] | 907 | 'instant': ['[email protected]', '[email protected]', |
tburkard | 8268a8d | 2014-09-17 12:53:44 | [diff] [blame] | 908 | '[email protected]', '[email protected]', |
[email protected] | b1ac652d9b | 2013-05-03 16:25:04 | [diff] [blame] | 909 | '[email protected]', '[email protected]', |
[email protected] | 2cefb69 | 2013-05-14 20:20:38 | [diff] [blame] | 910 | '[email protected]', '[email protected]', |
tburkard | 8268a8d | 2014-09-17 12:53:44 | [diff] [blame] | 911 | '[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 912 | 'ipc': ['[email protected]', '[email protected]'], |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 913 | 'libwebp': ['[email protected]', '[email protected]', |
| 914 | '[email protected]', '[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 915 | 'linux_fonts': ['[email protected]'], |
[email protected] | 6d7e0bf | 2014-07-28 22:30:40 | [diff] [blame] | 916 | 'linux_sandboxing': ['[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 917 | 'linux_seccomp_bpf': ['[email protected]'], |
[email protected] | 43d33e9 | 2014-07-14 16:39:31 | [diff] [blame] | 918 | 'supervised_users': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 919 | 'media': ['[email protected]'], |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 920 | 'media_galleries': ['[email protected]', '[email protected]', |
| 921 | '[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 922 | 'message_loop': ['[email protected]'], |
isherman | 1eee6f1 | 2014-12-09 02:14:30 | [diff] [blame] | 923 | 'metrics': ['[email protected]'], |
[email protected] | 1d8899ee | 2014-06-10 20:58:12 | [diff] [blame] | 924 | 'metrics_xml_files': ['[email protected]'], |
[email protected] | c3830c62 | 2013-10-10 22:00:00 | [diff] [blame] | 925 | 'mojo': ['[email protected]', |
[email protected] | 62bbe81 | 2013-10-24 22:24:16 | [diff] [blame] | 926 | '[email protected]', |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 927 | '[email protected]', |
[email protected] | 3bf40cb | 2013-10-11 19:10:49 | [diff] [blame] | 928 | '[email protected]', |
[email protected] | 0f79ff6 | 2014-04-25 23:35:53 | [diff] [blame] | 929 | '[email protected]', |
[email protected] | 84003af | 2014-05-02 09:37:13 | [diff] [blame] | 930 | '[email protected]', |
| 931 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 932 | 'mouse_lock': ['[email protected]'], |
| 933 | 'nacl': ['[email protected]'], |
[email protected] | cfe8004 | 2014-04-14 22:11:54 | [diff] [blame] | 934 | 'native_client_sdk': ['[email protected]', '[email protected]'], |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 935 | 'navigation': ['[email protected]', '[email protected]'], |
[email protected] | 0b6c5e9 | 2013-03-08 22:42:52 | [diff] [blame] | 936 | 'net': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 937 | 'net_error_list': ['[email protected]'], |
| 938 | 'net_log': ['[email protected]', '[email protected]'], |
mlamouri | 5cdcdf0 | 2014-11-27 15:58:59 | [diff] [blame] | 939 | 'notifications': ['[email protected]', |
| 940 | '[email protected]'], |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 941 | 'npapi_headers': ['[email protected]'], |
[email protected] | 0bce10776 | 2012-11-27 11:42:54 | [diff] [blame] | 942 | 'ntp': ['[email protected]', '[email protected]', |
| 943 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 944 | 'omnibox': ['[email protected]'], |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 945 | 'options': ['[email protected]'], |
[email protected] | 2fc9a7b6 | 2014-04-16 17:10:12 | [diff] [blame] | 946 | 'overview_mode': ['[email protected]'], |
Evan Stade | b873f1a | 2014-09-09 00:57:32 | [diff] [blame] | 947 | 'ozone': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 948 | 'panels': ['[email protected]', '[email protected]', |
| 949 | '[email protected]', '[email protected]'], |
mkwst | b0a0ccfb | 2014-10-23 12:53:25 | [diff] [blame] | 950 | 'password_manager': ['[email protected]', |
[email protected] | bf7576f | 2014-05-22 04:07:47 | [diff] [blame] | 951 | '[email protected]'], |
[email protected] | 84003af | 2014-05-02 09:37:13 | [diff] [blame] | 952 | 'pepper_api': ['[email protected]', '[email protected]', |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 953 | '[email protected]', '[email protected]', |
[email protected] | cfe8004 | 2014-04-14 22:11:54 | [diff] [blame] | 954 | '[email protected]', '[email protected]', |
[email protected] | 91651b3 | 2014-01-24 10:21:39 | [diff] [blame] | 955 | '[email protected]', '[email protected]', |
| 956 | '[email protected]'], |
[email protected] | 0b6c5e9 | 2013-03-08 22:42:52 | [diff] [blame] | 957 | 'plugin': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 958 | '[email protected]'], |
tburkard | 8268a8d | 2014-09-17 12:53:44 | [diff] [blame] | 959 | 'predictors': ['[email protected]'], |
[email protected] | be775bc | 2014-06-30 15:41:14 | [diff] [blame] | 960 | 'prepopulated_engines': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 961 | 'prerender': ['[email protected]', '[email protected]', |
tburkard | 8268a8d | 2014-09-17 12:53:44 | [diff] [blame] | 962 | '[email protected]', '[email protected]', |
| 963 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 964 | 'pyauto': ['[email protected]', |
[email protected] | 4f788fd | 2012-10-10 21:43:38 | [diff] [blame] | 965 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 966 | '[email protected]'], |
[email protected] | c388759 | 2014-02-06 20:02:25 | [diff] [blame] | 967 | 'remoting': ['[email protected]'], |
gab | 57e80c7 | 2014-12-08 21:06:13 | [diff] [blame] | 968 | 'rlz_id': ['[email protected]', |
| 969 | '[email protected]', |
| 970 | '[email protected]'], |
grt | 829c6a8 | 2014-10-20 09:29:32 | [diff] [blame] | 971 | 'safe_browsing': ['[email protected]'], |
skyostil | 20dea31 | 2014-11-11 13:43:06 | [diff] [blame] | 972 | 'scheduler': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 973 | 'sessions': ['[email protected]'], |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 974 | 'service_worker': ['[email protected]', |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 975 | '[email protected]', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 976 | '[email protected]', |
[email protected] | dd864bc | 2014-02-24 23:04:09 | [diff] [blame] | 977 | '[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 978 | '[email protected]', |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 979 | '[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 980 | '[email protected]'], |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame] | 981 | 'site_instance': ['[email protected]', '[email protected]', |
| 982 | '[email protected]'], |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 983 | 'spellcheck': ['[email protected]', |
[email protected] | 18d7e40 | 2014-07-08 19:53:14 | [diff] [blame] | 984 | '[email protected]', |
[email protected] | 97e677a6 | 2013-01-11 19:18:35 | [diff] [blame] | 985 | '[email protected]'], |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 986 | 'streams': ['[email protected]'], |
zea | 2b40a929 | 2014-10-09 16:45:25 | [diff] [blame] | 987 | 'sync': ['[email protected]', |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 988 | '[email protected]', |
maxbogue | e0237218 | 2014-11-13 00:42:22 | [diff] [blame] | 989 | '[email protected]', |
pvalenzuela | 85758c75 | 2014-09-25 19:34:56 | [diff] [blame] | 990 | '[email protected]', |
[email protected] | 3a2a6ac0 | 2014-06-20 07:07:12 | [diff] [blame] | 991 | '[email protected]'], |
[email protected] | 84dcfd9 | 2014-05-23 13:18:19 | [diff] [blame] | 992 | 'syncfs': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 993 | '[email protected]', |
| 994 | '[email protected]'], |
[email protected] | 4529a79 | 2013-06-18 19:18:49 | [diff] [blame] | 995 | 'sync_proto': ['[email protected]'], |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 996 | 'tab_capture': ['[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 997 | 'tab_contents': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 998 | '[email protected]', '[email protected]'], |
[email protected] | 31ef420b | 2014-08-13 21:19:13 | [diff] [blame] | 999 | 'tab_media_indicators': ['[email protected]'], |
dmikurube | e40b406 | 2014-11-04 17:47:19 | [diff] [blame] | 1000 | 'tcmalloc': ['[email protected]'], |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 1001 | 'telemetry': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1002 | 'tests': [], |
[email protected] | 494f3cf | 2011-11-14 07:14:02 | [diff] [blame] | 1003 | 'textinput': ['[email protected]', |
| 1004 | '[email protected]', |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 1005 | '[email protected]', |
[email protected] | ba2c923f | 2013-10-19 14:08:18 | [diff] [blame] | 1006 | '[email protected]', |
| 1007 | '[email protected]'], |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 1008 | 'textinput_chromeos': ['[email protected]', |
[email protected] | ba2c923f | 2013-10-19 14:08:18 | [diff] [blame] | 1009 | '[email protected]', |
| 1010 | '[email protected]'], |
[email protected] | 0fc48a1 | 2014-06-07 20:26:05 | [diff] [blame] | 1011 | 'tools_emacs': ['[email protected]'], |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1012 | 'tracing': ['[email protected]', '[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 1013 | 'ui_compositor': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 1014 | 'ui_resources': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1015 | 'valgrind': ['[email protected]', |
| 1016 | '[email protected]', |
| 1017 | '[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 1018 | 'version_assembly': ['[email protected]', |
| 1019 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1020 | 'views': ['[email protected]'], |
ben | 0ee290d0 | 2014-10-28 00:02:52 | [diff] [blame] | 1021 | 'views_core': ['[email protected]'], |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 1022 | 'virtual_keyboard': ['[email protected]', |
| 1023 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1024 | 'webkit': ['[email protected]'], |
[email protected] | 0fc48a1 | 2014-06-07 20:26:05 | [diff] [blame] | 1025 | 'webrtc_media': ['[email protected]', |
[email protected] | 7009805 | 2014-07-01 08:58:10 | [diff] [blame] | 1026 | '[email protected]', |
| 1027 | '[email protected]'], |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 1028 | 'website_settings': ['[email protected]'], |
[email protected] | b17d9e0 | 2014-07-29 09:45:50 | [diff] [blame] | 1029 | 'windows_sandboxing': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 1030 | 'worker': ['[email protected]'], |
| 1031 | 'x11': ['[email protected]', |
| 1032 | '[email protected]', |
| 1033 | '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 1034 | }, |
| 1035 | } |