Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: chrome/unit_tests.isolate

Issue 9693023: Add unit_tests_run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase against HEAD Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4 {
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/bg-BG-2-0.bdic',
17 '../third_party/hunspell_dictionaries/ca-ES-1-2.bdic',
18 '../third_party/hunspell_dictionaries/cs-CZ-1-2.bdic',
19 '../third_party/hunspell_dictionaries/da-DK-1-2.bdic',
20 '../third_party/hunspell_dictionaries/de-DE-1-2.bdic',
21 '../third_party/hunspell_dictionaries/el-GR-1-1.bdic',
22 '../third_party/hunspell_dictionaries/en-AU-1-2.bdic',
23 '../third_party/hunspell_dictionaries/en-CA-2-1.bdic',
24 '../third_party/hunspell_dictionaries/en-GB-1-2.bdic',
25 '../third_party/hunspell_dictionaries/en-US-2-1.bdic',
26 '../third_party/hunspell_dictionaries/es-ES-1-1.bdic',
27 '../third_party/hunspell_dictionaries/et-EE-1-1.bdic',
28 '../third_party/hunspell_dictionaries/fr-FR-2-0.bdic',
29 '../third_party/hunspell_dictionaries/he-IL-1-1.bdic',
30 '../third_party/hunspell_dictionaries/hi-IN-1-1.bdic',
31 '../third_party/hunspell_dictionaries/hr-HR-1-2.bdic',
32 '../third_party/hunspell_dictionaries/hu-HU-2-0.bdic',
33 '../third_party/hunspell_dictionaries/id-ID-1-2.bdic',
34 '../third_party/hunspell_dictionaries/it-IT-1-2.bdic',
35 '../third_party/hunspell_dictionaries/lt-LT-1-3.bdic',
36 '../third_party/hunspell_dictionaries/lv-LV-1-2.bdic',
37 '../third_party/hunspell_dictionaries/nb-NO-1-2.bdic',
38 '../third_party/hunspell_dictionaries/nl-NL-1-1.bdic',
39 '../third_party/hunspell_dictionaries/pl-PL-1-3.bdic',
40 '../third_party/hunspell_dictionaries/pt-BR-2-2.bdic',
41 '../third_party/hunspell_dictionaries/pt-PT-1-2.bdic',
42 '../third_party/hunspell_dictionaries/ro-RO-2-0.bdic',
43 '../third_party/hunspell_dictionaries/ru-RU-2-0.bdic',
44 '../third_party/hunspell_dictionaries/sh-2-2.bdic',
45 '../third_party/hunspell_dictionaries/sk-SK-1-2.bdic',
46 '../third_party/hunspell_dictionaries/sl-SI-1-2.bdic',
47 '../third_party/hunspell_dictionaries/sr-2-0.bdic',
48 '../third_party/hunspell_dictionaries/sv-SE-1-1.bdic',
49 '../third_party/hunspell_dictionaries/tr-TR-1-1.bdic',
50 '../third_party/hunspell_dictionaries/uk-UA-2-0.bdic',
51 '../third_party/hunspell_dictionaries/vi-VN-1-2.bdic',
52 '../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
53 '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
54 '../third_party/tlslite/tlslite/BaseDB.py',
55 '../third_party/tlslite/tlslite/Checker.py',
56 '../third_party/tlslite/tlslite/FileObject.py',
57 '../third_party/tlslite/tlslite/HandshakeSettings.py',
58 '../third_party/tlslite/tlslite/Session.py',
59 '../third_party/tlslite/tlslite/SessionCache.py',
60 '../third_party/tlslite/tlslite/SharedKeyDB.py',
61 '../third_party/tlslite/tlslite/TLSConnection.py',
62 '../third_party/tlslite/tlslite/TLSRecordLayer.py',
63 '../third_party/tlslite/tlslite/VerifierDB.py',
64 '../third_party/tlslite/tlslite/X509.py',
65 '../third_party/tlslite/tlslite/X509CertChain.py',
66 '../third_party/tlslite/tlslite/__init__.py',
67 '../third_party/tlslite/tlslite/api.py',
68 '../third_party/tlslite/tlslite/constants.py',
69 '../third_party/tlslite/tlslite/errors.py',
70 '../third_party/tlslite/tlslite/integration/AsyncStateMachine.py',
71 '../third_party/tlslite/tlslite/integration/ClientHelper.py',
72 '../third_party/tlslite/tlslite/integration/HTTPTLSConnection.py',
73 '../third_party/tlslite/tlslite/integration/IMAP4_TLS.py',
74 '../third_party/tlslite/tlslite/integration/POP3_TLS.py',
75 '../third_party/tlslite/tlslite/integration/SMTP_TLS.py',
76 '../third_party/tlslite/tlslite/integration/TLSAsyncDispatcherMixIn.py',
77 '../third_party/tlslite/tlslite/integration/TLSSocketServerMixIn.py',
78 '../third_party/tlslite/tlslite/integration/XMLRPCTransport.py',
79 '../third_party/tlslite/tlslite/integration/__init__.py',
80 '../third_party/tlslite/tlslite/mathtls.py',
81 '../third_party/tlslite/tlslite/messages.py',
82 '../third_party/tlslite/tlslite/utils/AES.py',
83 '../third_party/tlslite/tlslite/utils/ASN1Parser.py',
84 '../third_party/tlslite/tlslite/utils/Python_AES.py',
85 '../third_party/tlslite/tlslite/utils/Python_RC4.py',
86 '../third_party/tlslite/tlslite/utils/Python_RSAKey.py',
87 '../third_party/tlslite/tlslite/utils/RC4.py',
88 '../third_party/tlslite/tlslite/utils/RSAKey.py',
89 '../third_party/tlslite/tlslite/utils/__init__.py',
90 '../third_party/tlslite/tlslite/utils/cipherfactory.py',
91 '../third_party/tlslite/tlslite/utils/codec.py',
92 '../third_party/tlslite/tlslite/utils/compat.py',
93 '../third_party/tlslite/tlslite/utils/cryptomath.py',
94 '../third_party/tlslite/tlslite/utils/hmac.py',
95 '../third_party/tlslite/tlslite/utils/keyfactory.py',
96 '../third_party/tlslite/tlslite/utils/rijndael.py',
97 '../third_party/tlslite/tlslite/utils/xmltools.py',
98 '<(PRODUCT_DIR)/resources.pak',
99 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
100 'browser/resources/software_rendering_list/software_rendering_list.json',
101 'test/data/History/ArchivedNoDuration',
102 'test/data/History/HistoryNoDuration',
103 'test/data/History/HistoryNoSource',
104 'test/data/History/history.20.sql',
105 'test/data/History/thumbnails.3.sql',
106 'test/data/History/url_history_provider_test.db.txt',
107 'test/data/History/url_history_provider_test_limited.db.txt',
108 'test/data/bookmarks/History_with_empty_starred',
109 'test/data/bookmarks/History_with_starred',
110 'test/data/bookmarks/model_without_sync.json',
111 'test/data/components/jebgalgnebhfojomionfpkfelancnnkf.crx',
112 'test/data/components/updatecheck_reply_1.xml',
113 'test/data/components/updatecheck_reply_2.xml',
114 'test/data/components/updatecheck_reply_empty',
115 'test/data/download-test1.lib',
116 'test/data/extensions/absolute_path/absolute.json',
117 'test/data/extensions/api_test/permissions/optional/manifest.json',
118 'test/data/extensions/app_update/v1.crx',
119 'test/data/extensions/app_update/v2.crx',
120 'test/data/extensions/bad/Preferences',
121 'test/data/extensions/bad_magic.crx',
122 'test/data/extensions/bad_signature.crx',
123 'test/data/extensions/bad_underscore.crx',
124 'test/data/extensions/convert_web_app/128.png',
125 'test/data/extensions/convert_web_app/16.png',
126 'test/data/extensions/convert_web_app/48.png',
127 'test/data/extensions/file_manager/app.json',
128 'test/data/extensions/good.crx',
129 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/backgroundpage.html',
130 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/backgroundpage.js',
131 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/french_sentence.html',
132 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/icon_128.png',
133 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/manifest.json',
134 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/page.html',
135 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/page.js',
136 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/script1.js',
137 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/script2.js',
138 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/style1.css',
139 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/style2.css',
140 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/test_gettabs.html',
141 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/test_gettabs.js',
142 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/three_languages.html',
143 'test/data/extensions/good/Preferences',
144 'test/data/extensions/good/PreferencesExperimental',
145 'test/data/extensions/good/PreferencesExternal',
146 'test/data/extensions/good2.crx',
147 'test/data/extensions/hosted_app.crx',
148 'test/data/extensions/icon1.png',
149 'test/data/extensions/icon2.png',
150 'test/data/extensions/icon3.png',
151 'test/data/extensions/json_schema_test.js',
152 'test/data/extensions/l10n/Preferences',
153 'test/data/extensions/l10n/cdakfjkehipfnofphlponafnbnglaafl/1.0/manifest.j son',
154 'test/data/extensions/l10n/jhkccedbcahooljabgejipmdkcojbijg/1.0/manifest.j son',
155 'test/data/extensions/manifest_tests/background_allow_no_js_access.json',
156 'test/data/extensions/manifest_tests/background_allow_no_js_access2.json',
157 'test/data/extensions/manifest_tests/background_page.json',
158 'test/data/extensions/manifest_tests/background_page_legacy.json',
159 'test/data/extensions/manifest_tests/background_permission.json',
160 'test/data/extensions/manifest_tests/background_permission_alias.json',
161 'test/data/extensions/manifest_tests/background_scripts.json',
162 'test/data/extensions/manifest_tests/content_script_chrome_url_invalid.jso n',
163 'test/data/extensions/manifest_tests/content_script_match_pattern_not_stri ng.json',
164 'test/data/extensions/manifest_tests/content_script_yahoo.json',
165 'test/data/extensions/manifest_tests/default_locale_invalid.json',
166 'test/data/extensions/manifest_tests/default_locale_valid.json',
167 'test/data/extensions/manifest_tests/default_path_for_extent.json',
168 'test/data/extensions/manifest_tests/devtools_extension.json',
169 'test/data/extensions/manifest_tests/devtools_extension_url_invalid_type.j son',
170 'test/data/extensions/manifest_tests/exclude_matches.json',
171 'test/data/extensions/manifest_tests/exclude_matches_empty.json',
172 'test/data/extensions/manifest_tests/exclude_matches_invalid_host.json',
173 'test/data/extensions/manifest_tests/exclude_matches_not_list.json',
174 'test/data/extensions/manifest_tests/experimental.json',
175 'test/data/extensions/manifest_tests/filebrowser_invalid_access_permission .json',
176 'test/data/extensions/manifest_tests/filebrowser_invalid_access_permission _list.json',
177 'test/data/extensions/manifest_tests/filebrowser_invalid_action_id.json',
178 'test/data/extensions/manifest_tests/filebrowser_invalid_action_title.json ',
179 'test/data/extensions/manifest_tests/filebrowser_invalid_actions_1.json',
180 'test/data/extensions/manifest_tests/filebrowser_invalid_actions_2.json',
181 'test/data/extensions/manifest_tests/filebrowser_invalid_empty_access_perm ission_list.json',
182 'test/data/extensions/manifest_tests/filebrowser_invalid_file_filters_1.js on',
183 'test/data/extensions/manifest_tests/filebrowser_invalid_file_filters_2.js on',
184 'test/data/extensions/manifest_tests/filebrowser_invalid_file_filters_url. json',
185 'test/data/extensions/manifest_tests/filebrowser_url_override.json',
186 'test/data/extensions/manifest_tests/filebrowser_valid.json',
187 'test/data/extensions/manifest_tests/filebrowser_valid_with_create.json',
188 'test/data/extensions/manifest_tests/homepage_bad_schema.json',
189 'test/data/extensions/manifest_tests/homepage_empty.json',
190 'test/data/extensions/manifest_tests/homepage_externally_hosted.json',
191 'test/data/extensions/manifest_tests/homepage_google_hosted.json',
192 'test/data/extensions/manifest_tests/homepage_invalid.json',
193 'test/data/extensions/manifest_tests/homepage_valid.json',
194 'test/data/extensions/manifest_tests/hosted_app_absolute_options.json',
195 'test/data/extensions/manifest_tests/hosted_app_file_options.json',
196 'test/data/extensions/manifest_tests/hosted_app_relative_options.json',
197 'test/data/extensions/manifest_tests/init_ignored_icon_size.json',
198 'test/data/extensions/manifest_tests/init_invalid_chrome_version_too_low.j son',
199 'test/data/extensions/manifest_tests/init_invalid_description_invalid.json ',
200 'test/data/extensions/manifest_tests/init_invalid_files_css_invalid.json',
201 'test/data/extensions/manifest_tests/init_invalid_files_css_item_invalid.j son',
202 'test/data/extensions/manifest_tests/init_invalid_files_empty.json',
203 'test/data/extensions/manifest_tests/init_invalid_files_js_empty_css_missi ng.json',
204 'test/data/extensions/manifest_tests/init_invalid_files_js_invalid.json',
205 'test/data/extensions/manifest_tests/init_invalid_files_js_item_invalid.js on',
206 'test/data/extensions/manifest_tests/init_invalid_icons_invalid.json',
207 'test/data/extensions/manifest_tests/init_invalid_icons_path_invalid.json' ,
208 'test/data/extensions/manifest_tests/init_invalid_locale_empty.json',
209 'test/data/extensions/manifest_tests/init_invalid_locale_invalid.json',
210 'test/data/extensions/manifest_tests/init_invalid_min_chrome_invalid.json' ,
211 'test/data/extensions/manifest_tests/init_invalid_name_invalid.json',
212 'test/data/extensions/manifest_tests/init_invalid_name_missing.json',
213 'test/data/extensions/manifest_tests/init_invalid_options_url_invalid.json ',
214 'test/data/extensions/manifest_tests/init_invalid_page_actions_multi.json' ,
215 'test/data/extensions/manifest_tests/init_invalid_permissions_invalid.json ',
216 'test/data/extensions/manifest_tests/init_invalid_permissions_item_invalid .json',
217 'test/data/extensions/manifest_tests/init_invalid_platform_app_1.json',
218 'test/data/extensions/manifest_tests/init_invalid_platform_app_2.json',
219 'test/data/extensions/manifest_tests/init_invalid_platform_app_3.json',
220 'test/data/extensions/manifest_tests/init_invalid_requirements_1.json',
221 'test/data/extensions/manifest_tests/init_invalid_requirements_2.json',
222 'test/data/extensions/manifest_tests/init_invalid_script_files_missing.jso n',
223 'test/data/extensions/manifest_tests/init_invalid_script_invalid.json',
224 'test/data/extensions/manifest_tests/init_invalid_script_item_invalid.json ',
225 'test/data/extensions/manifest_tests/init_invalid_script_match_item_invali d.json',
226 'test/data/extensions/manifest_tests/init_invalid_script_match_item_invali d_2.json',
227 'test/data/extensions/manifest_tests/init_invalid_script_matches_empty.jso n',
228 'test/data/extensions/manifest_tests/init_invalid_script_matches_invalid.j son',
229 'test/data/extensions/manifest_tests/init_invalid_script_matches_missing.j son',
230 'test/data/extensions/manifest_tests/init_invalid_version_invalid.json',
231 'test/data/extensions/manifest_tests/init_invalid_version_missing.json',
232 'test/data/extensions/manifest_tests/init_valid_app_minimum_chrome.json',
233 'test/data/extensions/manifest_tests/init_valid_app_requirements.json',
234 'test/data/extensions/manifest_tests/init_valid_empty_page_actions.json',
235 'test/data/extensions/manifest_tests/init_valid_icon_size.json',
236 'test/data/extensions/manifest_tests/init_valid_minimal.json',
237 'test/data/extensions/manifest_tests/init_valid_minimum_chrome.json',
238 'test/data/extensions/manifest_tests/init_valid_name_no_rtl.json',
239 'test/data/extensions/manifest_tests/init_valid_name_strong_rtl.json',
240 'test/data/extensions/manifest_tests/init_valid_options.json',
241 'test/data/extensions/manifest_tests/init_valid_permissions.json',
242 'test/data/extensions/manifest_tests/init_valid_permissions_empty.json',
243 'test/data/extensions/manifest_tests/init_valid_permissions_unknown.json',
244 'test/data/extensions/manifest_tests/init_valid_platform_app.json',
245 'test/data/extensions/manifest_tests/intent_invalid_1.json',
246 'test/data/extensions/manifest_tests/intent_invalid_2.json',
247 'test/data/extensions/manifest_tests/intent_invalid_3.json',
248 'test/data/extensions/manifest_tests/intent_invalid_4.json',
249 'test/data/extensions/manifest_tests/intent_invalid_5.json',
250 'test/data/extensions/manifest_tests/intent_invalid_6.json',
251 'test/data/extensions/manifest_tests/intent_invalid_blank_action_extension .json',
252 'test/data/extensions/manifest_tests/intent_invalid_hosted_app_1.json',
253 'test/data/extensions/manifest_tests/intent_invalid_hosted_app_2.json',
254 'test/data/extensions/manifest_tests/intent_invalid_hosted_app_3.json',
255 'test/data/extensions/manifest_tests/intent_invalid_href_and_path.json',
256 'test/data/extensions/manifest_tests/intent_invalid_multi_href.json',
257 'test/data/extensions/manifest_tests/intent_invalid_packaged_app.json',
258 'test/data/extensions/manifest_tests/intent_invalid_type_element.json',
259 'test/data/extensions/manifest_tests/intent_valid.json',
260 'test/data/extensions/manifest_tests/intent_valid_2.json',
261 'test/data/extensions/manifest_tests/intent_valid_blank_action_hosted.json ',
262 'test/data/extensions/manifest_tests/intent_valid_blank_action_packaged.js on',
263 'test/data/extensions/manifest_tests/intent_valid_hosted_app.json',
264 'test/data/extensions/manifest_tests/intent_valid_minimal.json',
265 'test/data/extensions/manifest_tests/intent_valid_multi_href.json',
266 'test/data/extensions/manifest_tests/intent_valid_multitype.json',
267 'test/data/extensions/manifest_tests/intent_valid_using_href.json',
268 'test/data/extensions/manifest_tests/isolated_app_valid.json',
269 'test/data/extensions/manifest_tests/launch_container_invalid_type.json',
270 'test/data/extensions/manifest_tests/launch_container_invalid_value.json',
271 'test/data/extensions/manifest_tests/launch_container_without_launch_url.j son',
272 'test/data/extensions/manifest_tests/launch_default.json',
273 'test/data/extensions/manifest_tests/launch_height.json',
274 'test/data/extensions/manifest_tests/launch_height_invalid.json',
275 'test/data/extensions/manifest_tests/launch_height_negative.json',
276 'test/data/extensions/manifest_tests/launch_local_path.json',
277 'test/data/extensions/manifest_tests/launch_local_path_localized.json',
278 'test/data/extensions/manifest_tests/launch_panel.json',
279 'test/data/extensions/manifest_tests/launch_path_and_extent.json',
280 'test/data/extensions/manifest_tests/launch_path_and_url.json',
281 'test/data/extensions/manifest_tests/launch_path_invalid_localized.json',
282 'test/data/extensions/manifest_tests/launch_path_invalid_type.json',
283 'test/data/extensions/manifest_tests/launch_path_invalid_value.json',
284 'test/data/extensions/manifest_tests/launch_tab.json',
285 'test/data/extensions/manifest_tests/launch_url_invalid_localized.json',
286 'test/data/extensions/manifest_tests/launch_url_invalid_type_1.json',
287 'test/data/extensions/manifest_tests/launch_url_invalid_type_2.json',
288 'test/data/extensions/manifest_tests/launch_url_invalid_type_3.json',
289 'test/data/extensions/manifest_tests/launch_web_url_absolute.json',
290 'test/data/extensions/manifest_tests/launch_web_url_localized.json',
291 'test/data/extensions/manifest_tests/launch_web_url_relative.json',
292 'test/data/extensions/manifest_tests/launch_width.json',
293 'test/data/extensions/manifest_tests/launch_width_invalid.json',
294 'test/data/extensions/manifest_tests/launch_width_negative.json',
295 'test/data/extensions/manifest_tests/launch_window.json',
296 'test/data/extensions/manifest_tests/multiple_ui_surfaces.json',
297 'test/data/extensions/manifest_tests/normalize_icon_paths.json',
298 'test/data/extensions/manifest_tests/offline_default_packaged_app.json',
299 'test/data/extensions/manifest_tests/offline_disabled_packaged_app.json',
300 'test/data/extensions/manifest_tests/offline_enabled_extension.json',
301 'test/data/extensions/manifest_tests/offline_enabled_hosted_app.json',
302 'test/data/extensions/manifest_tests/offline_enabled_invalid.json',
303 'test/data/extensions/manifest_tests/offline_enabled_packaged_app.json',
304 'test/data/extensions/manifest_tests/old_unlimited_storage.json',
305 'test/data/extensions/manifest_tests/override_history.json',
306 'test/data/extensions/manifest_tests/override_invalid_page.json',
307 'test/data/extensions/manifest_tests/override_new_tab.json',
308 'test/data/extensions/manifest_tests/override_newtab_and_history.json',
309 'test/data/extensions/manifest_tests/packaged_app_absolute_options.json',
310 'test/data/extensions/manifest_tests/page_action_manifest_version_2.json',
311 'test/data/extensions/manifest_tests/page_action_manifest_version_2b.json' ,
312 'test/data/extensions/manifest_tests/permission_chrome_resources_url.json' ,
313 'test/data/extensions/manifest_tests/permission_chrome_url_invalid.json',
314 'test/data/extensions/manifest_tests/ports_in_content_scripts.json',
315 'test/data/extensions/manifest_tests/ports_in_permissions.json',
316 'test/data/extensions/manifest_tests/tabs_extension.json',
317 'test/data/extensions/manifest_tests/tts_engine_invalid_1.json',
318 'test/data/extensions/manifest_tests/tts_engine_invalid_2.json',
319 'test/data/extensions/manifest_tests/tts_engine_invalid_3.json',
320 'test/data/extensions/manifest_tests/tts_engine_invalid_4.json',
321 'test/data/extensions/manifest_tests/tts_engine_invalid_5.json',
322 'test/data/extensions/manifest_tests/tts_engine_invalid_6.json',
323 'test/data/extensions/manifest_tests/tts_engine_invalid_7.json',
324 'test/data/extensions/manifest_tests/tts_engine_invalid_8.json',
325 'test/data/extensions/manifest_tests/tts_engine_invalid_9.json',
326 'test/data/extensions/manifest_tests/tts_engine_valid.json',
327 'test/data/extensions/manifest_tests/update_url_invalid_1.json',
328 'test/data/extensions/manifest_tests/update_url_invalid_2.json',
329 'test/data/extensions/manifest_tests/update_url_invalid_3.json',
330 'test/data/extensions/manifest_tests/update_url_valid_1.json',
331 'test/data/extensions/manifest_tests/update_url_valid_2.json',
332 'test/data/extensions/manifest_tests/update_url_valid_3.json',
333 'test/data/extensions/manifest_tests/update_url_valid_4.json',
334 'test/data/extensions/manifest_tests/valid_app.json',
335 'test/data/extensions/manifest_tests/web_accessible_resources_1.json',
336 'test/data/extensions/manifest_tests/web_accessible_resources_2.json',
337 'test/data/extensions/manifest_tests/web_accessible_resources_3.json',
338 'test/data/extensions/manifest_tests/web_accessible_resources_4.json',
339 'test/data/extensions/manifest_tests/web_urls_default.json',
340 'test/data/extensions/manifest_tests/web_urls_has_port.json',
341 'test/data/extensions/manifest_tests/web_urls_invalid_1.json',
342 'test/data/extensions/manifest_tests/web_urls_invalid_2.json',
343 'test/data/extensions/manifest_tests/web_urls_invalid_3.json',
344 'test/data/extensions/manifest_tests/web_urls_invalid_4.json',
345 'test/data/extensions/manifest_tests/web_urls_invalid_5.json',
346 'test/data/extensions/manifest_tests/web_urls_wrong_type.json',
347 'test/data/extensions/not_an_extension.crx',
348 'test/data/extensions/openssl_privkey_asn1.pem',
349 'test/data/extensions/page_action.crx',
350 'test/data/extensions/permissions/content_script_all_urls.json',
351 'test/data/extensions/permissions/content_script_file_scheme.json',
352 'test/data/extensions/permissions/content_script_http_scheme.json',
353 'test/data/extensions/permissions/many-apis.json',
354 'test/data/extensions/permissions/many-hosts.json',
355 'test/data/extensions/permissions/permissions_all_urls.json',
356 'test/data/extensions/permissions/permissions_file_scheme.json',
357 'test/data/extensions/permissions/permissions_http_scheme.json',
358 'test/data/extensions/permissions/plugins.json',
359 'test/data/extensions/permissions/unknown.pem',
360 'test/data/extensions/permissions/whitelist.pem',
361 'test/data/extensions/theme.crx',
362 'test/data/extensions/theme2.crx',
363 'test/data/extensions/theme_i18n/manifest.json',
364 'test/data/extensions/theme_missing_image.crx',
365 'test/data/extensions/theme_with_extension.crx',
366 'test/data/extensions/unpacker/good_l10n.crx',
367 'test/data/extensions/unpacker/no_l10n.crx',
368 'test/data/extensions/user_script_basic.user.js',
369 'test/data/extensions/user_script_no_metadata.user.js',
370 'test/data/extensions/user_script_not_utf8.user.js',
371 'test/data/extensions/user_script_run_at_end.user.js',
372 'test/data/extensions/user_script_run_at_idle.user.js',
373 'test/data/extensions/user_script_run_at_start.user.js',
374 'test/data/firefox2_profile/cert8.db',
375 'test/data/firefox2_profile/key3.db',
376 'test/data/firefox3_pref.js',
377 'test/data/firefox3_pref_pac_url.js',
378 'test/data/firefox3_profile/cert8.db',
379 'test/data/firefox3_profile/key3.db',
380 'test/data/firefox3_profile/secmod.db',
381 'test/data/osdd/bogus.xml',
382 'test/data/osdd/dictionary.xml',
383 'test/data/osdd/firefox_ebay.xml',
384 'test/data/osdd/firefox_webster.xml',
385 'test/data/osdd/firefox_yahoo.xml',
386 'test/data/osdd/https.xml',
387 'test/data/osdd/msdn.xml',
388 'test/data/osdd/post.xml',
389 'test/data/osdd/post_suggestion.xml',
390 'test/data/osdd/url_with_no_attributes.xml',
391 'test/data/osdd/wikipedia.xml',
392 'test/data/printing/cloud_print_unittest.pdf',
393 'test/data/profiles/complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolm capmdofhmme/1.1/manifest.json',
394 'test/data/profiles/typical_history/Default/History',
395 'test/data/safe_browsing/download_protection/issuer.pem',
396 'test/data/safe_browsing/download_protection/test_c.pem',
397 'test/data/safe_browsing/download_protection/test_cn.pem',
398 'test/data/safe_browsing/download_protection/test_cn_o.pem',
399 'test/data/safe_browsing/download_protection/test_cn_o_ou.pem',
400 'test/data/safe_browsing/download_protection/test_cn_ou.pem',
401 'test/data/safe_browsing/download_protection/test_o.pem',
402 'test/data/safe_browsing/download_protection/test_o_ou.pem',
403 'test/data/safe_browsing/download_protection/test_ou.pem',
404 'test/data/serializer_nested_test.js',
405 'test/data/serializer_test.js',
406 'test/data/serializer_test_nowhitespace.js',
407 'test/data/simple_open_search.xml',
408 'test/data/title1.html',
409 'test/data/web_app_info/full.json',
410 'test/data/web_app_info/invalid_launch_url.json',
411 'test/data/web_app_info/invalid_urls.json',
412 'test/data/web_app_info/minimal.json',
413 'test/data/web_app_info/missing_name.json',
414 'test/data/webui/test_api.js',
415 'test/data/zip/create_test_zip.sh',
416 'test/data/zip/evil.zip',
417 'test/data/zip/evil_via_absolute_file_name.zip',
418 'test/data/zip/evil_via_invalid_utf8.zip',
419 'test/data/zip/test.zip',
420 'test/data/zip/test/foo.txt',
421 'test/data/zip/test/foo/bar.txt',
422 'test/data/zip/test_nocompress.zip',
423 'third_party/mock4js/mock4js.js',
424 ],
425 'isolate_dependency_untracked': [
426 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
427 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
428 'test/data/autofill/merge/input/',
429 'test/data/autofill/merge/output/',
430 'test/data/extensions/allow_silent_upgrade/',
431 'test/data/extensions/app/',
432 'test/data/extensions/app1/',
433 'test/data/extensions/app2/',
434 'test/data/extensions/app3/',
435 'test/data/extensions/app4/',
436 'test/data/extensions/bad/Extensions/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/1/',
437 'test/data/extensions/bad/Extensions/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Curr ent Version',
438 'test/data/extensions/bad/Extensions/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/1/',
439 'test/data/extensions/bad/Extensions/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/Curr ent Version',
440 'test/data/extensions/bad/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/ ',
441 'test/data/extensions/bad/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/Curr ent Version',
442 'test/data/extensions/bad/Extensions/cccccccccccccccccccccccccccccccc/',
443 'test/data/extensions/bad/Extensions/dddddddddddddddddddddddddddddddd/1.0/ ',
444 'test/data/extensions/bad/Extensions/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/1.0/ ',
445 'test/data/extensions/bad/bad_encoding/',
446 'test/data/extensions/effective_host_permissions/',
447 'test/data/extensions/empty_manifest/',
448 'test/data/extensions/extension_api_unittest/',
449 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/_locales/en/',
450 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/_locales/en_US/',
451 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/_locales/sr/',
452 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0 .0.0/js_files/',
453 'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0 /',
454 'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk/2/' ,
455 'test/data/extensions/image_loading_tracker/',
456 'test/data/extensions/l10n/cdakfjkehipfnofphlponafnbnglaafl/1.0/_locales/e n/',
457 'test/data/extensions/l10n/cdakfjkehipfnofphlponafnbnglaafl/1.0/_locales/s r/',
458 'test/data/extensions/l10n/jhkccedbcahooljabgejipmdkcojbijg/1.0/_locales/e n/',
459 'test/data/extensions/l10n/jhkccedbcahooljabgejipmdkcojbijg/1.0/_locales/s r/',
460 'test/data/extensions/l10n/lgpnlbnlajcjdkakbbnfcgkdfggonpic/1.0/',
461 'test/data/extensions/manifest_tests/_locales/en/',
462 'test/data/extensions/no_id/',
463 'test/data/extensions/override_component_extension/',
464 'test/data/extensions/page_action/',
465 'test/data/extensions/permissions/files/',
466 'test/data/extensions/permissions/unknown/',
467 'test/data/extensions/permissions/whitelist/',
468 'test/data/extensions/script_and_capture/',
469 'test/data/extensions/storage_quota/limited_quota/1.0/',
470 'test/data/extensions/storage_quota/unlimited_quota/1.0/',
471 'test/data/extensions/storage_quota/unlimited_quota/2.0/',
472 'test/data/extensions/theme_i18n/_locales/en/',
473 'test/data/extensions/ui/create_extension_detail_value_expected_output/',
474 'test/data/extensions/unpacked/',
475 'test/data/firefox2_importer/',
476 'test/data/http_pipelining/',
477 'test/data/json_schema_validator/',
478 'test/data/pref_service/',
479 'test/data/profiles/complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolm capmdofhmme/1.1/i/',
480 'test/data/top_sites/',
481 'test/data/web_database/',
482 'test/data/zip/test/foo/bar/',
483 ],
484 },
485 'conditions': [
486 ['OS=="linux"', {
487 'variables': {
488 'command': [
489 '../testing/xvfb.py',
490 '<(PRODUCT_DIR)',
491 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
492 ],
493 'isolate_dependency_tracked': [
494 '../net/data/ssl/certificates/google.single.der',
495 '../net/data/ssl/certificates/root_ca_cert.crt',
496 '../testing/xvfb.py',
497 '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py',
498 '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py',
499 '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py',
500 '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py',
501 '../third_party/tlslite/tlslite/utils/TripleDES.py',
502 '<(PRODUCT_DIR)/chrome.pak',
503 '<(PRODUCT_DIR)/pyproto/google/__init__.py',
504 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
505 ],
506 'isolate_dependency_untracked': [
507 'test/data/components/flapper/linux_x64/',
508 ],
509 },
510 }, {
511 'variables': {
512 'command': [
513 '../testing/test_env.py',
514 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
515 ],
516 },
517 }],
518 ['OS=="mac"', {
519 'variables': {
520 'isolate_dependency_tracked': [
521 'test/data/firefox2_nss_mac/libfreebl3.dylib',
522 'test/data/firefox2_nss_mac/libnspr4.dylib',
523 'test/data/firefox2_nss_mac/libnss3.dylib',
524 'test/data/firefox2_nss_mac/libplc4.dylib',
525 'test/data/firefox2_nss_mac/libplds4.dylib',
526 'test/data/firefox2_nss_mac/libsoftokn3.dylib',
527 'test/data/firefox3_nss_mac/libfreebl3.dylib',
528 'test/data/firefox3_nss_mac/libnspr4.dylib',
529 'test/data/firefox3_nss_mac/libnss3.dylib',
530 'test/data/firefox3_nss_mac/libnssdbm3.dylib',
531 'test/data/firefox3_nss_mac/libnssutil3.dylib',
532 'test/data/firefox3_nss_mac/libplc4.dylib',
533 'test/data/firefox3_nss_mac/libplds4.dylib',
534 'test/data/firefox3_nss_mac/libsoftokn3.dylib',
535 'test/data/firefox3_nss_mac/libsqlite3.dylib',
536 ],
537 'isolate_dependency_untracked': [
538 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Avat arMenuItem.nib',
539 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Book markAllTabs.nib',
540 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Book markBar.nib',
541 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Book markBarFolderWindow.nib',
542 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Book markBubble.nib',
543 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Book markEditor.nib',
544 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Book markNameFolder.nib',
545 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Brow serWindow.nib',
546 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Chro meToMobileBubble.nib',
547 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Cook ieDetailsView.nib',
548 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Down loadShelf.nib',
549 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Edit SearchEngine.nib',
550 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Exte nsionInstallPrompt.nib',
551 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Exte nsionInstallPromptInline.nib',
552 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Exte nsionInstallPromptNoWarnings.nib',
553 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Exte nsionInstalledBubble.nib',
554 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Find Bar.nib',
555 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Firs tRunBubble.nib',
556 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Full screenExitBubble.nib',
557 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Hung RendererDialog.nib',
558 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Info .plist',
559 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Info Bar.nib',
560 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Info BarContainer.nib',
561 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Noti fication.nib',
562 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/OneC lickSigninBubble.nib',
563 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/OneC lickSigninDialog.nib',
564 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Pane l.nib',
565 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Prev iewableContents.nib',
566 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/SadT ab.nib',
567 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/TabV iew.nib',
568 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Task Manager.nib',
569 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Tool bar.nib',
570 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Wren chMenu.nib',
571 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/alia sCursor.png',
572 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/app_ mode_loader.app/Contents/Info.plist',
573 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/app_ mode_loader.app/Contents/MacOS/',
574 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/app_ mode_loader.app/Contents/PkgInfo',
575 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/ball oon_wrench.pdf',
576 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/chro me.pak',
577 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/east WestResizeCursor.png',
578 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/en.l proj/',
579 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/find _next_Template.pdf',
580 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/find _prev_Template.pdf',
581 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/menu _hierarchy_arrow.pdf',
582 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/nav. pdf',
583 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/nort hEastSouthWestResizeCursor.png',
584 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/nort hSouthResizeCursor.png',
585 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/nort hWestSouthEastResizeCursor.png',
586 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/omni box_http.pdf',
587 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/prod uct_logo_32.png',
588 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/star .pdf',
589 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/them e_resources_standard.pak',
590 '<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/ui_r esources_standard.pak',
591 'test/data/components/flapper/mac/',
592 'test/data/extensions/install_prompt/',
593 'test/data/safari_import/Safari/',
594 ],
595 },
596 }, {
597 'variables': {
598 'isolate_dependency_tracked': [
599 '<(PRODUCT_DIR)/locales/en-US.pak',
600 '<(PRODUCT_DIR)/theme_resources_standard.pak',
601 '<(PRODUCT_DIR)/ui_resources_standard.pak',
602 'test/data/firefox2_profile/bookmarks.html',
603 'test/data/firefox2_profile/cookies.txt',
604 'test/data/firefox2_profile/history.dat',
605 'test/data/firefox2_profile/prefs.js',
606 'test/data/firefox2_profile/searchplugins/flickr-tags.xml',
607 'test/data/firefox2_profile/searchplugins/imdb.xml',
608 'test/data/firefox2_profile/searchplugins/webster.xml',
609 'test/data/firefox2_profile/signons2.txt',
610 'test/data/firefox2_searchplugins/amazondotcom.xml',
611 'test/data/firefox2_searchplugins/answers.xml',
612 'test/data/firefox2_searchplugins/creativecommons.xml',
613 'test/data/firefox2_searchplugins/eBay.xml',
614 'test/data/firefox2_searchplugins/google.xml',
615 'test/data/firefox2_searchplugins/yahoo.xml',
616 'test/data/firefox3_profile/cookies.sqlite',
617 'test/data/firefox3_profile/places.sqlite',
618 'test/data/firefox3_profile/prefs.js',
619 'test/data/firefox3_profile/search.sqlite',
620 'test/data/firefox3_profile/searchplugins/flickr-tags.xml',
621 'test/data/firefox3_profile/searchplugins/imdb.xml',
622 'test/data/firefox3_profile/searchplugins/webster.xml',
623 'test/data/firefox3_profile/signons3.txt',
624 'test/data/firefox3_searchplugins/amazondotcom.xml',
625 'test/data/firefox3_searchplugins/answers.xml',
626 'test/data/firefox3_searchplugins/creativecommons.xml',
627 'test/data/firefox3_searchplugins/eBay.xml',
628 'test/data/firefox3_searchplugins/google.xml',
629 'test/data/firefox3_searchplugins/wikipedia.xml',
630 'test/data/firefox3_searchplugins/yahoo.xml',
631 ],
632 'isolate_dependency_untracked': [
633 'test/data/firefox2_nss/',
634 'test/data/firefox35_profile/',
635 'test/data/firefox3_nss/',
636 ],
637 },
638 }],
639 ['OS=="win"', {
640 'variables': {
641 'isolate_dependency_tracked': [
642 '../ash/ash_export.h',
643 '../ash/launcher/background_animator.h',
644 '../ash/launcher/launcher_delegate.h',
645 '../ash/launcher/launcher_model_observer.h',
646 '../ash/launcher/launcher_types.h',
647 '../ash/shell_delegate.h',
648 '../ash/system/user/login_status.h',
649 '../ash/wm/shelf_auto_hide_behavior.h',
650 '../base/android/jni_helper.h',
651 '../base/mac/scoped_authorizationref.h',
652 '../chromeos/chromeos_export.h',
653 '../chromeos/dbus/bluetooth_adapter_client.h',
654 '../chromeos/dbus/bluetooth_agent_service_provider.h',
655 '../chromeos/dbus/bluetooth_device_client.h',
656 '../chromeos/dbus/bluetooth_manager_client.h',
657 '../chromeos/dbus/dbus_client_implementation_type.h',
658 '../chromeos/dbus/dbus_method_call_status.h',
659 '../chromeos/dbus/power_supply_status.h',
660 '../content/browser/accessibility/browser_accessibility_delegate_mac.h ',
661 '../content/browser/renderer_host/accelerated_surface_container_manage r_mac.h',
662 '../content/public/common/sandbox_type_mac.h',
663 '../dbus/object_path.h',
664 '../native_client/src/include/portability.h',
665 '../native_client/src/include/ref_counted.h',
666 '../net/base/network_config_watcher_mac.h',
667 '../ppapi/lib/gl/include/EGL/eglplatform.h',
668 '../ppapi/thunk/interfaces_postamble.h',
669 '../ppapi/thunk/interfaces_preamble.h',
670 '../sdch/open-vcdiff/src/google/format_extension_flags.h',
671 '../skia/config/SkUserConfig.h',
672 '../third_party/WebKit/Source/JavaScriptCore/heap/Handle.h',
673 '../third_party/WebKit/Source/JavaScriptCore/heap/HandleSet.h',
674 '../third_party/WebKit/Source/JavaScriptCore/heap/Weak.h',
675 '../third_party/WebKit/Source/JavaScriptCore/parser/SourceProviderCach e.h',
676 '../third_party/WebKit/Source/JavaScriptCore/runtime/ArgList.h',
677 '../third_party/WebKit/Source/JavaScriptCore/runtime/CachedTranscenden talFunction.h',
678 '../third_party/WebKit/Source/JavaScriptCore/runtime/ClassInfo.h',
679 '../third_party/WebKit/Source/JavaScriptCore/runtime/CommonIdentifiers .h',
680 '../third_party/WebKit/Source/JavaScriptCore/runtime/DateInstanceCache .h',
681 '../third_party/WebKit/Source/JavaScriptCore/runtime/Intrinsic.h',
682 '../third_party/WebKit/Source/JavaScriptCore/runtime/JSCell.h',
683 '../third_party/WebKit/Source/JavaScriptCore/runtime/JSString.h',
684 '../third_party/WebKit/Source/JavaScriptCore/runtime/NumericStrings.h' ,
685 '../third_party/WebKit/Source/JavaScriptCore/runtime/PropertySlot.h',
686 '../third_party/WebKit/Source/JavaScriptCore/runtime/PutPropertySlot.h ',
687 '../third_party/WebKit/Source/JavaScriptCore/runtime/SmallStrings.h',
688 '../third_party/WebKit/Source/JavaScriptCore/runtime/StorageBarrier.h' ,
689 '../third_party/WebKit/Source/JavaScriptCore/runtime/Structure.h',
690 '../third_party/WebKit/Source/JavaScriptCore/runtime/Terminator.h',
691 '../third_party/WebKit/Source/JavaScriptCore/runtime/TimeoutChecker.h' ,
692 '../third_party/WebKit/Source/JavaScriptCore/runtime/WeakRandom.h',
693 '../third_party/WebKit/Source/WTF/wtf/SimpleStats.h',
694 '../third_party/WebKit/Source/WTF/wtf/url/api/ParsedURL.h',
695 '../third_party/WebKit/Source/WebCore/platform/PODInterval.h',
696 '../third_party/angle/include/EGL/eglplatform.h',
697 '../third_party/angle/include/GLES2/gl2platform.h',
698 '../third_party/directxsdk/files/Include/d3d9caps.h',
699 '../third_party/directxsdk/files/Include/d3d9types.h',
700 '../third_party/directxsdk/files/Include/d3dx9.h',
701 '../third_party/directxsdk/files/Include/ddraw.h',
702 '../third_party/directxsdk/files/Include/dxdiag.h',
703 '../third_party/ffmpeg/libavcodec/version.h',
704 '../third_party/ffmpeg/libavformat/version.h',
705 '../third_party/ffmpeg/libavutil/attributes.h',
706 '../third_party/ffmpeg/libavutil/audioconvert.h',
707 '../third_party/ffmpeg/libavutil/common.h',
708 '../third_party/ffmpeg/libavutil/cpu.h',
709 '../third_party/ffmpeg/libavutil/dict.h',
710 '../third_party/ffmpeg/libavutil/error.h',
711 '../third_party/ffmpeg/libavutil/intfloat_readwrite.h',
712 '../third_party/ffmpeg/libavutil/pixfmt.h',
713 '../third_party/ffmpeg/libavutil/rational.h',
714 '../third_party/ffmpeg/libavutil/samplefmt.h',
715 '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFArguments.h',
716 '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFLog.h',
717 '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFMemFile.h',
718 '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFTestDriver.h',
719 '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFTestUtil.h',
720 '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFVersion.h',
721 '../third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GTFgl.h',
722 '../third_party/icu/public/common/unicode/urep.h',
723 '../third_party/icu/public/i18n/unicode/uldnames.h',
724 '../third_party/icu/public/i18n/unicode/unirepl.h',
725 '../third_party/icu/source/i18n/casetrn.h',
726 '../third_party/khronos/EGL/eglext.h',
727 '../third_party/khronos/EGL/eglplatform.h',
728 '../third_party/khronos/GLES2/gl2platform.h',
729 '../third_party/libjingle/source/talk/base/opensslidentity.h',
730 '../third_party/libjingle/source/talk/base/windowpicker.h',
731 '../third_party/libjingle/source/talk/session/phone/audioframe.h',
732 '../third_party/libjingle/source/talk/session/phone/fakevideocapturer. h',
733 '../third_party/libusb/libusb/os/poll_posix.h',
734 '../third_party/libusb/libusb/os/threads_posix.h',
735 '../third_party/libusb/libusb/os/threads_windows.h',
736 '../third_party/libwebp/webp/decode_vp8.h',
737 '../third_party/libwebp/webp/types.h',
738 '../third_party/libxml/src/triodef.h',
739 '../third_party/libxml/src/trionan.h',
740 '../third_party/mesa/MesaLib/include/GL/gl_mangle.h',
741 '../third_party/mesa/MesaLib/include/GL/glx_mangle.h',
742 '../third_party/mesa/MesaLib/include/GL/mesa_wgl.h',
743 '../third_party/mesa/MesaLib/include/GL/vms_x_fix.h',
744 '../third_party/mesa/MesaLib/src/mapi/mapi/mapi_tmp.h',
745 '../third_party/mesa/MesaLib/src/mesa/x86/common_x86_features.h',
746 '../third_party/platformsdk_win7/files/Include/DEVPKEY.H',
747 '../third_party/platformsdk_win7/files/Include/Dimm.h',
748 '../third_party/platformsdk_win7/files/Include/DispEx.h',
749 '../third_party/platformsdk_win7/files/Include/IPExport.h',
750 '../third_party/platformsdk_win7/files/Include/IPTypes.h',
751 '../third_party/platformsdk_win7/files/Include/Ime.h',
752 '../third_party/platformsdk_win7/files/Include/Iprtrmib.h',
753 '../third_party/platformsdk_win7/files/Include/IssPer16.h',
754 '../third_party/platformsdk_win7/files/Include/KsMedia.h',
755 '../third_party/platformsdk_win7/files/Include/LsaLookup.h',
756 '../third_party/platformsdk_win7/files/Include/Mshtmlc.h',
757 '../third_party/platformsdk_win7/files/Include/ObjSafe.h',
758 '../third_party/platformsdk_win7/files/Include/RichOle.h',
759 '../third_party/platformsdk_win7/files/Include/SecExt.h',
760 '../third_party/platformsdk_win7/files/Include/Sspi.h',
761 '../third_party/platformsdk_win7/files/Include/Tmschema.h',
762 '../third_party/platformsdk_win7/files/Include/WbemDisp.h',
763 '../third_party/platformsdk_win7/files/Include/WbemProv.h',
764 '../third_party/platformsdk_win7/files/Include/WbemTran.h',
765 '../third_party/platformsdk_win7/files/Include/amaudio.h',
766 '../third_party/platformsdk_win7/files/Include/amvideo.h',
767 '../third_party/platformsdk_win7/files/Include/audevcod.h',
768 '../third_party/platformsdk_win7/files/Include/audiosessiontypes.h',
769 '../third_party/platformsdk_win7/files/Include/control.h',
770 '../third_party/platformsdk_win7/files/Include/devpropdef.h',
771 '../third_party/platformsdk_win7/files/Include/dvdevcod.h',
772 '../third_party/platformsdk_win7/files/Include/eaptypes.h',
773 '../third_party/platformsdk_win7/files/Include/edevdefs.h',
774 '../third_party/platformsdk_win7/files/Include/endpointvolume.h',
775 '../third_party/platformsdk_win7/files/Include/errors.h',
776 '../third_party/platformsdk_win7/files/Include/evcode.h',
777 '../third_party/platformsdk_win7/files/Include/icftypes.h',
778 '../third_party/platformsdk_win7/files/Include/ifdef.h',
779 '../third_party/platformsdk_win7/files/Include/l2cmn.h',
780 '../third_party/platformsdk_win7/files/Include/mediaobj.h',
781 '../third_party/platformsdk_win7/files/Include/mfobjects.h',
782 '../third_party/platformsdk_win7/files/Include/mftransform.h',
783 '../third_party/platformsdk_win7/files/Include/msinkaut.h',
784 '../third_party/platformsdk_win7/files/Include/msstkppg.h',
785 '../third_party/platformsdk_win7/files/Include/netioapi.h',
786 '../third_party/platformsdk_win7/files/Include/nldef.h',
787 '../third_party/platformsdk_win7/files/Include/pciprop.h',
788 '../third_party/platformsdk_win7/files/Include/qosobjs.h',
789 '../third_party/platformsdk_win7/files/Include/sapi51.h',
790 '../third_party/platformsdk_win7/files/Include/sapi53.h',
791 '../third_party/platformsdk_win7/files/Include/sensorsapi.h',
792 '../third_party/platformsdk_win7/files/Include/spapidef.h',
793 '../third_party/platformsdk_win7/files/Include/strmif.h',
794 '../third_party/platformsdk_win7/files/Include/taskschd.h',
795 '../third_party/platformsdk_win7/files/Include/tcpestats.h',
796 '../third_party/platformsdk_win7/files/Include/uuids.h',
797 '../third_party/platformsdk_win7/files/Include/windot11.h',
798 '../third_party/platformsdk_win7/files/Include/wmscontext.h',
799 '../third_party/platformsdk_win7/files/Include/wmsevent.h',
800 '../third_party/python_26/DLLs/_hashlib.pyd',
801 '../third_party/python_26/DLLs/_socket.pyd',
802 '../third_party/python_26/DLLs/_ssl.pyd',
803 '../third_party/python_26/DLLs/pyexpat.pyd',
804 '../third_party/python_26/DLLs/select.pyd',
805 '../third_party/python_26/Lib/BaseHTTPServer.py',
806 '../third_party/python_26/Lib/SocketServer.py',
807 '../third_party/python_26/Lib/UserDict.py',
808 '../third_party/python_26/Lib/__future__.py',
809 '../third_party/python_26/Lib/_abcoll.py',
810 '../third_party/python_26/Lib/abc.py',
811 '../third_party/python_26/Lib/anydbm.py',
812 '../third_party/python_26/Lib/asynchat.py',
813 '../third_party/python_26/Lib/asyncore.py',
814 '../third_party/python_26/Lib/base64.py',
815 '../third_party/python_26/Lib/bisect.py',
816 '../third_party/python_26/Lib/cgi.py',
817 '../third_party/python_26/Lib/codecs.py',
818 '../third_party/python_26/Lib/collections.py',
819 '../third_party/python_26/Lib/copy.py',
820 '../third_party/python_26/Lib/copy_reg.py',
821 '../third_party/python_26/Lib/dbhash.py',
822 '../third_party/python_26/Lib/dumbdbm.py',
823 '../third_party/python_26/Lib/email/__init__.py',
824 '../third_party/python_26/Lib/email/_parseaddr.py',
825 '../third_party/python_26/Lib/email/base64mime.py',
826 '../third_party/python_26/Lib/email/encoders.py',
827 '../third_party/python_26/Lib/email/mime/__init__.py',
828 '../third_party/python_26/Lib/email/utils.py',
829 '../third_party/python_26/Lib/encodings/__init__.py',
830 '../third_party/python_26/Lib/encodings/aliases.py',
831 '../third_party/python_26/Lib/encodings/cp1252.py',
832 '../third_party/python_26/Lib/encodings/hex_codec.py',
833 '../third_party/python_26/Lib/fnmatch.py',
834 '../third_party/python_26/Lib/functools.py',
835 '../third_party/python_26/Lib/genericpath.py',
836 '../third_party/python_26/Lib/gettext.py',
837 '../third_party/python_26/Lib/glob.py',
838 '../third_party/python_26/Lib/hashlib.py',
839 '../third_party/python_26/Lib/heapq.py',
840 '../third_party/python_26/Lib/hmac.py',
841 '../third_party/python_26/Lib/httplib.py',
842 '../third_party/python_26/Lib/imaplib.py',
843 '../third_party/python_26/Lib/json/__init__.py',
844 '../third_party/python_26/Lib/json/decoder.py',
845 '../third_party/python_26/Lib/json/encoder.py',
846 '../third_party/python_26/Lib/json/scanner.py',
847 '../third_party/python_26/Lib/keyword.py',
848 '../third_party/python_26/Lib/linecache.py',
849 '../third_party/python_26/Lib/locale.py',
850 '../third_party/python_26/Lib/md5.py',
851 '../third_party/python_26/Lib/mimetools.py',
852 '../third_party/python_26/Lib/ntpath.py',
853 '../third_party/python_26/Lib/nturl2path.py',
854 '../third_party/python_26/Lib/optparse.py',
855 '../third_party/python_26/Lib/os.py',
856 '../third_party/python_26/Lib/poplib.py',
857 '../third_party/python_26/Lib/quopri.py',
858 '../third_party/python_26/Lib/random.py',
859 '../third_party/python_26/Lib/re.py',
860 '../third_party/python_26/Lib/rfc822.py',
861 '../third_party/python_26/Lib/sha.py',
862 '../third_party/python_26/Lib/shutil.py',
863 '../third_party/python_26/Lib/site-packages/google.pth',
864 '../third_party/python_26/Lib/site-packages/pywin32.pth',
865 '../third_party/python_26/Lib/site.py',
866 '../third_party/python_26/Lib/smtplib.py',
867 '../third_party/python_26/Lib/socket.py',
868 '../third_party/python_26/Lib/sre_compile.py',
869 '../third_party/python_26/Lib/sre_constants.py',
870 '../third_party/python_26/Lib/sre_parse.py',
871 '../third_party/python_26/Lib/ssl.py',
872 '../third_party/python_26/Lib/stat.py',
873 '../third_party/python_26/Lib/string.py',
874 '../third_party/python_26/Lib/struct.py',
875 '../third_party/python_26/Lib/tarfile.py',
876 '../third_party/python_26/Lib/tempfile.py',
877 '../third_party/python_26/Lib/textwrap.py',
878 '../third_party/python_26/Lib/threading.py',
879 '../third_party/python_26/Lib/traceback.py',
880 '../third_party/python_26/Lib/types.py',
881 '../third_party/python_26/Lib/urllib.py',
882 '../third_party/python_26/Lib/urlparse.py',
883 '../third_party/python_26/Lib/warnings.py',
884 '../third_party/python_26/Lib/xml/__init__.py',
885 '../third_party/python_26/Lib/xml/dom/NodeFilter.py',
886 '../third_party/python_26/Lib/xml/dom/__init__.py',
887 '../third_party/python_26/Lib/xml/dom/domreg.py',
888 '../third_party/python_26/Lib/xml/dom/minicompat.py',
889 '../third_party/python_26/Lib/xml/dom/minidom.py',
890 '../third_party/python_26/Lib/xml/dom/xmlbuilder.py',
891 '../third_party/python_26/Lib/xml/sax/__init__.py',
892 '../third_party/python_26/Lib/xml/sax/_exceptions.py',
893 '../third_party/python_26/Lib/xml/sax/handler.py',
894 '../third_party/python_26/Lib/xml/sax/saxutils.py',
895 '../third_party/python_26/Lib/xml/sax/xmlreader.py',
896 '../third_party/python_26/Lib/xmlrpclib.py',
897 '../third_party/python_26/python.exe',
898 '../third_party/python_26/python26.dll',
899 '../third_party/skia/include/config/sk_stdint.h',
900 '../third_party/skia/include/core/SkPostConfig.h',
901 '../third_party/tcmalloc/chromium/src/base/linux_syscall_support.h',
902 '../third_party/tcmalloc/chromium/src/base/vdso_support.h',
903 '../third_party/tcmalloc/chromium/src/linux_shadow_stacks.h',
904 '../third_party/webrtc/modules/audio_device/main/source/win/audio_mixe r_manager_win.h',
905 '../third_party/webrtc/modules/video_coding/codecs/interface/video_err or_codes.h',
906 '../third_party/webrtc/modules/video_render/main/source/android/video_ render_opengles20.h',
907 '../third_party/webrtc/modules/video_render/main/source/windows/i_vide o_render_win.h',
908 '../third_party/webrtc/system_wrappers/source/spreadsortlib/constants. hpp',
909 '../third_party/wtl/include/atlctrlw.h',
910 '../third_party/wtl/include/atldlgs.h',
911 '../third_party/wtl/include/atlgdi.h',
912 '../third_party/wtl/include/atlprint.h',
913 '../third_party/wtl/include/atlres.h',
914 '../third_party/wtl/include/atlresce.h',
915 '../third_party/wtl/include/atlscrl.h',
916 '../third_party/wtl/include/atluser.h',
917 '../third_party/wtl/include/atlwinx.h',
918 '../third_party/yasm/source/patched-yasm/libyasm/listfmt.h',
919 '../third_party/yasm/source/patched-yasm/libyasm/module.h',
920 '../third_party/yasm/source/patched-yasm/libyasm/parser.h',
921 '../third_party/yasm/source/patched-yasm/libyasm/preproc.h',
922 '../third_party/yasm/source/patched-yasm/tools/re2c/basics.h',
923 '../third_party/yasm/source/patched-yasm/tools/re2c/re.h',
924 '../third_party/yasm/source/patched-yasm/tools/re2c/token.h',
925 '../ui/aura/aura_export.h',
926 '../ui/aura/client/activation_client.h',
927 '../ui/aura/client/activation_delegate.h',
928 '../ui/aura/client/drag_drop_delegate.h',
929 '../ui/aura/client/stacking_client.h',
930 '../ui/aura/client/visibility_client.h',
931 '../ui/aura/client/window_types.h',
932 '../ui/aura/focus_manager.h',
933 '../ui/aura/root_window_observer.h',
934 '../ui/aura/window_delegate.h',
935 '../ui/aura/window_observer.h',
936 '../ui/base/cocoa/base_view.h',
937 '../ui/base/gtk/focus_store_gtk.h',
938 '../ui/base/gtk/owned_widget_gtk.h',
939 '../ui/views/widget/native_widget_helper_aura.h',
940 '../v8/src/arm/lithium-gap-resolver-arm.h',
941 '../v8/src/arm/simulator-arm.h',
942 '../v8/src/ia32/simulator-ia32.h',
943 '../v8/src/mips/lithium-gap-resolver-mips.h',
944 '../v8/src/mips/simulator-mips.h',
945 '../v8/src/x64/lithium-gap-resolver-x64.h',
946 '../v8/src/x64/simulator-x64.h',
947 '../webkit/plugins/npapi/webplugin_accelerated_surface_mac.h',
948 '<(PRODUCT_DIR)/icudt.dll',
949 '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/chrome/browser/feed back/proto/chrome.pb.h',
950 '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/chrome/browser/feed back/proto/dom.pb.h',
951 '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/chrome/browser/feed back/proto/web.pb.h',
952 '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/chrome/browser/poli cy/proto/chrome_device_policy.pb.h',
953 '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/sync/protocol/clien t_commands.pb.h',
954 '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/sync/protocol/clien t_debug_info.pb.h',
955 '<(PRODUCT_DIR)/obj/global_intermediate/protoc_out/sync/protocol/get_u pdates_caller_info.pb.h',
956 '<(PRODUCT_DIR)/obj/global_intermediate/webcore_headers/FloatSize.h',
957 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8AudioProcess ingEvent.h',
958 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8AudioSourceN ode.h',
959 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8BatteryManag er.h',
960 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8BeforeLoadEv ent.h',
961 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8CanvasRender ingContext.h',
962 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8CharacterDat a.h',
963 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8CloseEvent.h ',
964 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8CompositionE vent.h',
965 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8CustomEvent. h',
966 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8DOMApplicati onCache.h',
967 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8DeprecatedPe erConnection.h',
968 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8ErrorEvent.h ',
969 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8EventExcepti on.h',
970 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8EventSource. h',
971 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8FileExceptio n.h',
972 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8FileWriter.h ',
973 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8HashChangeEv ent.h',
974 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8IDBDatabaseE xception.h',
975 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8IDBRequest.h ',
976 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8IDBVersionCh angeEvent.h',
977 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8IDBVersionCh angeRequest.h',
978 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8JavaScriptAu dioNode.h',
979 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8KeyboardEven t.h',
980 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8LocalMediaSt ream.h',
981 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8MediaKeyEven t.h',
982 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8MediaStream. h',
983 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8MediaStreamE vent.h',
984 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8MutationEven t.h',
985 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8OfflineAudio CompletionEvent.h',
986 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8OperationNot AllowedException.h',
987 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8OverflowEven t.h',
988 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8PageTransiti onEvent.h',
989 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8PeerConnecti on00.h',
990 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8ProgressEven t.h',
991 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8RangeExcepti on.h',
992 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SQLException .h',
993 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SVGElementIn stance.h',
994 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SVGException .h',
995 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SVGZoomEvent .h',
996 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SharedWorker .h',
997 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SpeechInputE vent.h',
998 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SpeechRecogn ition.h',
999 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8SpeechRecogn itionEvent.h',
1000 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8StorageEvent .h',
1001 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8TextEvent.h' ,
1002 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8TextTrackCue .h',
1003 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8TextTrackLis t.h',
1004 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8TouchEvent.h ',
1005 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8UIEvent.h',
1006 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8WebGLContext Event.h',
1007 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8WebKitAnimat ionEvent.h',
1008 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8WebKitTransi tionEvent.h',
1009 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8WheelEvent.h ',
1010 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8XMLHttpReque stException.h',
1011 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8XMLHttpReque stProgressEvent.h',
1012 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8XMLHttpReque stUpload.h',
1013 '<(PRODUCT_DIR)/obj/global_intermediate/webkit/bindings/V8XPathExcepti on.h',
1014 'browser/certificate_manager_model.h',
1015 'browser/chromeos/cros/cros_network_functions.h',
1016 'browser/chromeos/cros/network_constants.h',
1017 'browser/chromeos/cros/network_ui_data.h',
1018 'browser/chromeos/cros_settings_provider.h',
1019 'browser/chromeos/device_hierarchy_observer.h',
1020 'browser/chromeos/disks/disk_mount_manager.h',
1021 'browser/chromeos/gdata/gdata_file_system.h',
1022 'browser/chromeos/gdata/gdata_operation_registry.h',
1023 'browser/chromeos/input_method/ibus_ui_controller.h',
1024 'browser/chromeos/input_method/input_method_config.h',
1025 'browser/chromeos/input_method/input_method_engine.h',
1026 'browser/chromeos/input_method/input_method_property.h',
1027 'browser/chromeos/input_method/input_method_util.h',
1028 'browser/chromeos/input_method/mock_xkeyboard.h',
1029 'browser/chromeos/language_preferences.h',
1030 'browser/chromeos/login/camera_controller.h',
1031 'browser/chromeos/login/login_display.h',
1032 'browser/chromeos/login/login_display_host.h',
1033 'browser/chromeos/login/oobe_display.h',
1034 'browser/chromeos/login/ownership_status_checker.h',
1035 'browser/chromeos/login/screen_observer.h',
1036 'browser/chromeos/login/signed_settings.h',
1037 'browser/chromeos/login/take_photo_view.h',
1038 'browser/chromeos/login/user.h',
1039 'browser/chromeos/login/wizard_screen.h',
1040 'browser/chromeos/offline/offline_load_page.h',
1041 'browser/chromeos/system/timezone_settings.h',
1042 'browser/history/android/android_history_types.h',
1043 'browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h',
1044 'browser/ui/gtk/bubble/bubble_gtk.h',
1045 'browser/ui/gtk/constrained_window_gtk.h',
1046 'browser/ui/gtk/menu_bar_helper.h',
1047 'browser/ui/gtk/tabs/tab_renderer_gtk.h',
1048 'browser/ui/views/ash/launcher/launcher_favicon_loader.h',
1049 'test/data/safe_browsing/download_protection/signed.exe',
1050 'test/data/safe_browsing/download_protection/unsigned.exe',
1051 'test/data/safe_browsing/download_protection/wow_helper.exe',
1052 ],
1053 'isolate_dependency_untracked': [
1054 '../ppapi/lib/gl/include/KHR/',
1055 '../third_party/python_26/Lib/xml/parsers/',
1056 '../ui/base/glib/',
1057 '<(PRODUCT_DIR)/extensions/',
1058 'test/data/components/flapper/windows/',
1059 ],
1060 },
1061 }, {
1062 'variables': {
1063 'isolate_dependency_tracked': [
1064 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py',
1065 'test/data/extensions/unpacker/empty_default_locale.crx',
1066 'test/data/extensions/unpacker/has_default_missing_locales.crx',
1067 'test/data/extensions/unpacker/invalid_default_locale.crx',
1068 'test/data/extensions/unpacker/invalid_messages_file.crx',
1069 'test/data/extensions/unpacker/missing_default_data.crx',
1070 'test/data/extensions/unpacker/missing_default_has_locales.crx',
1071 'test/data/extensions/unpacker/missing_messages_file.crx',
1072 'test/data/extensions/unpacker/no_locale_data.crx',
1073 ],
1074 },
1075 }],
1076 ],
1077 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698