Tweak track buffer-related logic to switch to new data more quickly
[chromium-blink-merge.git] / chrome / unit_tests.isolate
blobc6f77a3c131b1fec021c27173f930a2130da28f0
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5   'variables': {
6     'isolate_dependency_tracked': [
7       '../net/data/ssl/certificates/expired_cert.pem',
8       '../net/data/ssl/certificates/test_mail_google_com.pem',
9       '../net/data/ssl/certificates/unittest.originbound.der',
10       '../net/data/ssl/certificates/unittest.originbound.key.der',
11       '../net/tools/testserver/asn1.py',
12       '../net/tools/testserver/echo_message.py',
13       '../net/tools/testserver/minica.py',
14       '../net/tools/testserver/testserver.py',
15       '../testing/test_env.py',
16       '../third_party/hunspell_dictionaries/af-ZA-2-3.bdic',
17       '../third_party/hunspell_dictionaries/bg-BG-2-0.bdic',
18       '../third_party/hunspell_dictionaries/ca-ES-1-2.bdic',
19       '../third_party/hunspell_dictionaries/ca-ES-2-3.bdic',
20       '../third_party/hunspell_dictionaries/cs-CZ-1-2.bdic',
21       '../third_party/hunspell_dictionaries/da-DK-1-2.bdic',
22       '../third_party/hunspell_dictionaries/de-DE-1-2.bdic',
23       '../third_party/hunspell_dictionaries/el-GR-1-1.bdic',
24       '../third_party/hunspell_dictionaries/en-AU-1-2.bdic',
25       '../third_party/hunspell_dictionaries/en-AU-2-3.bdic',
26       '../third_party/hunspell_dictionaries/en-CA-2-1.bdic',
27       '../third_party/hunspell_dictionaries/en-CA-2-3.bdic',
28       '../third_party/hunspell_dictionaries/en-GB-1-2.bdic',
29       '../third_party/hunspell_dictionaries/en-GB-2-3.bdic',
30       '../third_party/hunspell_dictionaries/en-US-2-1.bdic',
31       '../third_party/hunspell_dictionaries/en-US-2-3.bdic',
32       '../third_party/hunspell_dictionaries/es-ES-1-1.bdic',
33       '../third_party/hunspell_dictionaries/et-EE-1-1.bdic',
34       '../third_party/hunspell_dictionaries/fo-FO-2-3.bdic',
35       '../third_party/hunspell_dictionaries/fr-FR-2-0.bdic',
36       '../third_party/hunspell_dictionaries/he-IL-1-1.bdic',
37       '../third_party/hunspell_dictionaries/hi-IN-1-1.bdic',
38       '../third_party/hunspell_dictionaries/hr-HR-1-2.bdic',
39       '../third_party/hunspell_dictionaries/hu-HU-2-0.bdic',
40       '../third_party/hunspell_dictionaries/id-ID-1-2.bdic',
41       '../third_party/hunspell_dictionaries/it-IT-1-2.bdic',
42       '../third_party/hunspell_dictionaries/lt-LT-1-3.bdic',
43       '../third_party/hunspell_dictionaries/lv-LV-1-2.bdic',
44       '../third_party/hunspell_dictionaries/nb-NO-1-2.bdic',
45       '../third_party/hunspell_dictionaries/nl-NL-1-1.bdic',
46       '../third_party/hunspell_dictionaries/pl-PL-1-3.bdic',
47       '../third_party/hunspell_dictionaries/pt-BR-2-2.bdic',
48       '../third_party/hunspell_dictionaries/pt-PT-1-2.bdic',
49       '../third_party/hunspell_dictionaries/ro-RO-2-0.bdic',
50       '../third_party/hunspell_dictionaries/ru-RU-2-0.bdic',
51       '../third_party/hunspell_dictionaries/sh-2-2.bdic',
52       '../third_party/hunspell_dictionaries/sk-SK-1-2.bdic',
53       '../third_party/hunspell_dictionaries/sl-SI-1-2.bdic',
54       '../third_party/hunspell_dictionaries/sr-2-0.bdic',
55       '../third_party/hunspell_dictionaries/sv-SE-1-1.bdic',
56       '../third_party/hunspell_dictionaries/tr-TR-1-1.bdic',
57       '../third_party/hunspell_dictionaries/uk-UA-2-0.bdic',
58       '../third_party/hunspell_dictionaries/vi-VN-1-2.bdic',
59       '../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
60       '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
61       '../third_party/tlslite/tlslite/BaseDB.py',
62       '../third_party/tlslite/tlslite/Checker.py',
63       '../third_party/tlslite/tlslite/FileObject.py',
64       '../third_party/tlslite/tlslite/HandshakeSettings.py',
65       '../third_party/tlslite/tlslite/Session.py',
66       '../third_party/tlslite/tlslite/SessionCache.py',
67       '../third_party/tlslite/tlslite/SharedKeyDB.py',
68       '../third_party/tlslite/tlslite/TLSConnection.py',
69       '../third_party/tlslite/tlslite/TLSRecordLayer.py',
70       '../third_party/tlslite/tlslite/VerifierDB.py',
71       '../third_party/tlslite/tlslite/X509.py',
72       '../third_party/tlslite/tlslite/X509CertChain.py',
73       '../third_party/tlslite/tlslite/__init__.py',
74       '../third_party/tlslite/tlslite/api.py',
75       '../third_party/tlslite/tlslite/constants.py',
76       '../third_party/tlslite/tlslite/errors.py',
77       '../third_party/tlslite/tlslite/integration/AsyncStateMachine.py',
78       '../third_party/tlslite/tlslite/integration/ClientHelper.py',
79       '../third_party/tlslite/tlslite/integration/HTTPTLSConnection.py',
80       '../third_party/tlslite/tlslite/integration/IMAP4_TLS.py',
81       '../third_party/tlslite/tlslite/integration/POP3_TLS.py',
82       '../third_party/tlslite/tlslite/integration/SMTP_TLS.py',
83       '../third_party/tlslite/tlslite/integration/TLSAsyncDispatcherMixIn.py',
84       '../third_party/tlslite/tlslite/integration/TLSSocketServerMixIn.py',
85       '../third_party/tlslite/tlslite/integration/XMLRPCTransport.py',
86       '../third_party/tlslite/tlslite/integration/__init__.py',
87       '../third_party/tlslite/tlslite/mathtls.py',
88       '../third_party/tlslite/tlslite/messages.py',
89       '../third_party/tlslite/tlslite/utils/AES.py',
90       '../third_party/tlslite/tlslite/utils/ASN1Parser.py',
91       '../third_party/tlslite/tlslite/utils/Python_AES.py',
92       '../third_party/tlslite/tlslite/utils/Python_RC4.py',
93       '../third_party/tlslite/tlslite/utils/Python_RSAKey.py',
94       '../third_party/tlslite/tlslite/utils/RC4.py',
95       '../third_party/tlslite/tlslite/utils/RSAKey.py',
96       '../third_party/tlslite/tlslite/utils/__init__.py',
97       '../third_party/tlslite/tlslite/utils/cipherfactory.py',
98       '../third_party/tlslite/tlslite/utils/codec.py',
99       '../third_party/tlslite/tlslite/utils/compat.py',
100       '../third_party/tlslite/tlslite/utils/cryptomath.py',
101       '../third_party/tlslite/tlslite/utils/hmac.py',
102       '../third_party/tlslite/tlslite/utils/keyfactory.py',
103       '../third_party/tlslite/tlslite/utils/rijndael.py',
104       '../third_party/tlslite/tlslite/utils/xmltools.py',
105       '../tools/isolate/run_test_cases.py',
106       '<(PRODUCT_DIR)/resources.pak',
107       '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/print_preview_utils.js',
108       '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
109       'test/data/History/ArchivedNoDuration',
110       'test/data/History/HistoryNoDuration',
111       'test/data/History/HistoryNoSource',
112       'test/data/History/history.20.sql',
113       'test/data/History/thumbnails.3.sql',
114       'test/data/History/url_history_provider_test.db.txt',
115       'test/data/History/url_history_provider_test_limited.db.txt',
116       'test/data/bookmarks/History_with_empty_starred',
117       'test/data/bookmarks/History_with_starred',
118       'test/data/bookmarks/model_without_sync.json',
119       'test/data/components/jebgalgnebhfojomionfpkfelancnnkf.crx',
120       'test/data/components/updatecheck_reply_1.xml',
121       'test/data/components/updatecheck_reply_2.xml',
122       'test/data/components/updatecheck_reply_empty',
123       'test/data/download-test1.lib',
124       'test/data/extensions/absolute_path/absolute.json',
125       'test/data/extensions/api_test/permissions/optional/manifest.json',
126       'test/data/extensions/app_update/v1.crx',
127       'test/data/extensions/app_update/v2.crx',
128       'test/data/extensions/bad/Preferences',
129       'test/data/extensions/bad_magic.crx',
130       'test/data/extensions/bad_signature.crx',
131       'test/data/extensions/bad_underscore.crx',
132       'test/data/extensions/convert_web_app/128.png',
133       'test/data/extensions/convert_web_app/16.png',
134       'test/data/extensions/convert_web_app/48.png',
135       'test/data/extensions/file_manager/app.json',
136       'test/data/extensions/good.crx',
137       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/backgroundpage.html',
138       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/backgroundpage.js',
139       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/french_sentence.html',
140       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/icon_128.png',
141       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json',
142       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/page.html',
143       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/page.js',
144       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/script1.js',
145       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/script2.js',
146       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/style1.css',
147       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/style2.css',
148       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/test_gettabs.html',
149       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/test_gettabs.js',
150       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/three_languages.html',
151       'test/data/extensions/good/Preferences',
152       'test/data/extensions/good/PreferencesExperimental',
153       'test/data/extensions/good/PreferencesExternal',
154       'test/data/extensions/good2.crx',
155       'test/data/extensions/hosted_app.crx',
156       'test/data/extensions/icon1.png',
157       'test/data/extensions/icon2.png',
158       'test/data/extensions/icon3.png',
159       'test/data/extensions/json_schema_test.js',
160       'test/data/extensions/l10n/Preferences',
161       'test/data/extensions/l10n/cdakfjkehipfnofphlponafnbnglaafl/1.0/manifest.json',
162       'test/data/extensions/l10n/jhkccedbcahooljabgejipmdkcojbijg/1.0/manifest.json',
163       'test/data/extensions/manifest_tests/background_allow_no_js_access.json',
164       'test/data/extensions/manifest_tests/background_allow_no_js_access2.json',
165       'test/data/extensions/manifest_tests/background_page.json',
166       'test/data/extensions/manifest_tests/background_page_legacy.json',
167       'test/data/extensions/manifest_tests/background_permission.json',
168       'test/data/extensions/manifest_tests/background_scripts.json',
169       'test/data/extensions/manifest_tests/command_allow_numbers.json',
170       'test/data/extensions/manifest_tests/command_reject_just_shift.json',
171       'test/data/extensions/manifest_tests/command_simple.json',
172       'test/data/extensions/manifest_tests/command_too_many.json',
173       'test/data/extensions/manifest_tests/content_script_chrome_url_invalid.json',
174       'test/data/extensions/manifest_tests/content_script_match_pattern_not_string.json',
175       'test/data/extensions/manifest_tests/content_script_yahoo.json',
176       'test/data/extensions/manifest_tests/default_locale_invalid.json',
177       'test/data/extensions/manifest_tests/default_locale_valid.json',
178       'test/data/extensions/manifest_tests/default_path_for_extent.json',
179       'test/data/extensions/manifest_tests/devtools_extension.json',
180       'test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.json',
181       'test/data/extensions/manifest_tests/exclude_matches.json',
182       'test/data/extensions/manifest_tests/exclude_matches_empty.json',
183       'test/data/extensions/manifest_tests/exclude_matches_invalid_host.json',
184       'test/data/extensions/manifest_tests/exclude_matches_not_list.json',
185       'test/data/extensions/manifest_tests/experimental.json',
186       'test/data/extensions/manifest_tests/filebrowser_invalid_access_permission.json',
187       'test/data/extensions/manifest_tests/filebrowser_invalid_access_permission_list.json',
188       'test/data/extensions/manifest_tests/filebrowser_invalid_action_id.json',
189       'test/data/extensions/manifest_tests/filebrowser_invalid_action_title.json',
190       'test/data/extensions/manifest_tests/filebrowser_invalid_actions_1.json',
191       'test/data/extensions/manifest_tests/filebrowser_invalid_actions_2.json',
192       'test/data/extensions/manifest_tests/filebrowser_invalid_empty_access_permission_list.json',
193       'test/data/extensions/manifest_tests/filebrowser_invalid_file_filters_1.json',
194       'test/data/extensions/manifest_tests/filebrowser_invalid_file_filters_2.json',
195       'test/data/extensions/manifest_tests/filebrowser_invalid_file_filters_url.json',
196       'test/data/extensions/manifest_tests/filebrowser_url_override.json',
197       'test/data/extensions/manifest_tests/filebrowser_valid.json',
198       'test/data/extensions/manifest_tests/filebrowser_valid_with_create.json',
199       'test/data/extensions/manifest_tests/homepage_bad_schema.json',
200       'test/data/extensions/manifest_tests/homepage_empty.json',
201       'test/data/extensions/manifest_tests/homepage_externally_hosted.json',
202       'test/data/extensions/manifest_tests/homepage_google_hosted.json',
203       'test/data/extensions/manifest_tests/homepage_invalid.json',
204       'test/data/extensions/manifest_tests/homepage_valid.json',
205       'test/data/extensions/manifest_tests/hosted_app_absolute_options.json',
206       'test/data/extensions/manifest_tests/hosted_app_file_options.json',
207       'test/data/extensions/manifest_tests/hosted_app_relative_options.json',
208       'test/data/extensions/manifest_tests/init_ignored_icon_size.json',
209       'test/data/extensions/manifest_tests/init_invalid_chrome_version_too_low.json',
210       'test/data/extensions/manifest_tests/init_invalid_description_invalid.json',
211       'test/data/extensions/manifest_tests/init_invalid_files_css_invalid.json',
212       'test/data/extensions/manifest_tests/init_invalid_files_css_item_invalid.json',
213       'test/data/extensions/manifest_tests/init_invalid_files_empty.json',
214       'test/data/extensions/manifest_tests/init_invalid_files_js_empty_css_missing.json',
215       'test/data/extensions/manifest_tests/init_invalid_files_js_invalid.json',
216       'test/data/extensions/manifest_tests/init_invalid_files_js_item_invalid.json',
217       'test/data/extensions/manifest_tests/init_invalid_icons_invalid.json',
218       'test/data/extensions/manifest_tests/init_invalid_icons_path_invalid.json',
219       'test/data/extensions/manifest_tests/init_invalid_locale_empty.json',
220       'test/data/extensions/manifest_tests/init_invalid_locale_invalid.json',
221       'test/data/extensions/manifest_tests/init_invalid_min_chrome_invalid.json',
222       'test/data/extensions/manifest_tests/init_invalid_name_invalid.json',
223       'test/data/extensions/manifest_tests/init_invalid_name_missing.json',
224       'test/data/extensions/manifest_tests/init_invalid_options_url_invalid.json',
225       'test/data/extensions/manifest_tests/init_invalid_page_actions_multi.json',
226       'test/data/extensions/manifest_tests/init_invalid_permissions_invalid.json',
227       'test/data/extensions/manifest_tests/init_invalid_permissions_item_invalid.json',
228       'test/data/extensions/manifest_tests/init_invalid_platform_app_1.json',
229       'test/data/extensions/manifest_tests/init_invalid_platform_app_2.json',
230       'test/data/extensions/manifest_tests/init_invalid_platform_app_3.json',
231       'test/data/extensions/manifest_tests/init_invalid_platform_app_4.json',
232       'test/data/extensions/manifest_tests/init_invalid_platform_app_5.json',
233       'test/data/extensions/manifest_tests/init_invalid_script_files_missing.json',
234       'test/data/extensions/manifest_tests/init_invalid_script_invalid.json',
235       'test/data/extensions/manifest_tests/init_invalid_script_item_invalid.json',
236       'test/data/extensions/manifest_tests/init_invalid_script_match_item_invalid.json',
237       'test/data/extensions/manifest_tests/init_invalid_script_match_item_invalid_2.json',
238       'test/data/extensions/manifest_tests/init_invalid_script_matches_empty.json',
239       'test/data/extensions/manifest_tests/init_invalid_script_matches_invalid.json',
240       'test/data/extensions/manifest_tests/init_invalid_script_matches_missing.json',
241       'test/data/extensions/manifest_tests/init_invalid_version_invalid.json',
242       'test/data/extensions/manifest_tests/init_invalid_version_missing.json',
243       'test/data/extensions/manifest_tests/init_valid_app_minimum_chrome.json',
244       'test/data/extensions/manifest_tests/init_valid_app_requirements.json',
245       'test/data/extensions/manifest_tests/init_valid_empty_page_actions.json',
246       'test/data/extensions/manifest_tests/init_valid_icon_size.json',
247       'test/data/extensions/manifest_tests/init_valid_minimal.json',
248       'test/data/extensions/manifest_tests/init_valid_minimum_chrome.json',
249       'test/data/extensions/manifest_tests/init_valid_name_no_rtl.json',
250       'test/data/extensions/manifest_tests/init_valid_name_strong_rtl.json',
251       'test/data/extensions/manifest_tests/init_valid_options.json',
252       'test/data/extensions/manifest_tests/init_valid_permissions.json',
253       'test/data/extensions/manifest_tests/init_valid_permissions_empty.json',
254       'test/data/extensions/manifest_tests/init_valid_permissions_unknown.json',
255       'test/data/extensions/manifest_tests/init_valid_platform_app.json',
256       'test/data/extensions/manifest_tests/intent_invalid_1.json',
257       'test/data/extensions/manifest_tests/intent_invalid_2.json',
258       'test/data/extensions/manifest_tests/intent_invalid_3.json',
259       'test/data/extensions/manifest_tests/intent_invalid_4.json',
260       'test/data/extensions/manifest_tests/intent_invalid_5.json',
261       'test/data/extensions/manifest_tests/intent_invalid_6.json',
262       'test/data/extensions/manifest_tests/intent_invalid_blank_action_extension.json',
263       'test/data/extensions/manifest_tests/intent_invalid_hosted_app_1.json',
264       'test/data/extensions/manifest_tests/intent_invalid_hosted_app_2.json',
265       'test/data/extensions/manifest_tests/intent_invalid_hosted_app_3.json',
266       'test/data/extensions/manifest_tests/intent_invalid_href_and_path.json',
267       'test/data/extensions/manifest_tests/intent_invalid_multi_href.json',
268       'test/data/extensions/manifest_tests/intent_invalid_packaged_app.json',
269       'test/data/extensions/manifest_tests/intent_invalid_type_element.json',
270       'test/data/extensions/manifest_tests/intent_valid.json',
271       'test/data/extensions/manifest_tests/intent_valid_2.json',
272       'test/data/extensions/manifest_tests/intent_valid_blank_action_hosted.json',
273       'test/data/extensions/manifest_tests/intent_valid_blank_action_packaged.json',
274       'test/data/extensions/manifest_tests/intent_valid_hosted_app.json',
275       'test/data/extensions/manifest_tests/intent_valid_minimal.json',
276       'test/data/extensions/manifest_tests/intent_valid_multi_href.json',
277       'test/data/extensions/manifest_tests/intent_valid_multitype.json',
278       'test/data/extensions/manifest_tests/intent_valid_using_href.json',
279       'test/data/extensions/manifest_tests/isolated_app_valid.json',
280       'test/data/extensions/manifest_tests/launch_container_invalid_type.json',
281       'test/data/extensions/manifest_tests/launch_container_invalid_value.json',
282       'test/data/extensions/manifest_tests/launch_container_without_launch_url.json',
283       'test/data/extensions/manifest_tests/launch_default.json',
284       'test/data/extensions/manifest_tests/launch_height.json',
285       'test/data/extensions/manifest_tests/launch_height_invalid.json',
286       'test/data/extensions/manifest_tests/launch_height_negative.json',
287       'test/data/extensions/manifest_tests/launch_local_path.json',
288       'test/data/extensions/manifest_tests/launch_local_path_localized.json',
289       'test/data/extensions/manifest_tests/launch_panel.json',
290       'test/data/extensions/manifest_tests/launch_path_and_extent.json',
291       'test/data/extensions/manifest_tests/launch_path_and_url.json',
292       'test/data/extensions/manifest_tests/launch_path_invalid_localized.json',
293       'test/data/extensions/manifest_tests/launch_path_invalid_type.json',
294       'test/data/extensions/manifest_tests/launch_path_invalid_value.json',
295       'test/data/extensions/manifest_tests/launch_tab.json',
296       'test/data/extensions/manifest_tests/launch_url_invalid_localized.json',
297       'test/data/extensions/manifest_tests/launch_url_invalid_type_1.json',
298       'test/data/extensions/manifest_tests/launch_url_invalid_type_2.json',
299       'test/data/extensions/manifest_tests/launch_url_invalid_type_3.json',
300       'test/data/extensions/manifest_tests/launch_web_url_absolute.json',
301       'test/data/extensions/manifest_tests/launch_web_url_localized.json',
302       'test/data/extensions/manifest_tests/launch_web_url_relative.json',
303       'test/data/extensions/manifest_tests/launch_width.json',
304       'test/data/extensions/manifest_tests/launch_width_invalid.json',
305       'test/data/extensions/manifest_tests/launch_width_negative.json',
306       'test/data/extensions/manifest_tests/launch_window.json',
307       'test/data/extensions/manifest_tests/multiple_ui_surfaces.json',
308       'test/data/extensions/manifest_tests/normalize_icon_paths.json',
309       'test/data/extensions/manifest_tests/offline_default_packaged_app.json',
310       'test/data/extensions/manifest_tests/offline_default_platform_app.json',
311       'test/data/extensions/manifest_tests/offline_disabled_packaged_app.json',
312       'test/data/extensions/manifest_tests/offline_enabled_extension.json',
313       'test/data/extensions/manifest_tests/offline_enabled_hosted_app.json',
314       'test/data/extensions/manifest_tests/offline_enabled_invalid.json',
315       'test/data/extensions/manifest_tests/offline_enabled_packaged_app.json',
316       'test/data/extensions/manifest_tests/old_unlimited_storage.json',
317       'test/data/extensions/manifest_tests/override_history.json',
318       'test/data/extensions/manifest_tests/override_invalid_page.json',
319       'test/data/extensions/manifest_tests/override_new_tab.json',
320       'test/data/extensions/manifest_tests/override_newtab_and_history.json',
321       'test/data/extensions/manifest_tests/packaged_app_absolute_options.json',
322       'test/data/extensions/manifest_tests/page_action_manifest_version_2.json',
323       'test/data/extensions/manifest_tests/page_action_manifest_version_2b.json',
324       'test/data/extensions/manifest_tests/permission_chrome_resources_url.json',
325       'test/data/extensions/manifest_tests/permission_chrome_url_invalid.json',
326       'test/data/extensions/manifest_tests/ports_in_content_scripts.json',
327       'test/data/extensions/manifest_tests/ports_in_permissions.json',
328       'test/data/extensions/manifest_tests/sandboxed_pages_invalid_1.json',
329       'test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json',
330       'test/data/extensions/manifest_tests/sandboxed_pages_invalid_3.json',
331       'test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json',
332       'test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json',
333       'test/data/extensions/manifest_tests/sandboxed_pages_valid_1.json',
334       'test/data/extensions/manifest_tests/sandboxed_pages_valid_2.json',
335       'test/data/extensions/manifest_tests/sandboxed_pages_valid_3.json',
336       'test/data/extensions/manifest_tests/sandboxed_pages_valid_4.json',
337       'test/data/extensions/manifest_tests/sandboxed_pages_valid_5.json',
338       'test/data/extensions/manifest_tests/tabs_extension.json',
339       'test/data/extensions/manifest_tests/tts_engine_invalid_1.json',
340       'test/data/extensions/manifest_tests/tts_engine_invalid_2.json',
341       'test/data/extensions/manifest_tests/tts_engine_invalid_3.json',
342       'test/data/extensions/manifest_tests/tts_engine_invalid_4.json',
343       'test/data/extensions/manifest_tests/tts_engine_invalid_5.json',
344       'test/data/extensions/manifest_tests/tts_engine_invalid_6.json',
345       'test/data/extensions/manifest_tests/tts_engine_invalid_7.json',
346       'test/data/extensions/manifest_tests/tts_engine_invalid_8.json',
347       'test/data/extensions/manifest_tests/tts_engine_invalid_9.json',
348       'test/data/extensions/manifest_tests/tts_engine_valid.json',
349       'test/data/extensions/manifest_tests/update_url_invalid_1.json',
350       'test/data/extensions/manifest_tests/update_url_invalid_2.json',
351       'test/data/extensions/manifest_tests/update_url_invalid_3.json',
352       'test/data/extensions/manifest_tests/update_url_valid_1.json',
353       'test/data/extensions/manifest_tests/update_url_valid_2.json',
354       'test/data/extensions/manifest_tests/update_url_valid_3.json',
355       'test/data/extensions/manifest_tests/update_url_valid_4.json',
356       'test/data/extensions/manifest_tests/valid_app.json',
357       'test/data/extensions/manifest_tests/web_accessible_resources_1.json',
358       'test/data/extensions/manifest_tests/web_accessible_resources_2.json',
359       'test/data/extensions/manifest_tests/web_accessible_resources_3.json',
360       'test/data/extensions/manifest_tests/web_accessible_resources_4.json',
361       'test/data/extensions/manifest_tests/web_accessible_resources_5.json',
362       'test/data/extensions/manifest_tests/web_accessible_resources_6.json',
363       'test/data/extensions/manifest_tests/web_urls_default.json',
364       'test/data/extensions/manifest_tests/web_urls_has_port.json',
365       'test/data/extensions/manifest_tests/web_urls_invalid_1.json',
366       'test/data/extensions/manifest_tests/web_urls_invalid_2.json',
367       'test/data/extensions/manifest_tests/web_urls_invalid_3.json',
368       'test/data/extensions/manifest_tests/web_urls_invalid_4.json',
369       'test/data/extensions/manifest_tests/web_urls_invalid_5.json',
370       'test/data/extensions/manifest_tests/web_urls_wrong_type.json',
371       'test/data/extensions/not_an_extension.crx',
372       'test/data/extensions/openssl_privkey_asn1.pem',
373       'test/data/extensions/page_action.crx',
374       'test/data/extensions/permissions/audio-video.json',
375       'test/data/extensions/permissions/content_script_all_urls.json',
376       'test/data/extensions/permissions/content_script_file_scheme.json',
377       'test/data/extensions/permissions/content_script_http_scheme.json',
378       'test/data/extensions/permissions/many-apis.json',
379       'test/data/extensions/permissions/many-hosts.json',
380       'test/data/extensions/permissions/permissions_all_urls.json',
381       'test/data/extensions/permissions/permissions_file_scheme.json',
382       'test/data/extensions/permissions/permissions_http_scheme.json',
383       'test/data/extensions/permissions/plugins.json',
384       'test/data/extensions/permissions/unknown.pem',
385       'test/data/extensions/permissions/whitelist.pem',
386       'test/data/extensions/theme.crx',
387       'test/data/extensions/theme2.crx',
388       'test/data/extensions/theme_i18n/manifest.json',
389       'test/data/extensions/theme_missing_image.crx',
390       'test/data/extensions/theme_with_extension.crx',
391       'test/data/extensions/unpacker/good_l10n.crx',
392       'test/data/extensions/unpacker/no_l10n.crx',
393       'test/data/extensions/user_script_basic.user.js',
394       'test/data/extensions/user_script_no_metadata.user.js',
395       'test/data/extensions/user_script_not_utf8.user.js',
396       'test/data/extensions/user_script_run_at_end.user.js',
397       'test/data/extensions/user_script_run_at_idle.user.js',
398       'test/data/extensions/user_script_run_at_start.user.js',
399       'test/data/page_cycler/abort_expected',
400       'test/data/page_cycler/about_url',
401       'test/data/page_cycler/errors_expected',
402       'test/data/printing/cloud_print_unittest.pdf',
403       'test/data/safe_browsing/download_protection/issuer.pem',
404       'test/data/safe_browsing/download_protection/test_c.pem',
405       'test/data/safe_browsing/download_protection/test_cn.pem',
406       'test/data/safe_browsing/download_protection/test_cn_o.pem',
407       'test/data/safe_browsing/download_protection/test_cn_o_ou.pem',
408       'test/data/safe_browsing/download_protection/test_cn_ou.pem',
409       'test/data/safe_browsing/download_protection/test_o.pem',
410       'test/data/safe_browsing/download_protection/test_o_ou.pem',
411       'test/data/safe_browsing/download_protection/test_ou.pem',
412       'test/data/serializer_nested_test.js',
413       'test/data/serializer_test.js',
414       'test/data/serializer_test_nowhitespace.js',
415       'test/data/simple_open_search.xml',
416       'test/data/title1.html',
417       'test/data/web_app_info/full.json',
418       'test/data/web_app_info/invalid_launch_url.json',
419       'test/data/web_app_info/invalid_urls.json',
420       'test/data/web_app_info/minimal.json',
421       'test/data/web_app_info/missing_name.json',
422       'test/data/webui/test_api.js',
423       'test/data/zip/create_test_zip.sh',
424       'test/data/zip/evil.zip',
425       'test/data/zip/evil_via_absolute_file_name.zip',
426       'test/data/zip/evil_via_invalid_utf8.zip',
427       'test/data/zip/test.zip',
428       'test/data/zip/test/foo.txt',
429       'test/data/zip/test/foo/bar.txt',
430       'test/data/zip/test_nocompress.zip',
431       'third_party/mock4js/mock4js.js',
432     ],
433     'isolate_dependency_untracked': [
434       '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
435       '<(PRODUCT_DIR)/test_data/chrome/browser/resources/shared/',
436       '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
437       'test/data/autofill/merge/input/',
438       'test/data/autofill/merge/output/',
439       'test/data/extensions/allow_silent_upgrade/',
440       'test/data/extensions/api_test/browser_action/synthesized/',
441       'test/data/extensions/app/',
442       'test/data/extensions/app1/',
443       'test/data/extensions/app2/',
444       'test/data/extensions/app3/',
445       'test/data/extensions/app4/',
446       'test/data/extensions/bad/Extensions/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/1/',
447       'test/data/extensions/bad/Extensions/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Current Version',
448       'test/data/extensions/bad/Extensions/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/1/',
449       'test/data/extensions/bad/Extensions/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/Current Version',
450       'test/data/extensions/bad/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/',
451       'test/data/extensions/bad/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/Current Version',
452       'test/data/extensions/bad/Extensions/cccccccccccccccccccccccccccccccc/',
453       'test/data/extensions/bad/Extensions/dddddddddddddddddddddddddddddddd/1.0/',
454       'test/data/extensions/bad/Extensions/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/1.0/',
455       'test/data/extensions/bad/bad_encoding/',
456       'test/data/extensions/effective_host_permissions/',
457       'test/data/extensions/empty_manifest/',
458       'test/data/extensions/extension_api_unittest/',
459       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en/',
460       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en_US/',
461       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/sr/',
462       'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/js_files/',
463       'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/',
464       'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk/2/',
465       'test/data/extensions/image_loading_tracker/',
466       'test/data/extensions/l10n/cdakfjkehipfnofphlponafnbnglaafl/1.0/_locales/en/',
467       'test/data/extensions/l10n/cdakfjkehipfnofphlponafnbnglaafl/1.0/_locales/sr/',
468       'test/data/extensions/l10n/jhkccedbcahooljabgejipmdkcojbijg/1.0/_locales/en/',
469       'test/data/extensions/l10n/jhkccedbcahooljabgejipmdkcojbijg/1.0/_locales/sr/',
470       'test/data/extensions/l10n/lgpnlbnlajcjdkakbbnfcgkdfggonpic/1.0/',
471       'test/data/extensions/manifest_tests/_locales/en/',
472       'test/data/extensions/no_id/',
473       'test/data/extensions/override_component_extension/',
474       'test/data/extensions/page_action/',
475       'test/data/extensions/permissions/files/',
476       'test/data/extensions/permissions/unknown/',
477       'test/data/extensions/permissions/whitelist/',
478       'test/data/extensions/script_and_capture/',
479       'test/data/extensions/storage_quota/limited_quota/1.0/',
480       'test/data/extensions/storage_quota/unlimited_quota/1.0/',
481       'test/data/extensions/storage_quota/unlimited_quota/2.0/',
482       'test/data/extensions/theme_i18n/_locales/en/',
483       'test/data/extensions/ui/create_extension_detail_value_expected_output/',
484       'test/data/extensions/unpacked/',
485       'test/data/firefox2_importer/',
486       'test/data/firefox2_profile/cert8.db',
487       'test/data/firefox2_profile/key3.db',
488       'test/data/firefox3_pref.js',
489       'test/data/firefox3_pref_pac_url.js',
490       'test/data/firefox3_profile/cert8.db',
491       'test/data/firefox3_profile/key3.db',
492       'test/data/firefox3_profile/secmod.db',
493       'test/data/http_pipelining/',
494       'test/data/json_schema_validator/',
495       'test/data/osdd/bogus.xml',
496       'test/data/osdd/dictionary.xml',
497       'test/data/osdd/firefox_ebay.xml',
498       'test/data/osdd/firefox_webster.xml',
499       'test/data/osdd/firefox_yahoo.xml',
500       'test/data/osdd/https.xml',
501       'test/data/osdd/msdn.xml',
502       'test/data/osdd/post.xml',
503       'test/data/osdd/post_suggestion.xml',
504       'test/data/osdd/url_with_no_attributes.xml',
505       'test/data/osdd/wikipedia.xml',
506       'test/data/pref_service/',
507       'test/data/top_sites/',
508       'test/data/web_database/',
509       'test/data/zip/test/foo/bar/',
510     ],
511     'isolate_dependency_touched': [
512       'test/data/extensions/absolute_path/test.html',
513       'test/data/extensions/absolute_path/test.js',
514     ],
515   },
516   'conditions': [
517     ['OS=="linux"', {
518       'variables': {
519         'command': [
520           '../testing/xvfb.py',
521           '<(PRODUCT_DIR)',
522           '../tools/isolate/run_test_cases.py',
523           '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
524         ],
525         'isolate_dependency_tracked': [
526           '../net/data/ssl/certificates/google.single.der',
527           '../net/data/ssl/certificates/ndn.ca.crt',
528           '../net/data/ssl/certificates/root_ca_cert.crt',
529           '../testing/xvfb.py',
530           '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py',
531           '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py',
532           '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py',
533           '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py',
534           '../third_party/tlslite/tlslite/utils/TripleDES.py',
535           '<(PRODUCT_DIR)/chrome.pak',
536           '<(PRODUCT_DIR)/libffmpegsumo.so',
537           '<(PRODUCT_DIR)/pyproto/google/__init__.py',
538           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
539           'test/data/extensions/api_test/browser_action/no_icon/icon.png',
540           'test/data/extensions/api_test/browser_action/no_icon/manifest.json',
541           'test/data/extensions/manifest_tests/init_valid_platform_app_no_manifest_version.json',
542           'test/data/extensions/manifest_tests/requirements_invalid_3d.json',
543           'test/data/extensions/manifest_tests/requirements_invalid_3d_features.json',
544           'test/data/extensions/manifest_tests/requirements_invalid_3d_features_value.json',
545           'test/data/extensions/manifest_tests/requirements_invalid_3d_no_features.json',
546           'test/data/extensions/manifest_tests/requirements_invalid_keys.json',
547           'test/data/extensions/manifest_tests/requirements_invalid_plugins.json',
548           'test/data/extensions/manifest_tests/requirements_invalid_plugins_key.json',
549           'test/data/extensions/manifest_tests/requirements_invalid_plugins_value.json',
550           'test/data/extensions/manifest_tests/requirements_invalid_requirements.json',
551           'test/data/extensions/manifest_tests/requirements_npapi.json',
552           'test/data/extensions/manifest_tests/requirements_npapi_empty.json',
553           'test/data/extensions/manifest_tests/requirements_valid_empty.json',
554           'test/data/extensions/manifest_tests/requirements_valid_full.json',
555           'test/data/extensions/unpacked/manifest_no_key.json',
556           'test/data/extensions/unpacked/manifest_with_key.json',
557           'test/data/extensions/unpacked/symlinks_allowed/manifest.json',
558           'test/data/extensions/unpacker/bad_image.crx',
559           'test/data/extensions/unpacker/bad_path.crx',
560           'test/data/extensions/unpacker/bad_zip.crx',
561           'test/data/extensions/unpacker/good_package.crx',
562           'test/data/firefox3_pref.js',
563           'test/data/firefox3_pref_pac_url.js',
564           'test/data/native_messaging/single_message_request.msg',
565           'test/data/native_messaging/single_message_response.msg',
566           'test/data/pref_service/read.need_empty_value.json',
567           'test/data/pref_service/write.golden.need_empty_value.json',
568         ],
569         'isolate_dependency_untracked': [
570           'test/data/components/flapper/linux_x64/',
571           'test/data/extensions/bad/',
572           'test/data/extensions/good/',
573           'test/data/extensions/l10n/',
574           'test/data/extensions/permissions/',
575           'test/data/extensions/requirements/',
576           'test/data/extensions/storage_quota/',
577           'test/data/extensions/theme_i18n/',
578           'test/data/extensions/ui/',
579           'test/data/firefox2_profile/',
580           'test/data/firefox2_searchplugins/',
581           'test/data/firefox3_profile/',
582           'test/data/firefox3_searchplugins/',
583           'test/data/osdd/',
584           'test/data/zip/',
585         ],
586         'isolate_dependency_touched': [
587           'test/data/native_messaging/Native Hosts/echo.py',
588           'test/data/native_messaging/Native Hosts/empty_app.py',
589         ],
590       },
591     }, {
592       'variables': {
593         'command': [
594           '../testing/test_env.py',
595           '../tools/isolate/run_test_cases.py',
596           '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
597         ],
598         'isolate_dependency_untracked': [
599           '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/data/',
600         ],
601       },
602     }],
603     ['OS=="mac"', {
604       'variables': {
605         'isolate_dependency_tracked': [
606           '<(PRODUCT_DIR)/ffmpegsumo.so',
607           'test/data/firefox2_nss_mac/libfreebl3.dylib',
608           'test/data/firefox2_nss_mac/libnspr4.dylib',
609           'test/data/firefox2_nss_mac/libnss3.dylib',
610           'test/data/firefox2_nss_mac/libplc4.dylib',
611           'test/data/firefox2_nss_mac/libplds4.dylib',
612           'test/data/firefox2_nss_mac/libsoftokn3.dylib',
613           'test/data/firefox3_nss_mac/libfreebl3.dylib',
614           'test/data/firefox3_nss_mac/libnspr4.dylib',
615           'test/data/firefox3_nss_mac/libnss3.dylib',
616           'test/data/firefox3_nss_mac/libnssdbm3.dylib',
617           'test/data/firefox3_nss_mac/libnssutil3.dylib',
618           'test/data/firefox3_nss_mac/libplc4.dylib',
619           'test/data/firefox3_nss_mac/libplds4.dylib',
620           'test/data/firefox3_nss_mac/libsoftokn3.dylib',
621           'test/data/firefox3_nss_mac/libsqlite3.dylib',
622           'test/data/value_store_db/000005.log',
623           'test/data/value_store_db/CURRENT',
624           'test/data/value_store_db/MANIFEST-000004',
625         ],
626         'isolate_dependency_untracked': [
627           '<(PRODUCT_DIR)/Chromium Framework.framework/',
628           'test/data/components/flapper/mac/',
629           'test/data/extensions/install_prompt/',
630           'test/data/safari_import/Safari/',
631         ],
632         'isolate_dependency_touched': [
633           'test/data/value_store_db/LOCK',
634         ],
635       },
636     }, {
637       'variables': {
638         'isolate_dependency_tracked': [
639           '<(PRODUCT_DIR)/chrome_100_percent.pak',
640           '<(PRODUCT_DIR)/locales/en-US.pak',
641           'test/data/extensions/api_test/webrequest/declarative/headers.html',
642           'test/data/extensions/api_test/webrequest/declarative/headers.html.mock-http-headers',
643           'test/data/extensions/extension_icon_image/16.png',
644           'test/data/extensions/extension_icon_image/48.png',
645           'test/data/extensions/extension_icon_image/app.json',
646           'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_1.json',
647           'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_2.json',
648           'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_3.json',
649           'test/data/profiles/profile_with_complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/manifest.json',
650           'test/data/profiles/profile_with_default_theme/Default/History',
651         ],
652         'isolate_dependency_untracked': [
653           'test/data/extensions/socket_permissions/',
654           'test/data/firefox2_nss/',
655           'test/data/firefox2_profile/bookmarks.html',
656           'test/data/firefox2_profile/cookies.txt',
657           'test/data/firefox2_profile/history.dat',
658           'test/data/firefox2_profile/prefs.js',
659           'test/data/firefox2_profile/searchplugins/flickr-tags.xml',
660           'test/data/firefox2_profile/searchplugins/imdb.xml',
661           'test/data/firefox2_profile/searchplugins/webster.xml',
662           'test/data/firefox2_profile/signons2.txt',
663           'test/data/firefox2_searchplugins/amazondotcom.xml',
664           'test/data/firefox2_searchplugins/answers.xml',
665           'test/data/firefox2_searchplugins/creativecommons.xml',
666           'test/data/firefox2_searchplugins/eBay.xml',
667           'test/data/firefox2_searchplugins/google.xml',
668           'test/data/firefox2_searchplugins/yahoo.xml',
669           'test/data/firefox35_profile/',
670           'test/data/firefox3_nss/',
671           'test/data/firefox3_profile/cookies.sqlite',
672           'test/data/firefox3_profile/places.sqlite',
673           'test/data/firefox3_profile/prefs.js',
674           'test/data/firefox3_profile/search.sqlite',
675           'test/data/firefox3_profile/searchplugins/flickr-tags.xml',
676           'test/data/firefox3_profile/searchplugins/imdb.xml',
677           'test/data/firefox3_profile/searchplugins/webster.xml',
678           'test/data/firefox3_profile/signons3.txt',
679           'test/data/firefox3_searchplugins/amazondotcom.xml',
680           'test/data/firefox3_searchplugins/answers.xml',
681           'test/data/firefox3_searchplugins/creativecommons.xml',
682           'test/data/firefox3_searchplugins/eBay.xml',
683           'test/data/firefox3_searchplugins/google.xml',
684           'test/data/firefox3_searchplugins/wikipedia.xml',
685           'test/data/firefox3_searchplugins/yahoo.xml',
686           'test/data/profiles/profile_with_complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/i/',
687           'test/data/value_store_db/',
688         ],
689       },
690     }],
691     ['OS=="win"', {
692       'variables': {
693         'isolate_dependency_tracked': [
694           '../skia/ext/data/vectorcanvastest/bitmaps/bitmap_opaque.png',
695           '../third_party/python_26/DLLs/_hashlib.pyd',
696           '../third_party/python_26/DLLs/_socket.pyd',
697           '../third_party/python_26/DLLs/_ssl.pyd',
698           '../third_party/python_26/DLLs/pyexpat.pyd',
699           '../third_party/python_26/DLLs/select.pyd',
700           '../third_party/python_26/Lib/BaseHTTPServer.py',
701           '../third_party/python_26/Lib/SocketServer.py',
702           '../third_party/python_26/Lib/UserDict.py',
703           '../third_party/python_26/Lib/__future__.py',
704           '../third_party/python_26/Lib/_abcoll.py',
705           '../third_party/python_26/Lib/abc.py',
706           '../third_party/python_26/Lib/anydbm.py',
707           '../third_party/python_26/Lib/asynchat.py',
708           '../third_party/python_26/Lib/asyncore.py',
709           '../third_party/python_26/Lib/base64.py',
710           '../third_party/python_26/Lib/bisect.py',
711           '../third_party/python_26/Lib/cgi.py',
712           '../third_party/python_26/Lib/codecs.py',
713           '../third_party/python_26/Lib/collections.py',
714           '../third_party/python_26/Lib/copy.py',
715           '../third_party/python_26/Lib/copy_reg.py',
716           '../third_party/python_26/Lib/dbhash.py',
717           '../third_party/python_26/Lib/dumbdbm.py',
718           '../third_party/python_26/Lib/email/__init__.py',
719           '../third_party/python_26/Lib/email/_parseaddr.py',
720           '../third_party/python_26/Lib/email/base64mime.py',
721           '../third_party/python_26/Lib/email/encoders.py',
722           '../third_party/python_26/Lib/email/mime/__init__.py',
723           '../third_party/python_26/Lib/email/utils.py',
724           '../third_party/python_26/Lib/encodings/__init__.py',
725           '../third_party/python_26/Lib/encodings/aliases.py',
726           '../third_party/python_26/Lib/encodings/cp1252.py',
727           '../third_party/python_26/Lib/encodings/hex_codec.py',
728           '../third_party/python_26/Lib/fnmatch.py',
729           '../third_party/python_26/Lib/functools.py',
730           '../third_party/python_26/Lib/genericpath.py',
731           '../third_party/python_26/Lib/gettext.py',
732           '../third_party/python_26/Lib/glob.py',
733           '../third_party/python_26/Lib/hashlib.py',
734           '../third_party/python_26/Lib/heapq.py',
735           '../third_party/python_26/Lib/hmac.py',
736           '../third_party/python_26/Lib/httplib.py',
737           '../third_party/python_26/Lib/imaplib.py',
738           '../third_party/python_26/Lib/json/__init__.py',
739           '../third_party/python_26/Lib/json/decoder.py',
740           '../third_party/python_26/Lib/json/encoder.py',
741           '../third_party/python_26/Lib/json/scanner.py',
742           '../third_party/python_26/Lib/keyword.py',
743           '../third_party/python_26/Lib/linecache.py',
744           '../third_party/python_26/Lib/locale.py',
745           '../third_party/python_26/Lib/md5.py',
746           '../third_party/python_26/Lib/mimetools.py',
747           '../third_party/python_26/Lib/ntpath.py',
748           '../third_party/python_26/Lib/nturl2path.py',
749           '../third_party/python_26/Lib/optparse.py',
750           '../third_party/python_26/Lib/os.py',
751           '../third_party/python_26/Lib/poplib.py',
752           '../third_party/python_26/Lib/quopri.py',
753           '../third_party/python_26/Lib/random.py',
754           '../third_party/python_26/Lib/re.py',
755           '../third_party/python_26/Lib/rfc822.py',
756           '../third_party/python_26/Lib/sha.py',
757           '../third_party/python_26/Lib/shutil.py',
758           '../third_party/python_26/Lib/site-packages/google.pth',
759           '../third_party/python_26/Lib/site-packages/pywin32.pth',
760           '../third_party/python_26/Lib/site.py',
761           '../third_party/python_26/Lib/smtplib.py',
762           '../third_party/python_26/Lib/socket.py',
763           '../third_party/python_26/Lib/sre_compile.py',
764           '../third_party/python_26/Lib/sre_constants.py',
765           '../third_party/python_26/Lib/sre_parse.py',
766           '../third_party/python_26/Lib/ssl.py',
767           '../third_party/python_26/Lib/stat.py',
768           '../third_party/python_26/Lib/string.py',
769           '../third_party/python_26/Lib/struct.py',
770           '../third_party/python_26/Lib/tarfile.py',
771           '../third_party/python_26/Lib/tempfile.py',
772           '../third_party/python_26/Lib/textwrap.py',
773           '../third_party/python_26/Lib/threading.py',
774           '../third_party/python_26/Lib/traceback.py',
775           '../third_party/python_26/Lib/types.py',
776           '../third_party/python_26/Lib/urllib.py',
777           '../third_party/python_26/Lib/urlparse.py',
778           '../third_party/python_26/Lib/warnings.py',
779           '../third_party/python_26/Lib/xml/__init__.py',
780           '../third_party/python_26/Lib/xml/dom/NodeFilter.py',
781           '../third_party/python_26/Lib/xml/dom/__init__.py',
782           '../third_party/python_26/Lib/xml/dom/domreg.py',
783           '../third_party/python_26/Lib/xml/dom/minicompat.py',
784           '../third_party/python_26/Lib/xml/dom/minidom.py',
785           '../third_party/python_26/Lib/xml/dom/xmlbuilder.py',
786           '../third_party/python_26/Lib/xml/sax/__init__.py',
787           '../third_party/python_26/Lib/xml/sax/_exceptions.py',
788           '../third_party/python_26/Lib/xml/sax/handler.py',
789           '../third_party/python_26/Lib/xml/sax/saxutils.py',
790           '../third_party/python_26/Lib/xml/sax/xmlreader.py',
791           '../third_party/python_26/Lib/xmlrpclib.py',
792           '../third_party/python_26/python.exe',
793           '../third_party/python_26/python26.dll',
794           '<(PRODUCT_DIR)/avcodec-54.dll',
795           '<(PRODUCT_DIR)/avformat-54.dll',
796           '<(PRODUCT_DIR)/avutil-51.dll',
797           '<(PRODUCT_DIR)/icudt.dll',
798           'test/data/extensions/bad/Extensions/ffffffffffffffffffffffffffffffff/manifest.json',
799           'test/data/extensions/bad/Extensions/gggggggggggggggggggggggggggggggg/manifest.json',
800           'test/data/extensions/bad/Extensions/hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh/manifest.json',
801           'test/data/extensions/permissions/platform_app_all_urls.json',
802           'test/data/extensions/permissions/platform_app_hosts.json',
803           'test/data/safe_browsing/download_protection/signed.exe',
804           'test/data/safe_browsing/download_protection/unsigned.exe',
805           'test/data/safe_browsing/download_protection/wow_helper.exe',
806         ],
807         'isolate_dependency_untracked': [
808           '../ppapi/lib/gl/include/KHR/',
809           '../skia/ext/data/vectorcanvastest/basicdrawing/',
810           '../skia/ext/data/vectorcanvastest/bitmaps/',
811           '../skia/ext/data/vectorcanvastest/circles/',
812           '../skia/ext/data/vectorcanvastest/clippingclean/',
813           '../skia/ext/data/vectorcanvastest/clippingcombined/',
814           '../skia/ext/data/vectorcanvastest/clippingintersect/',
815           '../skia/ext/data/vectorcanvastest/clippingpath/',
816           '../skia/ext/data/vectorcanvastest/clippingrect/',
817           '../skia/ext/data/vectorcanvastest/diagonallines/',
818           '../skia/ext/data/vectorcanvastest/lineorientation/',
819           '../skia/ext/data/vectorcanvastest/pathorientation/',
820           '../third_party/python_26/Lib/xml/parsers/',
821           '../ui/base/glib/',
822           'test/data/components/flapper/windows/',
823         ],
824       },
825     }, {
826       'variables': {
827         'isolate_dependency_tracked': [
828           '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py',
829           'test/data/extensions/unpacker/empty_default_locale.crx',
830           'test/data/extensions/unpacker/has_default_missing_locales.crx',
831           'test/data/extensions/unpacker/invalid_default_locale.crx',
832           'test/data/extensions/unpacker/invalid_messages_file.crx',
833           'test/data/extensions/unpacker/missing_default_data.crx',
834           'test/data/extensions/unpacker/missing_default_has_locales.crx',
835           'test/data/extensions/unpacker/missing_messages_file.crx',
836           'test/data/extensions/unpacker/no_locale_data.crx',
837         ],
838         'isolate_dependency_untracked': [
839           'test/data/extensions/manifest_tests/_locales/',
840         ],
841       },
842     }],
843   ],