[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] | 3261d96 | 2014-03-04 22:18:28 | [diff] [blame] | 40 | 'android_tab': { |
| 41 | 'filepath': 'chrome/android/java/src/org/chromium/chrome/browser/Tab' |
| 42 | }, |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 43 | 'android_webview': { |
| 44 | 'filepath': 'android_webview/', |
| 45 | }, |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 46 | 'app_list': { |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 47 | 'filepath': 'chrome/browser/ui/app_list'\ |
| 48 | '|chrome/browser/ui/ash/app_list'\ |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 49 | '|chrome/browser/ui/views/app_list'\ |
| 50 | '|ui/app_list/' |
[email protected] | 8a197f2 | 2012-06-22 14:59:05 | [diff] [blame] | 51 | }, |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 52 | 'app_shortcuts': { |
| 53 | 'filepath': 'apps/app_shim/'\ |
| 54 | '|chrome/browser/web_applications/'\ |
| 55 | '|chrome/browser/ui/web_applications/'\ |
| 56 | '|chrome/common/mac/' |
| 57 | }, |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 58 | 'appcache': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 59 | 'filepath': 'appcache/', |
[email protected] | 374a93c | 2009-11-05 21:45:56 | [diff] [blame] | 60 | }, |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 61 | 'apps': { |
| 62 | 'filepath': '^apps/', |
| 63 | }, |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 64 | 'ash': { |
| 65 | 'filepath': 'ash/', |
| 66 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 67 | 'aura': { |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 68 | 'filepath': 'ui/aura/', |
[email protected] | 84ba35e3 | 2010-08-06 17:22:39 | [diff] [blame] | 69 | }, |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 70 | 'aura_compositor': { |
| 71 | 'filepath': |
| 72 | 'ui/compositor/' \ |
[email protected] | 6dc38f7 | 2014-01-16 22:19:58 | [diff] [blame] | 73 | '|content/browser/compositor/' \ |
| 74 | '|content/browser/renderer_host/compositor_resize_lock_aura' \ |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 75 | '|content/browser/renderer_host/render_widget_host_view_aura' \ |
| 76 | '|content/browser/renderer_host/render_widget_host_view_browsertest' \ |
| 77 | '|content/common/gpu/client/' \ |
| 78 | '|webkit/common/gpu/' |
| 79 | }, |
[email protected] | 2a38f0c0 | 2013-05-29 02:27:45 | [diff] [blame] | 80 | 'autofill': { |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 81 | 'filepath': 'chrome/browser/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 82 | 'chrome/browser/resources/options/autofill_|'\ |
| 83 | 'chrome/browser/sync/glue/autofill_|'\ |
| 84 | 'chrome/browser/ui/android/autofill/|'\ |
| 85 | 'chrome/browser/ui/autofill/|'\ |
[email protected] | e3e4ca6 | 2013-05-17 08:50:27 | [diff] [blame] | 86 | 'chrome/browser/ui/cocoa/autofill/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 87 | 'chrome/browser/ui/gtk/autofill/|'\ |
| 88 | 'chrome/browser/ui/views/autofill/|'\ |
| 89 | 'chrome/browser/ui/webui/options/autofill_|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 90 | 'chrome/renderer/autofill/|'\ |
| 91 | 'chrome/test/data/autofill/|'\ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 92 | 'components/autofill/|'\ |
[email protected] | 3096479 | 2013-05-29 02:41:25 | [diff] [blame] | 93 | 'components/autofill/browser/webdata/|'\ |
| 94 | 'components/webdata/|'\ |
[email protected] | d9310a8 | 2012-11-02 02:53:48 | [diff] [blame] | 95 | 'content/public/common/password_|'\ |
| 96 | 'content/public/renderer/password_|'\ |
| 97 | 'content/renderer/password_', |
[email protected] | b339927 | 2010-08-10 19:49:29 | [diff] [blame] | 98 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 99 | 'automation': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 100 | 'filepath': 'chrome/browser/automation/|chrome/test/automation/', |
[email protected] | b8a0f8fa | 2010-09-02 18:35:55 | [diff] [blame] | 101 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 102 | 'base': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 103 | 'filepath': '^base/', |
[email protected] | 7a7a13b | 2010-08-25 01:10:59 | [diff] [blame] | 104 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 105 | 'base_allocator': { |
| 106 | 'filepath': '^base/allocator', |
| 107 | }, |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 108 | 'base_memory': { |
| 109 | 'filepath': '^base/memory', |
| 110 | }, |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 111 | 'bookmarks': { |
| 112 | 'filepath': 'chrome/browser/bookmarks/' \ |
[email protected] | 771ad48 | 2013-07-16 17:32:48 | [diff] [blame] | 113 | '|chrome/browser/extensions/api/bookmark_manager_private/' \ |
| 114 | '|chrome/browser/extensions/api/bookmarks/' \ |
| 115 | '|chrome/browser/resources/bookmark_manager/' \ |
[email protected] | cd869cde | 2013-01-31 15:46:35 | [diff] [blame] | 116 | '|chrome/browser/ui/bookmarks/' \ |
| 117 | '|chrome/browser/ui/cocoa/bookmarks/' \ |
| 118 | '|chrome/browser/ui/gtk/bookmarks/' \ |
| 119 | '|chrome/browser/ui/views/bookmarks/' |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 120 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 121 | 'browser': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 122 | 'filepath': 'chrome/browser/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 123 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 124 | 'browser_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 125 | 'filepath': 'chrome/browser/chromeos/', |
[email protected] | 02c4452 | 2010-10-08 17:43:25 | [diff] [blame] | 126 | }, |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 127 | 'browser_components': { |
[email protected] | a7228f6 | 2012-09-20 17:52:48 | [diff] [blame] | 128 | 'filepath': 'chrome/browser/autofill/' \ |
| 129 | '|chrome/browser/bookmarks/' \ |
| 130 | '|chrome/browser/common/' \ |
| 131 | '|chrome/browser/favicon/' \ |
[email protected] | ddf288e | 2013-01-09 20:58:27 | [diff] [blame] | 132 | '|chrome/browser/history/' \ |
[email protected] | fccf488 | 2013-03-15 04:46:19 | [diff] [blame] | 133 | '|chrome/browser/webdata/' \ |
[email protected] | 3947d4a8 | 2013-03-12 09:41:05 | [diff] [blame] | 134 | '|components/autofill/' |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 135 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 136 | 'browser_compositor': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 137 | 'filepath': 'ui/compositor/' |
[email protected] | fbd846b | 2010-11-19 01:32:18 | [diff] [blame] | 138 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 139 | 'browser_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 140 | 'filepath': 'chrome/browser/resources/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 141 | }, |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 142 | 'browsing_data': { |
| 143 | 'filepath': 'chrome/browser/browsing_data/', |
| 144 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 145 | 'bubble': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 146 | 'filepath': 'ui/views/bubble/|'\ |
| 147 | 'chrome/browser/ui/views/bubble/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 148 | }, |
[email protected] | 10fbd595 | 2013-08-22 07:42:39 | [diff] [blame] | 149 | 'cast': { |
| 150 | 'filepath': 'media/cast/', |
| 151 | }, |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 152 | 'cc': { |
| 153 | 'filepath': 'cc/|'\ |
[email protected] | 799fd73 | 2013-05-15 21:18:52 | [diff] [blame] | 154 | 'webkit/renderer/compositor_bindings/|'\ |
[email protected] | 4934d36 | 2012-11-22 22:04:53 | [diff] [blame] | 155 | 'content/common/cc_messages' |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 156 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 157 | 'chrome_elf': { |
| 158 | 'filepath': 'chrome_elf', |
| 159 | }, |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 160 | 'chrome_views': { |
| 161 | 'filepath': 'chrome/browser/ui/views', |
| 162 | }, |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 163 | 'chromedriver': { |
[email protected] | 121773a | 2013-06-07 22:02:33 | [diff] [blame] | 164 | 'filepath': 'chrome/test/chromedriver' |
[email protected] | f7bf8ba | 2011-02-24 22:28:46 | [diff] [blame] | 165 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 166 | 'chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 167 | 'filepath': 'chromeos/', |
[email protected] | 531b153 | 2011-08-11 03:52:01 | [diff] [blame] | 168 | }, |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 169 | 'chromeos_attestation': { |
| 170 | 'filepath': 'chromeos/attestation/|'\ |
[email protected] | 64494c3f | 2013-08-14 22:15:59 | [diff] [blame] | 171 | 'chrome/browser/chromeos/attestation/|'\ |
| 172 | 'chrome/browser/extensions/api/enterprise_platform_keys_private/', |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 173 | }, |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 174 | 'chromeos_calculator': { |
| 175 | 'filepath': 'chrome/common/extensions/docs/examples/apps/calculator/', |
| 176 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 177 | 'chromeos_login': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 178 | 'filepath': 'chrome/browser/chromeos/login/|'\ |
| 179 | 'chrome/browser/ui/webui/chromeos/login/|'\ |
| 180 | 'chrome/browser/resources/chromeos/login/', |
[email protected] | a791dac | 2011-04-07 23:22:57 | [diff] [blame] | 181 | }, |
[email protected] | d7d35f34 | 2012-10-22 20:32:47 | [diff] [blame] | 182 | 'chromeos_net': { |
| 183 | 'filepath': 'chromeos/network/|'\ |
| 184 | 'chrome/browser/chromeos/cros/|'\ |
| 185 | 'chrome/browser/chromeos/net/', |
| 186 | }, |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 187 | 'chromeos_power': { |
[email protected] | c3943ad | 2013-07-03 13:44:56 | [diff] [blame] | 188 | 'filepath': 'ash/system/chromeos/power/|'\ |
| 189 | 'chromeos/dbus/power_.*|'\ |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 190 | 'chrome/browser/chromeos/power/', |
| 191 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 192 | 'chromeos_webui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 193 | 'filepath': 'chrome/browser/ui/webui/chromeos/|'\ |
| 194 | 'chrome/browser/resources/chromeos/', |
[email protected] | ba03af4 | 2012-03-08 01:37:12 | [diff] [blame] | 195 | }, |
[email protected] | cef7a6d | 2011-04-29 20:49:07 | [diff] [blame] | 196 | 'clang_update': { |
| 197 | 'filepath': 'tools/clang/scripts/update.sh' |
| 198 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 199 | 'clipboard': { |
| 200 | 'filepath': 'clipboard|dnd|drag|drop', |
[email protected] | 2418b02 | 2011-05-19 21:06:02 | [diff] [blame] | 201 | }, |
[email protected] | 6acd6d2 | 2012-08-03 15:00:45 | [diff] [blame] | 202 | 'contacts': { |
| 203 | 'filepath': 'chrome/browser/chromeos/contacts/|'\ |
| 204 | 'chrome/browser/chromeos/gdata/gdata_contacts_service', |
| 205 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 206 | 'content': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 207 | 'filepath': 'content/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 208 | }, |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 209 | 'content_shell': { |
| 210 | 'filepath': 'content/shell/', |
| 211 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 212 | 'cookie_monster': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 213 | 'filepath': 'net/cookies/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 214 | 'chrome/browser/net/sqlite_persistent_cookie_store', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 215 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 216 | 'deep_memory_profiler': { |
| 217 | 'filepath': 'tools/(deep_memory_profiler|find_runtime_symbols)', |
| 218 | }, |
[email protected] | 8c66723 | 2013-11-12 19:49:14 | [diff] [blame] | 219 | 'device_orientation': { |
| 220 | 'filepath': 'content/browser/device_orientation/|'\ |
| 221 | 'content/common/device_orientation/|'\ |
| 222 | 'content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java|'\ |
| 223 | 'content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java|'\ |
| 224 | 'content/renderer/device_orientation/', |
| 225 | }, |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 226 | 'devtools': { |
| 227 | 'filepath': 'devtools', |
| 228 | }, |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 229 | 'disk_cache': { |
| 230 | 'filepath': 'net/disk_cache/|http_cache', |
| 231 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 232 | 'dns': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 233 | 'filepath': 'net/base/host_resolver|' \ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 234 | 'net/base/host_cache|' \ |
| 235 | 'net/dns/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 236 | }, |
| 237 | 'domui_options': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 238 | 'filepath': 'chrome/browser/resources/options/|'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 239 | 'chrome/browser/resources/options.html|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 240 | 'chrome/browser/ui/webui/options/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 241 | }, |
| 242 | 'download': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 243 | 'filepath': 'chrome/browser/download/|'\ |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 244 | 'content/browser/download/', |
[email protected] | 6bff0ad | 2011-06-17 01:32:51 | [diff] [blame] | 245 | }, |
[email protected] | e137d3d | 2013-06-11 17:16:40 | [diff] [blame] | 246 | 'download_database': { |
| 247 | 'filepath': 'chrome/browser/history/download_database', |
| 248 | }, |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 249 | 'downloads_ext': { |
| 250 | 'filepath': 'chrome/browser/extensions/api/downloads/|'\ |
[email protected] | 12188aff | 2013-03-03 21:57:57 | [diff] [blame] | 251 | 'chrome/common/extensions/api/downloads.*.idl', |
[email protected] | e52c283 | 2012-12-17 23:52:16 | [diff] [blame] | 252 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 253 | 'downloads_ui': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 254 | 'filepath': 'chrome/browser/resources/downloads/|' \ |
| 255 | 'chrome/browser/ui/webui/.*downloads|' \ |
| 256 | 'chrome/browser/ui/views/download/|' \ |
| 257 | 'chrome/browser/ui/cocoa/download/|' \ |
| 258 | 'chrome/browser/ui/gtk/download/' |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 259 | }, |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 260 | 'drive': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 261 | 'filepath': 'chrome/browser/chromeos/drive/|' \ |
| 262 | 'chrome/browser/google_apis/' |
[email protected] | f6df20a | 2012-10-23 21:22:07 | [diff] [blame] | 263 | }, |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 264 | 'drive_resource_metadata': { |
[email protected] | 2c948e1 | 2013-10-17 03:08:33 | [diff] [blame] | 265 | 'filepath': 'chrome/browser/chromeos/drive/resource_metadata' |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 266 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 267 | 'extension': { |
| 268 | 'filepath': 'extension', |
[email protected] | 161277d4 | 2011-06-24 20:48:45 | [diff] [blame] | 269 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 270 | 'fileapi': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 271 | 'filepath': 'file_system/|' \ |
| 272 | 'fileapi/' |
[email protected] | 8091951 | 2011-08-03 08:51:04 | [diff] [blame] | 273 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 274 | 'filebrowse': { |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 275 | 'filepath': 'file_browser|' \ |
| 276 | 'file_manager|' \ |
| 277 | 'filebrowse' |
[email protected] | 4b07b62cc | 2011-10-03 17:52:39 | [diff] [blame] | 278 | }, |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 279 | 'filesapp': { |
| 280 | 'filepath': 'chrome/browser/resources/file_manager', |
| 281 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 282 | 'ftp': { |
| 283 | 'filepath': 'ftp', |
[email protected] | ffeb189d | 2011-10-05 18:49:39 | [diff] [blame] | 284 | }, |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 285 | 'geolocation': { |
| 286 | 'filepath': 'chrome/browser/geolocation/|'\ |
| 287 | 'content/browser/geolocation|'\ |
| 288 | 'content/public/common/geoposition.*|'\ |
| 289 | 'content/public/browser/geolocation.*|'\ |
| 290 | 'content/renderer/geolocation.*|'\ |
| 291 | 'content/shell/geolocation/', |
| 292 | }, |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 293 | 'gfx_image': { |
| 294 | 'filepath': 'ui/gfx/image/', |
| 295 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 296 | 'gfx_geometry': { |
| 297 | 'filepath': 'ui/gfx/rect|'\ |
[email protected] | 38b6f04 | 2012-11-02 17:01:24 | [diff] [blame] | 298 | 'ui/gfx/quad|'\ |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 299 | 'ui/gfx/point|'\ |
| 300 | 'ui/gfx/size|'\ |
[email protected] | ceb36f7d | 2012-10-31 18:33:24 | [diff] [blame] | 301 | 'ui/gfx/transform|'\ |
| 302 | 'ui/gfx/vector2d', |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 303 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 304 | 'gpu': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 305 | 'filepath': 'gpu/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 306 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 307 | 'history_ui': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 308 | 'filepath': 'chrome/browser/resources/history', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 309 | }, |
| 310 | 'i18n': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 311 | 'filepath': 'base/i18n/|base/string|l10n|icu|'\ |
| 312 | 'locale_settings|encoding', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 313 | }, |
| 314 | 'imageburner': { |
| 315 | 'filepath': 'imageburner' |
| 316 | }, |
| 317 | 'importer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 318 | 'filepath': 'import', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 319 | }, |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 320 | 'indexed_db': { |
| 321 | 'filepath': 'content/browser/indexed_db|'\ |
| 322 | 'content/child/indexed_db|'\ |
| 323 | 'content/common/indexed_db|'\ |
| 324 | 'content/public/browser/indexed_db|'\ |
| 325 | 'content/test/data/indexeddb', |
| 326 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 327 | 'installer': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 328 | 'filepath': 'chrome/installer/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 329 | }, |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 330 | 'instant': { |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 331 | 'filepath': 'instant|searchbox|'\ |
| 332 | 'chrome/browser/search/|'\ |
[email protected] | c29b7dae | 2013-03-25 22:29:13 | [diff] [blame] | 333 | 'chrome/browser/ui/search/|'\ |
[email protected] | eb99f8e | 2013-07-10 10:17:39 | [diff] [blame] | 334 | 'chrome/browser/resources/local_ntp/|'\ |
[email protected] | 607903d | 2013-03-25 22:15:47 | [diff] [blame] | 335 | 'chrome/common/search_types.*', |
[email protected] | 56b4b09d3 | 2012-07-27 18:28:41 | [diff] [blame] | 336 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 337 | 'ipc': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 338 | 'filepath': 'ipc/ipc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 339 | }, |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 340 | 'libwebp': { |
| 341 | 'filepath': 'third_party/libwebp' |
| 342 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 343 | 'layout_tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 344 | 'filepath': 'webkit/(tools|data)/(layout_tests|test_shell)/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 345 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 346 | 'linux_fonts': { |
| 347 | 'filepath': 'ui/gfx/font_render_params_.*|'\ |
| 348 | 'ui/gfx/platform_font_pango.*|'\ |
| 349 | 'ui/gfx/render_text_linux.*', |
| 350 | }, |
| 351 | 'linux_sandboxing': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 352 | 'filepath': 'sandbox/linux/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 353 | }, |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 354 | 'linux_seccomp_bpf': { |
[email protected] | d6a2361 | 2012-11-13 20:11:54 | [diff] [blame] | 355 | 'filepath': 'content/common/sandbox.*linux.cc', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 356 | }, |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 357 | 'managed_users': { |
[email protected] | c5dd58a8 | 2013-05-13 10:36:55 | [diff] [blame] | 358 | 'filepath': 'chrome/browser/.*managed_mode'\ |
| 359 | '|chrome/browser/.*managed_user', |
| 360 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 361 | 'media': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 362 | 'filepath': 'media/|third_party/(ffmpeg|openmax)/|webmediaplayer|'\ |
[email protected] | 034548d | 2012-07-31 20:34:00 | [diff] [blame] | 363 | 'audio_message_filter|video_layer|media_internals', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 364 | }, |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 365 | 'media_galleries': { |
| 366 | 'filepath': 'chrome/browser/extensions/api/media_galleries/'\ |
| 367 | '|chrome/browser/extensions/api/media_galleries_private/'\ |
| 368 | '|chrome/browser/media_galleries/'\ |
| 369 | '|chrome/browser/storage_monitor/'\ |
| 370 | '|chrome/common/media_galleries/'\ |
| 371 | '|chrome/test/data/extensions/api_test/media_galleries/'\ |
| 372 | '|chrome/utility/itunes*'\ |
| 373 | '|chrome/utility/picasa*', |
| 374 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 375 | 'message_loop': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 376 | 'filepath': 'base/message_' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 377 | }, |
| 378 | 'metrics': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 379 | 'filepath': 'base/metrics/'\ |
| 380 | '|chrome/browser/metrics/'\ |
| 381 | '|chrome/common/metrics/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 382 | '|chrome/browser/chromeos/external_metrics'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 383 | '|chrome/browser/extensions/api/metrics_private/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 384 | '|chrome/browser/ui/webui/metrics_handler'\ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 385 | '|content/browser/user_metrics.cc'\ |
| 386 | '|content/public/browser/user_metrics.h'\ |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 387 | # Exclude XML files; in particular, histograms.xml. |
| 388 | '|tools/metrics/[^.]*([.](?!xml$).*)?$', |
| 389 | }, |
| 390 | 'metrics_xml_files': { |
| 391 | # Subscribe to this to watch for changes to histograms.xml. |
| 392 | 'filepath': 'tools/metrics/.*\.xml$' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 393 | }, |
[email protected] | 341f218a | 2013-09-24 22:16:10 | [diff] [blame] | 394 | 'mojo': { |
| 395 | 'filepath': 'mojo', |
| 396 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 397 | 'mouse_lock': { |
| 398 | 'filepath': 'mouse_lock', |
| 399 | }, |
| 400 | 'nacl': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 401 | 'filepath': 'chrome/nacl/|chrome/test/nacl/|'\ |
[email protected] | 193912d | 2013-09-06 17:41:56 | [diff] [blame] | 402 | 'chrome/browser/nacl_host/|chrome/common/nacl|'\ |
| 403 | 'native_client_sdk/src/doc/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 404 | }, |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 405 | 'native_client_sdk': { |
| 406 | 'filepath': '^native_client_sdk/', |
| 407 | }, |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame^] | 408 | 'navigation': { |
| 409 | 'filepath': 'content/browser/frame_host|'\ |
| 410 | 'content/browser/renderer_host/render_process_host.*|'\ |
| 411 | 'content/browser/renderer_host/render_view_host.*|'\ |
| 412 | 'content/browser/web_contents/web_contents_impl.*|'\ |
| 413 | 'content/renderer/render_frame.*|'\ |
| 414 | 'content/renderer/render_view.*' |
| 415 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 416 | 'net': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 417 | 'filepath': 'net/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 418 | }, |
| 419 | 'net_error_list': { |
| 420 | 'filepath': 'net/base/net_error_list.h', |
| 421 | }, |
| 422 | 'net_log': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 423 | 'filepath': 'net/base/net_log|' \ |
| 424 | 'chrome/browser/net/.*net_log|' \ |
| 425 | 'chrome/browser/net/passive_log_collector|' \ |
| 426 | 'chrome/browser/resources/net_internals/|' \ |
| 427 | 'chrome/browser/ui/webui/net_internals/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 428 | }, |
| 429 | 'npapi_headers': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 430 | 'filepath': 'third_party/npapi/bindings/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 431 | }, |
| 432 | 'ntp': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 433 | 'filepath': 'chrome/browser/resources/ntp4/|'\ |
[email protected] | b7ecd5f | 2013-02-14 21:04:16 | [diff] [blame] | 434 | 'chrome/browser/resources/ntp_android/|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 435 | 'chrome/browser/ui/webui/ntp/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 436 | }, |
| 437 | 'omnibox': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 438 | 'filepath': 'chrome/browser/autocomplete/'\ |
| 439 | '|chrome/browser/ui/.*/omnibox/' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 440 | }, |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 441 | 'options': { |
| 442 | 'filepath': 'chrome/browser/resources/options/|'\ |
| 443 | 'chrome/browser/ui/webui/options/', |
| 444 | }, |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 445 | 'ozone': { |
[email protected] | f93c2c9 | 2013-10-31 18:22:44 | [diff] [blame] | 446 | 'filepath': 'ui/ozone/|'\ |
[email protected] | 4b66bf92 | 2013-10-28 19:49:43 | [diff] [blame] | 447 | 'ui/events/ozone/|'\ |
| 448 | 'ui/gfx/ozone/|'\ |
[email protected] | 4a2078e | 2013-07-18 20:40:20 | [diff] [blame] | 449 | 'ui/gl/gl_.*egl.*|'\ |
| 450 | 'ui/gl/gl_.*ozone.*' |
| 451 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 452 | 'panels': { |
[email protected] | 7cbe5a5 | 2012-09-27 02:00:29 | [diff] [blame] | 453 | 'filepath': 'chrome/browser/ui/panels'\ |
| 454 | '|chrome/browser/ui/cocoa/panels'\ |
| 455 | '|chrome/browser/ui/gtk/panels'\ |
| 456 | '|chrome/browser/ui/views/panels' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 457 | }, |
| 458 | 'pepper_api': { |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 459 | 'filepath': 'ppapi/api'\ |
| 460 | '|ppapi/c', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 461 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 462 | 'perf': { |
| 463 | 'filepath': 'tools/perf' \ |
| 464 | '|tools/telemetry' \ |
| 465 | '|chrome/test/perf' |
| 466 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 467 | 'plugin': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 468 | 'filepath': 'chrome/browser/plugin|chrome/plugin/|'\ |
| 469 | 'chrome/common/plugin|webkit/glue/webplugin|webkit/glue/plugins/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 470 | }, |
[email protected] | e8a2a6b | 2013-05-17 14:24:07 | [diff] [blame] | 471 | 'policy_templates': { |
[email protected] | 991573e | 2013-12-16 13:49:20 | [diff] [blame] | 472 | 'filepath': 'components/policy/resources/policy_templates.json', |
[email protected] | e8a2a6b | 2013-05-17 14:24:07 | [diff] [blame] | 473 | }, |
[email protected] | ef6cc44 | 2012-10-30 03:24:17 | [diff] [blame] | 474 | 'predictors': { |
| 475 | 'filepath': 'predictors', |
| 476 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 477 | 'prerender': { |
[email protected] | 78375a5 | 2012-07-14 14:47:57 | [diff] [blame] | 478 | 'filepath': 'prerender' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 479 | }, |
| 480 | 'pyauto': { |
| 481 | 'filepath': 'chrome/test/pyautolib' \ |
| 482 | '|chrome/test/functional' \ |
| 483 | '|chrome/browser/automation/automation_provider_json' |
| 484 | }, |
| 485 | 'remoting': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 486 | 'filepath': 'remoting/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 487 | }, |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 488 | 'search': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 489 | 'filepath': 'chrome/browser/ui/search/', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 490 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 491 | 'sessions': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 492 | 'filepath': 'chrome/browser/sessions/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 493 | }, |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 494 | 'service_worker': { |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 495 | 'filepath': 'content/(browser|renderer|child|common)/service_worker/', |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 496 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 497 | 'site_instance': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 498 | 'filepath': 'content/browser/site_instance|'\ |
| 499 | 'content/browser/browsing_instance', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 500 | }, |
| 501 | 'speech': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 502 | 'filepath': 'chrome/browser/speech/'\ |
| 503 | '|content/browser/speech/'\ |
| 504 | '|content/common/.*speech'\ |
| 505 | '|content/public/.*speech' |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 506 | }, |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 507 | 'spellcheck': { |
| 508 | 'filepath': 'chrome/browser/spellchecker/'\ |
| 509 | '|chrome/browser/tab_contents/spellchecker'\ |
| 510 | '|chrome/browser/tab_contents/spelling_menu'\ |
| 511 | '|chrome/common/spellcheck_'\ |
| 512 | '|chrome/renderer/spellchecker/'\ |
[email protected] | 97e677a6 | 2013-01-11 19:18:35 | [diff] [blame] | 513 | '|third_party/hunspell/'\ |
| 514 | '|third_party/hunspell_dictionaries/'\ |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 515 | '|webkit/tools/test_shell/mock_spellcheck' |
| 516 | }, |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 517 | 'streams': { |
| 518 | 'filepath': 'content/browser/streams/', |
| 519 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 520 | 'sync': { |
[email protected] | 1e29f17 | 2012-09-06 16:32:13 | [diff] [blame] | 521 | 'filepath': 'chrome/browser/sync/|sync/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 522 | }, |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 523 | 'syncfs': { |
| 524 | 'filepath': 'sync_file_system', |
| 525 | }, |
[email protected] | 4529a79 | 2013-06-18 19:18:49 | [diff] [blame] | 526 | 'sync_proto': { |
| 527 | 'filepath': 'sync/protocol/', |
| 528 | }, |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 529 | 'tab_capture': { |
| 530 | 'filepath': 'chrome/browser/extensions/api/tab_capture/'\ |
| 531 | '|chrome/browser/media/media_stream'\ |
| 532 | '|content/browser/renderer_host/(backing_store|compositing_iosurface|'\ |
| 533 | 'render_widget_host_view)'\ |
| 534 | '|content/browser/renderer_host/media/(audio_|'\ |
| 535 | 'media_stream_manager\.cc|video_|web_contents_)'\ |
| 536 | '|content/browser/web_contents/web_contents_impl'\ |
| 537 | '|content/renderer/media/audio_(device_factory|message_filter|'\ |
| 538 | 'renderer_mixer_manager)'\ |
| 539 | '|content/renderer/p2p/ipc_socket_factory'\ |
| 540 | '|content/renderer/pepper/pepper_platform_audio_output'\ |
| 541 | '|media/audio/(audio_output|fake_audio_consumer|virtual_audio)'\ |
| 542 | '|media/base/video_util'\ |
| 543 | '|media/video/capture/video_capture'\ |
| 544 | '|ui/surface/accelerated_surface.*_win', |
| 545 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 546 | 'tab_contents': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 547 | 'filepath': 'chrome/browser/tab_contents/|'\ |
| 548 | 'content/browser/tab_contents/|'\ |
| 549 | 'chrome/browser/ui/tab_contents/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 550 | }, |
| 551 | 'task_manager': { |
| 552 | 'filepath': 'task_manager' |
| 553 | }, |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 554 | 'tcmalloc': { |
| 555 | 'filepath': 'third_party/tcmalloc' |
| 556 | }, |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 557 | 'telemetry': { |
| 558 | 'filepath': 'tools/telemetry' |
| 559 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 560 | 'tests': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 561 | 'filepath': 'apitest|unittest|browsertest|uitest|chrome/test/', |
[email protected] | 0cde05a0 | 2011-11-30 23:36:52 | [diff] [blame] | 562 | }, |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 563 | 'textinput': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 564 | 'filepath': 'content/browser/renderer_host/gtk_im'\ |
| 565 | '|content/browser/renderer_host/gtk_key'\ |
| 566 | '|content/browser/renderer_host/render_widget_host_view'\ |
| 567 | '|content/browser/renderer_host/text_input'\ |
| 568 | '|ui/base/ime/'\ |
| 569 | '|ui/base/gtk/event'\ |
| 570 | '|ui/base/gtk/gtk_im'\ |
| 571 | '|ui/base/keycodes/'\ |
| 572 | '|ui/base/win/ime'\ |
| 573 | '|ui/views/controls/textfield/'\ |
| 574 | '|ui/views/ime/' |
[email protected] | 1cbbb30b | 2011-10-14 08:03:56 | [diff] [blame] | 575 | }, |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 576 | 'textinput_chromeos': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 577 | 'filepath': 'chrome/browser/chromeos/input_method/'\ |
| 578 | '|chrome/browser/chromeos/extensions/input_method'\ |
| 579 | '|chrome/browser/chromeos/status/input_method'\ |
| 580 | '|chrome/browser/extensions/extension_input_'\ |
| 581 | '|chrome/browser/resources/keyboard'\ |
| 582 | '|chrome/browser/resources/options/language'\ |
[email protected] | ef03eae | 2011-11-30 08:43:43 | [diff] [blame] | 583 | '|chrome/browser/ui/webui/options/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 584 | 'chromeos/.*(language|keyboard)'\ |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 585 | '|chrome/browser/ui/webui/options/language'\ |
| 586 | '|chromeos/ime/*' |
[email protected] | 3a117c6 | 2011-11-29 04:28:02 | [diff] [blame] | 587 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 588 | 'tools': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 589 | 'filepath': 'tools/', |
[email protected] | 6bea7b4 | 2011-10-19 19:47:09 | [diff] [blame] | 590 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 591 | 'tools_emacs': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 592 | 'filepath': 'tools/emacs/', |
[email protected] | 65676d3 | 2012-04-18 14:41:05 | [diff] [blame] | 593 | }, |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 594 | 'tracing': { |
| 595 | 'filepath': 'base/debug/trace_event.*'\ |
| 596 | '|content/browser/tracing/'\ |
| 597 | '|components/tracing/' |
| 598 | }, |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 599 | 'ui_compositor': { |
| 600 | 'filepath': 'ui/compositor/layer\.|'\ |
| 601 | 'ui/compositor/layer_unittest|'\ |
| 602 | 'ui/compositor/compositor', |
| 603 | }, |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 604 | 'ui_resources': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 605 | 'filepath': 'ui/resources/'\ |
| 606 | '|ui/base/native_theme/resources/'\ |
| 607 | '|chrome/app/theme/' |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 608 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 609 | 'valgrind': { |
| 610 | 'filepath': 'valgrind', |
| 611 | }, |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 612 | 'version_assembly': { |
| 613 | 'filepath': 'chrome/app/version_assembly', |
| 614 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 615 | 'views': { |
| 616 | # Applies to all files and subdirs within this directory. |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 617 | 'filepath': '^ui/views/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 618 | }, |
| 619 | 'views_core': { |
| 620 | 'filepath': 'ui/views/view.h|'\ |
| 621 | 'ui/views/view.cc|'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 622 | 'ui/views/widget/', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 623 | }, |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 624 | 'views_corewm': { |
| 625 | 'filepath': 'ui/views/corewm/', |
[email protected] | 3fc91814 | 2013-10-12 01:42:17 | [diff] [blame] | 626 | }, |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 627 | 'virtual_keyboard': { |
| 628 | 'filepath': 'ui/keyboard/'\ |
| 629 | 'chrome/test/data/chromeos/virtual_keyboard/'\ |
| 630 | 'chrome/common/extensions/api/virtual_keyboard', |
| 631 | }, |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 632 | 'webkit': { |
| 633 | 'filepath': 'webkit/', |
| 634 | }, |
| 635 | 'webrtc_media': { |
| 636 | 'filepath': 'chrome/browser/media/|'\ |
| 637 | 'content/browser/renderer_host/media/|'\ |
| 638 | 'content/renderer/media/|'\ |
[email protected] | 30cb70c | 2013-10-15 22:59:52 | [diff] [blame] | 639 | 'media/video/|'\ |
| 640 | 'video.*_accelerat', |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 641 | }, |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 642 | 'website_settings': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 643 | 'filepath': 'chrome/browser/content_settings/'\ |
| 644 | '|chrome/browser/ui/views/website_settings/'\ |
| 645 | '|chrome/browser/ui/website_settings/'\ |
| 646 | '|chrome/common/content_settings', |
[email protected] | 20887954 | 2012-07-05 11:15:34 | [diff] [blame] | 647 | }, |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 648 | 'worker': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 649 | 'filepath': 'chrome/browser/worker_host/|chrome/worker/|'\ |
| 650 | 'chrome/common/worker_messages|webkit/glue/webworker', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 651 | }, |
| 652 | 'x11': { |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 653 | 'filepath': 'content/browser/renderer_host/backing_store_x\.' \ |
| 654 | '|chrome/browser/chromeos/input_method/xkeyboard\.' \ |
| 655 | '|chrome/browser/chromeos/system_key_event_listener\.' \ |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 656 | '|chrome/browser/chromeos/'\ |
[email protected] | f2f0fbb9 | 2012-07-14 15:52:49 | [diff] [blame] | 657 | 'xinput_hierarchy_changed_event_listener\.' \ |
| 658 | '|chrome/browser/chromeos/wm_' \ |
| 659 | '|ui/base/x/' |
[email protected] | 0d71085 | 2012-05-24 01:18:40 | [diff] [blame] | 660 | }, |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 661 | }, |
[email protected] | ca872e36 | 2011-07-12 21:06:03 | [diff] [blame] | 662 | |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 663 | 'WATCHLISTS': { |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 664 | 'accelerator_table': ['[email protected]', |
| 665 | '[email protected]', |
| 666 | '[email protected]'], |
| 667 | 'accessibility': ['[email protected]', |
| 668 | '[email protected]', |
[email protected] | bc72bbfc | 2013-10-21 23:08:16 | [diff] [blame] | 669 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 670 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 671 | '[email protected]'], |
[email protected] | e9db77a | 2013-06-12 23:56:17 | [diff] [blame] | 672 | 'activity_log': ['[email protected]'], |
[email protected] | 3fc1845a | 2013-01-15 00:06:24 | [diff] [blame] | 673 | 'android_infra': ['[email protected]', |
[email protected] | 124d9b1 | 2012-08-24 10:44:58 | [diff] [blame] | 674 | '[email protected]', |
[email protected] | 889d2a3 | 2013-05-07 12:54:52 | [diff] [blame] | 675 | '[email protected]', |
[email protected] | 0ebfa0a | 2012-11-07 19:33:47 | [diff] [blame] | 676 | '[email protected]', |
[email protected] | 81c1658 | 2014-03-07 03:05:29 | [diff] [blame] | 677 | '[email protected]'], |
[email protected] | 3261d96 | 2014-03-04 22:18:28 | [diff] [blame] | 678 | 'android_tab': ['[email protected]'], |
[email protected] | 7ca78dc1 | 2012-09-20 09:26:44 | [diff] [blame] | 679 | 'android_webview': ['[email protected]'], |
[email protected] | 311cc90 | 2013-03-15 04:45:46 | [diff] [blame] | 680 | 'app_list': ['[email protected]', '[email protected]'], |
[email protected] | e38d185a | 2013-07-09 08:23:52 | [diff] [blame] | 681 | 'app_shortcuts': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 682 | 'appcache': ['[email protected]'], |
[email protected] | 54bf94d | 2013-01-30 23:07:40 | [diff] [blame] | 683 | 'apps': ['[email protected]', '[email protected]'], |
[email protected] | 3ce5664 | 2013-10-17 22:12:51 | [diff] [blame] | 684 | 'ash': ['[email protected]', |
| 685 | '[email protected]', |
| 686 | '[email protected]'], |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 687 | 'aura': ['[email protected]', |
[email protected] | a6349a9 | 2013-10-04 11:49:32 | [diff] [blame] | 688 | '[email protected]', |
| 689 | '[email protected]'], |
[email protected] | c3a6e1e7 | 2013-08-02 00:13:07 | [diff] [blame] | 690 | 'aura_compositor': ['[email protected]', |
| 691 | '[email protected]', |
| 692 | '[email protected]', |
[email protected] | a6349a9 | 2013-10-04 11:49:32 | [diff] [blame] | 693 | '[email protected]', |
| 694 | '[email protected]'], |
[email protected] | 1ea81f4 | 2013-10-09 18:10:35 | [diff] [blame] | 695 | 'autofill': ['[email protected]', |
| 696 | '[email protected]', |
| 697 | '[email protected]', |
| 698 | '[email protected]', |
| 699 | '[email protected]', |
| 700 | '[email protected]'], |
[email protected] | 121773a | 2013-06-07 22:02:33 | [diff] [blame] | 701 | 'automation': ['[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 702 | 'base': ['[email protected]'], |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 703 | 'base_allocator': ['[email protected]'], |
[email protected] | 1ed5e0fd | 2012-07-19 00:19:05 | [diff] [blame] | 704 | 'base_memory': ['[email protected]'], |
[email protected] | 06798f7 | 2013-01-14 22:31:17 | [diff] [blame] | 705 | 'bookmarks': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 706 | 'browser_chromeos': ['[email protected]', |
| 707 | '[email protected]', |
| 708 | '[email protected]'], |
[email protected] | 22650d2 | 2012-07-18 17:02:35 | [diff] [blame] | 709 | 'browser_components': ['[email protected]'], |
[email protected] | 466af5e | 2013-08-01 19:53:44 | [diff] [blame] | 710 | 'browser_compositor': ['[email protected]', |
[email protected] | 21cd39b | 2012-06-28 01:48:40 | [diff] [blame] | 711 | '[email protected]'], |
[email protected] | 17a2fba | 2013-02-07 18:46:57 | [diff] [blame] | 712 | 'browser_resources': ['[email protected]'], |
[email protected] | 0ce48053 | 2012-07-20 12:33:20 | [diff] [blame] | 713 | 'browsing_data': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 714 | 'bubble': ['[email protected]', '[email protected]'], |
[email protected] | ad8ff0e | 2013-12-13 09:24:12 | [diff] [blame] | 715 | 'cast': ['[email protected]', |
| 716 | '[email protected]', |
| 717 | '[email protected]', |
| 718 | '[email protected]', |
| 719 | '[email protected]', |
| 720 | '[email protected]', |
| 721 | '[email protected]'], |
[email protected] | c863702a | 2012-09-14 20:05:28 | [diff] [blame] | 722 | 'cc': ['[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 723 | 'chrome_elf': ['[email protected]',], |
[email protected] | d5b2197 | 2012-07-20 02:06:01 | [diff] [blame] | 724 | 'chrome_views': ['[email protected]'], |
[email protected] | 81c1658 | 2014-03-07 03:05:29 | [diff] [blame] | 725 | 'chromedriver': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 726 | 'chromeos' : ['[email protected]', |
| 727 | '[email protected]'], |
[email protected] | eda0a0b | 2013-04-19 20:34:35 | [diff] [blame] | 728 | 'chromeos_attestation' : ['[email protected]'], |
[email protected] | 7c59a15 | 2012-11-06 20:56:35 | [diff] [blame] | 729 | 'chromeos_calculator' : ['[email protected]'], |
[email protected] | 2a66f575 | 2013-11-26 04:34:02 | [diff] [blame] | 730 | 'chromeos_net' : ['[email protected]'], |
[email protected] | 2315ac0c | 2013-02-05 00:49:16 | [diff] [blame] | 731 | 'chromeos_power' : ['[email protected]'], |
[email protected] | 93a56478 | 2011-09-28 14:20:31 | [diff] [blame] | 732 | 'chromeos_webui': ['[email protected]'], |
[email protected] | e8af07b | 2013-02-13 19:21:25 | [diff] [blame] | 733 | 'clang_update': ['[email protected]', |
[email protected] | cf8ffa8 | 2013-02-13 08:30:07 | [diff] [blame] | 734 | '[email protected]', |
| 735 | '[email protected]', |
| 736 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 737 | 'clipboard': ['[email protected]'], |
[email protected] | 6acd6d2 | 2012-08-03 15:00:45 | [diff] [blame] | 738 | 'contacts': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 739 | 'content': ['[email protected]', '[email protected]', |
[email protected] | ad74c37 | 2012-06-28 11:02:58 | [diff] [blame] | 740 | '[email protected]'], |
[email protected] | aa3311a | 2012-11-19 16:04:58 | [diff] [blame] | 741 | 'content_shell': ['[email protected]'], |
[email protected] | 6dc01c54 | 2012-11-15 02:48:09 | [diff] [blame] | 742 | 'cookie_monster': ['[email protected]'], |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 743 | 'deep_memory_profiler': ['[email protected]'], |
[email protected] | 8c66723 | 2013-11-12 19:49:14 | [diff] [blame] | 744 | 'device_orientation': ['[email protected]', '[email protected]'], |
[email protected] | 342b1287 | 2012-11-07 12:10:46 | [diff] [blame] | 745 | 'devtools': ['[email protected]', '[email protected]', |
[email protected] | 703a5f4 | 2013-07-03 12:20:00 | [diff] [blame] | 746 | '[email protected]', '[email protected]', |
[email protected] | 932349ad | 2013-07-22 08:59:50 | [diff] [blame] | 747 | '[email protected]', |
| 748 | '[email protected]'], |
[email protected] | bab2a83 | 2012-07-11 23:29:41 | [diff] [blame] | 749 | 'disk_cache': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 750 | 'dns': ['[email protected]'], |
[email protected] | e137d3d | 2013-06-11 17:16:40 | [diff] [blame] | 751 | 'download_database': ['[email protected]'], |
[email protected] | 15cff15 | 2013-04-26 15:41:13 | [diff] [blame] | 752 | 'download': ['[email protected]', '[email protected]'], |
[email protected] | 8492b5b | 2012-12-17 21:58:08 | [diff] [blame] | 753 | 'downloads_ext': ['[email protected]'], |
[email protected] | 15cff15 | 2013-04-26 15:41:13 | [diff] [blame] | 754 | 'downloads_ui': ['[email protected]', '[email protected]'], |
[email protected] | 9a3781d | 2013-04-04 18:31:40 | [diff] [blame] | 755 | 'drive': ['[email protected]'], |
[email protected] | 89d2cd5 | 2013-04-16 01:55:36 | [diff] [blame] | 756 | 'drive_resource_metadata': ['[email protected]'], |
[email protected] | f9529e792 | 2013-06-06 05:19:41 | [diff] [blame] | 757 | 'extension': ['[email protected]', |
| 758 | '[email protected]'], |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 759 | 'fileapi': ['[email protected]', |
| 760 | '[email protected]', |
| 761 | '[email protected]'], |
[email protected] | 310d777 | 2014-02-13 01:41:27 | [diff] [blame] | 762 | 'filebrowse': ['[email protected]', |
| 763 | '[email protected]'], |
[email protected] | 4ed766c | 2013-09-19 09:45:20 | [diff] [blame] | 764 | 'filesapp': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 765 | 'ftp': ['[email protected]'], |
[email protected] | d803649 | 2013-08-09 16:02:23 | [diff] [blame] | 766 | 'geolocation': ['[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 767 | 'gfx_geometry': ['[email protected]'], |
[email protected] | f93b738 | 2012-08-09 20:53:16 | [diff] [blame] | 768 | 'gfx_image': ['[email protected]'], |
[email protected] | a615910 | 2013-11-08 23:21:52 | [diff] [blame] | 769 | 'gpu': ['[email protected]'], |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 770 | 'history_ui': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 771 | 'i18n': ['[email protected]'], |
[email protected] | 9a3781d | 2013-04-04 18:31:40 | [diff] [blame] | 772 | 'imageburner': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 773 | 'importer': ['[email protected]'], |
[email protected] | c2616135 | 2013-11-12 19:50:01 | [diff] [blame] | 774 | 'indexed_db': ['[email protected]', '[email protected]', |
[email protected] | dd864bc | 2014-02-24 23:04:09 | [diff] [blame] | 775 | '[email protected]', |
| 776 | '[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 777 | 'installer': ['[email protected]'], |
[email protected] | f2079e1 | 2013-06-05 00:26:37 | [diff] [blame] | 778 | 'instant': ['[email protected]', '[email protected]', |
[email protected] | d038e1d | 2013-01-11 15:03:33 | [diff] [blame] | 779 | '[email protected]', '[email protected]', |
[email protected] | b1ac652d9b | 2013-05-03 16:25:04 | [diff] [blame] | 780 | '[email protected]', '[email protected]', |
[email protected] | 2cefb69 | 2013-05-14 20:20:38 | [diff] [blame] | 781 | '[email protected]', '[email protected]', |
| 782 | '[email protected]', '[email protected]', |
[email protected] | 5b2415b7 | 2013-10-28 18:25:44 | [diff] [blame] | 783 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 784 | 'ipc': ['[email protected]', '[email protected]'], |
[email protected] | a3f777d | 2014-01-07 23:38:26 | [diff] [blame] | 785 | 'libwebp': ['[email protected]', '[email protected]', |
| 786 | '[email protected]', '[email protected]'], |
[email protected] | 04a292a | 2013-03-07 19:58:42 | [diff] [blame] | 787 | 'linux_fonts': ['[email protected]'], |
| 788 | 'linux_sandboxing': ['[email protected]', '[email protected]'], |
| 789 | 'linux_seccomp_bpf': ['[email protected]'], |
[email protected] | 45404159 | 2013-01-17 16:42:23 | [diff] [blame] | 790 | 'managed_users': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 791 | 'media': ['[email protected]'], |
[email protected] | 06dd2317 | 2013-06-24 21:04:51 | [diff] [blame] | 792 | 'media_galleries': ['[email protected]', '[email protected]', |
| 793 | '[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 794 | 'message_loop': ['[email protected]'], |
| 795 | 'metrics': ['[email protected]', |
| 796 | '[email protected]', |
[email protected] | 32c8977b | 2013-05-30 18:03:35 | [diff] [blame] | 797 | '[email protected]'], |
[email protected] | b0d594d | 2014-02-21 03:22:12 | [diff] [blame] | 798 | 'metrics_xml_files': ['[email protected]', '[email protected]'], |
[email protected] | c3830c62 | 2013-10-10 22:00:00 | [diff] [blame] | 799 | 'mojo': ['[email protected]', |
[email protected] | 62bbe81 | 2013-10-24 22:24:16 | [diff] [blame] | 800 | '[email protected]', |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 801 | '[email protected]', |
[email protected] | 3bf40cb | 2013-10-11 19:10:49 | [diff] [blame] | 802 | '[email protected]', |
| 803 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 804 | 'mouse_lock': ['[email protected]'], |
| 805 | 'nacl': ['[email protected]'], |
[email protected] | 99ddc3d | 2013-01-22 16:15:33 | [diff] [blame] | 806 | 'native_client_sdk': ['[email protected]', '[email protected]'], |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame^] | 807 | 'navigation': ['[email protected]', '[email protected]'], |
[email protected] | 0b6c5e9 | 2013-03-08 22:42:52 | [diff] [blame] | 808 | 'net': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 809 | 'net_error_list': ['[email protected]'], |
| 810 | 'net_log': ['[email protected]', '[email protected]'], |
[email protected] | d5fa18c4 | 2010-06-01 22:33:31 | [diff] [blame] | 811 | 'npapi_headers': ['[email protected]'], |
[email protected] | 0bce10776 | 2012-11-27 11:42:54 | [diff] [blame] | 812 | 'ntp': ['[email protected]', '[email protected]', |
| 813 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 814 | 'omnibox': ['[email protected]'], |
[email protected] | 437c44b | 2012-11-08 01:35:52 | [diff] [blame] | 815 | 'options': ['[email protected]'], |
[email protected] | 4b66bf92 | 2013-10-28 19:49:43 | [diff] [blame] | 816 | 'ozone': ['[email protected]', '[email protected]', |
| 817 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 818 | 'panels': ['[email protected]', '[email protected]', |
| 819 | '[email protected]', '[email protected]'], |
[email protected] | 0b6c5e9 | 2013-03-08 22:42:52 | [diff] [blame] | 820 | 'pepper_api': ['[email protected]', |
[email protected] | 5243260f | 2012-09-11 00:09:25 | [diff] [blame] | 821 | '[email protected]', '[email protected]', |
[email protected] | b8491b0 | 2013-11-13 03:50:58 | [diff] [blame] | 822 | '[email protected]', '[email protected]', |
| 823 | '[email protected]', '[email protected]', |
[email protected] | 91651b3 | 2014-01-24 10:21:39 | [diff] [blame] | 824 | '[email protected]', '[email protected]', |
| 825 | '[email protected]'], |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 826 | 'perf': ['[email protected]'], |
[email protected] | 0b6c5e9 | 2013-03-08 22:42:52 | [diff] [blame] | 827 | 'plugin': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 828 | '[email protected]'], |
[email protected] | e8a2a6b | 2013-05-17 14:24:07 | [diff] [blame] | 829 | 'policy_templates': ['[email protected]'], |
[email protected] | ef6cc44 | 2012-10-30 03:24:17 | [diff] [blame] | 830 | 'predictors': ['[email protected]', '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 831 | 'prerender': ['[email protected]', '[email protected]', |
[email protected] | 127d4a2f | 2013-11-08 11:30:37 | [diff] [blame] | 832 | '[email protected]', '[email protected]', |
| 833 | '[email protected]',], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 834 | 'pyauto': ['[email protected]', |
[email protected] | 4f788fd | 2012-10-10 21:43:38 | [diff] [blame] | 835 | '[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 836 | '[email protected]'], |
[email protected] | c388759 | 2014-02-06 20:02:25 | [diff] [blame] | 837 | 'remoting': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 838 | 'sessions': ['[email protected]'], |
[email protected] | 0b43172 | 2014-01-08 07:21:51 | [diff] [blame] | 839 | 'service_worker': ['[email protected]', |
| 840 | '[email protected]', |
| 841 | '[email protected]', |
[email protected] | dd864bc | 2014-02-24 23:04:09 | [diff] [blame] | 842 | '[email protected]', |
| 843 | '[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 844 | '[email protected]', |
[email protected] | edaf31d | 2014-03-07 00:09:17 | [diff] [blame] | 845 | '[email protected]', |
[email protected] | 6d095a8b | 2014-02-28 15:26:16 | [diff] [blame] | 846 | '[email protected]'], |
[email protected] | b9ecdb6 | 2014-03-07 14:56:43 | [diff] [blame^] | 847 | 'site_instance': ['[email protected]', '[email protected]', |
| 848 | '[email protected]'], |
[email protected] | ad0295d | 2012-10-11 23:43:36 | [diff] [blame] | 849 | 'spellcheck': ['[email protected]', |
[email protected] | 97e677a6 | 2013-01-11 19:18:35 | [diff] [blame] | 850 | '[email protected]', |
| 851 | '[email protected]'], |
[email protected] | 67f39af | 2013-08-23 20:06:05 | [diff] [blame] | 852 | 'streams': ['[email protected]'], |
[email protected] | b45d8e4 | 2013-06-20 14:14:26 | [diff] [blame] | 853 | 'sync': ['[email protected]', |
[email protected] | 14e864b | 2013-12-07 01:01:40 | [diff] [blame] | 854 | '[email protected]', |
| 855 | '[email protected]'], |
[email protected] | 92871a10 | 2013-07-01 11:11:41 | [diff] [blame] | 856 | 'syncfs': ['[email protected]', |
[email protected] | 6f21712 | 2013-11-25 07:21:48 | [diff] [blame] | 857 | '[email protected]', |
| 858 | '[email protected]'], |
[email protected] | 4529a79 | 2013-06-18 19:18:49 | [diff] [blame] | 859 | 'sync_proto': ['[email protected]'], |
[email protected] | 82d7415 | 2013-07-28 08:55:31 | [diff] [blame] | 860 | 'tab_capture': ['[email protected]'], |
[email protected] | 4a55dec | 2012-08-30 18:54:35 | [diff] [blame] | 861 | 'tab_contents': ['[email protected]', |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 862 | '[email protected]', '[email protected]'], |
[email protected] | 5e10533 | 2012-09-13 01:55:52 | [diff] [blame] | 863 | 'tcmalloc': ['[email protected]'], |
[email protected] | 31a1060 | 2012-11-21 01:51:26 | [diff] [blame] | 864 | 'telemetry': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 865 | 'tests': [], |
[email protected] | 494f3cf | 2011-11-14 07:14:02 | [diff] [blame] | 866 | 'textinput': ['[email protected]', |
| 867 | '[email protected]', |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 868 | '[email protected]', |
[email protected] | ba2c923f | 2013-10-19 14:08:18 | [diff] [blame] | 869 | '[email protected]', |
| 870 | '[email protected]'], |
[email protected] | 6bd9e80 | 2013-04-18 06:40:42 | [diff] [blame] | 871 | 'textinput_chromeos': ['[email protected]', |
[email protected] | ba2c923f | 2013-10-19 14:08:18 | [diff] [blame] | 872 | '[email protected]', |
| 873 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 874 | 'tools_emacs': ['[email protected]', |
| 875 | '[email protected]'], |
[email protected] | c8eb7f7 | 2013-07-04 15:30:11 | [diff] [blame] | 876 | 'tracing': ['[email protected]'], |
[email protected] | cf428f73 | 2012-10-02 20:48:15 | [diff] [blame] | 877 | 'ui_compositor': ['[email protected]'], |
[email protected] | 6b5093c | 2012-05-23 19:10:18 | [diff] [blame] | 878 | 'ui_resources': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 879 | 'valgrind': ['[email protected]', |
| 880 | '[email protected]', |
| 881 | '[email protected]'], |
[email protected] | c73ec8ab | 2014-01-16 20:35:23 | [diff] [blame] | 882 | 'version_assembly': ['[email protected]', |
| 883 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 884 | 'views': ['[email protected]'], |
[email protected] | 2b1a873 | 2013-10-13 15:01:29 | [diff] [blame] | 885 | 'views_core': ['[email protected]'], |
[email protected] | f47d871a | 2013-10-11 22:14:15 | [diff] [blame] | 886 | 'views_corewm': ['[email protected]'], |
[email protected] | ef514a3 | 2014-02-26 01:02:35 | [diff] [blame] | 887 | 'virtual_keyboard': ['[email protected]', |
| 888 | '[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 889 | 'webkit': ['[email protected]'], |
[email protected] | 30cb70c | 2013-10-15 22:59:52 | [diff] [blame] | 890 | 'webrtc_media': ['[email protected]', |
[email protected] | 9e9a06a | 2013-11-12 01:57:56 | [diff] [blame] | 891 | '[email protected]', |
| 892 | '[email protected]'], |
[email protected] | b887a26 | 2013-09-18 22:43:56 | [diff] [blame] | 893 | 'website_settings': ['[email protected]'], |
[email protected] | f76c885 | 2012-06-21 16:37:00 | [diff] [blame] | 894 | 'worker': ['[email protected]'], |
| 895 | 'x11': ['[email protected]', |
| 896 | '[email protected]', |
| 897 | '[email protected]'], |
[email protected] | a383861 | 2009-10-13 21:57:54 | [diff] [blame] | 898 | }, |
| 899 | } |