blob: 184074a0feff5fb389a0117e7312fb0627a04340 [file] [log] [blame]
[email protected]2b95d7b2012-05-01 13:32:121# 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': [
[email protected]f216b7e82012-12-07 17:09:297 '../base/prefs/test/data/pref_service/invalid.json',
8 '../base/prefs/test/data/pref_service/read.json',
9 '../base/prefs/test/data/pref_service/read.need_empty_value.json',
10 '../base/prefs/test/data/pref_service/write.golden.json',
11 '../base/prefs/test/data/pref_service/write.golden.need_empty_value.json',
[email protected]2b95d7b2012-05-01 13:32:1212 '../net/data/ssl/certificates/expired_cert.pem',
13 '../net/data/ssl/certificates/test_mail_google_com.pem',
14 '../net/data/ssl/certificates/unittest.originbound.der',
15 '../net/data/ssl/certificates/unittest.originbound.key.der',
16 '../net/tools/testserver/asn1.py',
17 '../net/tools/testserver/echo_message.py',
18 '../net/tools/testserver/minica.py',
19 '../net/tools/testserver/testserver.py',
[email protected]753c8b1782012-11-16 00:00:3720 '../net/tools/testserver/testserver_base.py',
[email protected]2b95d7b2012-05-01 13:32:1221 '../testing/test_env.py',
[email protected]2b95d7b2012-05-01 13:32:1222 '../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
23 '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
[email protected]dc0fd5f02012-10-29 16:49:2324 '../third_party/pywebsocket/src/mod_pywebsocket/__init__.py',
25 '../third_party/pywebsocket/src/mod_pywebsocket/_stream_base.py',
26 '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hixie75.py',
27 '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hybi.py',
28 '../third_party/pywebsocket/src/mod_pywebsocket/common.py',
29 '../third_party/pywebsocket/src/mod_pywebsocket/dispatch.py',
30 '../third_party/pywebsocket/src/mod_pywebsocket/extensions.py',
31 '../third_party/pywebsocket/src/mod_pywebsocket/http_header_util.py',
32 '../third_party/pywebsocket/src/mod_pywebsocket/memorizingfile.py',
33 '../third_party/pywebsocket/src/mod_pywebsocket/msgutil.py',
34 '../third_party/pywebsocket/src/mod_pywebsocket/mux.py',
35 '../third_party/pywebsocket/src/mod_pywebsocket/standalone.py',
36 '../third_party/pywebsocket/src/mod_pywebsocket/stream.py',
37 '../third_party/pywebsocket/src/mod_pywebsocket/util.py',
[email protected]2b95d7b2012-05-01 13:32:1238 '../third_party/tlslite/tlslite/BaseDB.py',
39 '../third_party/tlslite/tlslite/Checker.py',
40 '../third_party/tlslite/tlslite/FileObject.py',
41 '../third_party/tlslite/tlslite/HandshakeSettings.py',
42 '../third_party/tlslite/tlslite/Session.py',
43 '../third_party/tlslite/tlslite/SessionCache.py',
44 '../third_party/tlslite/tlslite/SharedKeyDB.py',
45 '../third_party/tlslite/tlslite/TLSConnection.py',
46 '../third_party/tlslite/tlslite/TLSRecordLayer.py',
47 '../third_party/tlslite/tlslite/VerifierDB.py',
48 '../third_party/tlslite/tlslite/X509.py',
49 '../third_party/tlslite/tlslite/X509CertChain.py',
50 '../third_party/tlslite/tlslite/__init__.py',
51 '../third_party/tlslite/tlslite/api.py',
52 '../third_party/tlslite/tlslite/constants.py',
53 '../third_party/tlslite/tlslite/errors.py',
54 '../third_party/tlslite/tlslite/integration/AsyncStateMachine.py',
55 '../third_party/tlslite/tlslite/integration/ClientHelper.py',
56 '../third_party/tlslite/tlslite/integration/HTTPTLSConnection.py',
57 '../third_party/tlslite/tlslite/integration/IMAP4_TLS.py',
58 '../third_party/tlslite/tlslite/integration/POP3_TLS.py',
59 '../third_party/tlslite/tlslite/integration/SMTP_TLS.py',
60 '../third_party/tlslite/tlslite/integration/TLSAsyncDispatcherMixIn.py',
61 '../third_party/tlslite/tlslite/integration/TLSSocketServerMixIn.py',
62 '../third_party/tlslite/tlslite/integration/XMLRPCTransport.py',
63 '../third_party/tlslite/tlslite/integration/__init__.py',
64 '../third_party/tlslite/tlslite/mathtls.py',
65 '../third_party/tlslite/tlslite/messages.py',
66 '../third_party/tlslite/tlslite/utils/AES.py',
67 '../third_party/tlslite/tlslite/utils/ASN1Parser.py',
68 '../third_party/tlslite/tlslite/utils/Python_AES.py',
69 '../third_party/tlslite/tlslite/utils/Python_RC4.py',
70 '../third_party/tlslite/tlslite/utils/Python_RSAKey.py',
71 '../third_party/tlslite/tlslite/utils/RC4.py',
72 '../third_party/tlslite/tlslite/utils/RSAKey.py',
73 '../third_party/tlslite/tlslite/utils/__init__.py',
74 '../third_party/tlslite/tlslite/utils/cipherfactory.py',
75 '../third_party/tlslite/tlslite/utils/codec.py',
76 '../third_party/tlslite/tlslite/utils/compat.py',
77 '../third_party/tlslite/tlslite/utils/cryptomath.py',
78 '../third_party/tlslite/tlslite/utils/hmac.py',
79 '../third_party/tlslite/tlslite/utils/keyfactory.py',
80 '../third_party/tlslite/tlslite/utils/rijndael.py',
81 '../third_party/tlslite/tlslite/utils/xmltools.py',
[email protected]47ddf3372012-11-08 18:24:1482 '../tools/swarm_client/run_isolated.py',
[email protected]2b8b90f9a2012-10-04 00:41:2783 '../tools/swarm_client/run_test_cases.py',
[email protected]2b95d7b2012-05-01 13:32:1284 '<(PRODUCT_DIR)/resources.pak',
85 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
[email protected]2b95d7b2012-05-01 13:32:1286 'third_party/mock4js/mock4js.js',
87 ],
88 'isolate_dependency_untracked': [
[email protected]f93866b2013-01-17 15:48:5789 '../third_party/hunspell_dictionaries/',
[email protected]dc0fd5f02012-10-29 16:49:2390 '../third_party/pywebsocket/src/mod_pywebsocket/handshake/',
[email protected]950c80c2012-12-05 19:12:5891 'test/data/',
[email protected]1914dfd2012-07-13 14:47:1892 ],
[email protected]2b95d7b2012-05-01 13:32:1293 },
94 'conditions': [
95 ['OS=="linux"', {
96 'variables': {
97 'command': [
98 '../testing/xvfb.py',
99 '<(PRODUCT_DIR)',
[email protected]2b8b90f9a2012-10-04 00:41:27100 '../tools/swarm_client/run_test_cases.py',
[email protected]2b95d7b2012-05-01 13:32:12101 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
102 ],
103 'isolate_dependency_tracked': [
104 '../net/data/ssl/certificates/google.single.der',
[email protected]62025002012-06-15 19:03:03105 '../net/data/ssl/certificates/ndn.ca.crt',
[email protected]2b95d7b2012-05-01 13:32:12106 '../net/data/ssl/certificates/root_ca_cert.crt',
107 '../testing/xvfb.py',
108 '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py',
109 '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py',
110 '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py',
111 '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py',
112 '../third_party/tlslite/tlslite/utils/TripleDES.py',
113 '<(PRODUCT_DIR)/chrome.pak',
[email protected]7636a1b2012-07-06 00:24:16114 '<(PRODUCT_DIR)/libffmpegsumo.so',
[email protected]ef818502012-12-06 23:20:55115 '<(PRODUCT_DIR)/locales/fr.pak',
[email protected]2b95d7b2012-05-01 13:32:12116 '<(PRODUCT_DIR)/pyproto/google/__init__.py',
117 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
118 ],
119 'isolate_dependency_untracked': [
[email protected]3acb1c3c2012-10-11 13:58:19120 '<(PRODUCT_DIR)/test_data/',
[email protected]2b95d7b2012-05-01 13:32:12121 ],
[email protected]6589f222012-09-18 19:09:40122 'isolate_dependency_touched': [
[email protected]ce1f8b12012-11-08 23:47:13123 '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so',
[email protected]6589f222012-09-18 19:09:40124 ],
[email protected]2b95d7b2012-05-01 13:32:12125 },
126 }, {
127 'variables': {
128 'command': [
129 '../testing/test_env.py',
[email protected]2b8b90f9a2012-10-04 00:41:27130 '../tools/swarm_client/run_test_cases.py',
[email protected]2b95d7b2012-05-01 13:32:12131 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
132 ],
[email protected]0fb638372012-07-18 13:19:10133 'isolate_dependency_untracked': [
[email protected]b1586302012-11-04 03:29:45134 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
[email protected]b1586302012-11-04 03:29:45135 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
[email protected]0fb638372012-07-18 13:19:10136 ],
[email protected]2b95d7b2012-05-01 13:32:12137 },
138 }],
139 ['OS=="mac"', {
140 'variables': {
141 'isolate_dependency_tracked': [
[email protected]7636a1b2012-07-06 00:24:16142 '<(PRODUCT_DIR)/ffmpegsumo.so',
[email protected]2b95d7b2012-05-01 13:32:12143 ],
144 'isolate_dependency_untracked': [
[email protected]67a44ef2012-06-23 01:40:13145 '<(PRODUCT_DIR)/Chromium Framework.framework/',
[email protected]2dfb8082012-10-23 18:43:00146 ],
[email protected]2b95d7b2012-05-01 13:32:12147 },
148 }, {
149 'variables': {
150 'isolate_dependency_tracked': [
[email protected]71ae9ca2012-09-05 21:39:14151 '<(PRODUCT_DIR)/chrome_100_percent.pak',
[email protected]2b95d7b2012-05-01 13:32:12152 '<(PRODUCT_DIR)/locales/en-US.pak',
[email protected]2b95d7b2012-05-01 13:32:12153 ],
[email protected]4b0985b2013-01-23 17:38:55154 'isolate_dependency_untracked': [
155 '../third_party/accessibility-developer-tools/gen/',
156 ],
[email protected]2b95d7b2012-05-01 13:32:12157 },
158 }],
159 ['OS=="win"', {
160 'variables': {
161 'isolate_dependency_tracked': [
[email protected]2b95d7b2012-05-01 13:32:12162 '../third_party/python_26/DLLs/_hashlib.pyd',
163 '../third_party/python_26/DLLs/_socket.pyd',
164 '../third_party/python_26/DLLs/_ssl.pyd',
165 '../third_party/python_26/DLLs/pyexpat.pyd',
166 '../third_party/python_26/DLLs/select.pyd',
167 '../third_party/python_26/Lib/BaseHTTPServer.py',
[email protected]dc0fd5f02012-10-29 16:49:23168 '../third_party/python_26/Lib/CGIHTTPServer.py',
169 '../third_party/python_26/Lib/ConfigParser.py',
170 '../third_party/python_26/Lib/Queue.py',
171 '../third_party/python_26/Lib/SimpleHTTPServer.py',
[email protected]2b95d7b2012-05-01 13:32:12172 '../third_party/python_26/Lib/SocketServer.py',
[email protected]dc0fd5f02012-10-29 16:49:23173 '../third_party/python_26/Lib/StringIO.py',
[email protected]2b95d7b2012-05-01 13:32:12174 '../third_party/python_26/Lib/UserDict.py',
175 '../third_party/python_26/Lib/__future__.py',
176 '../third_party/python_26/Lib/_abcoll.py',
177 '../third_party/python_26/Lib/abc.py',
178 '../third_party/python_26/Lib/anydbm.py',
179 '../third_party/python_26/Lib/asynchat.py',
180 '../third_party/python_26/Lib/asyncore.py',
[email protected]dc0fd5f02012-10-29 16:49:23181 '../third_party/python_26/Lib/atexit.py',
[email protected]2b95d7b2012-05-01 13:32:12182 '../third_party/python_26/Lib/base64.py',
183 '../third_party/python_26/Lib/bisect.py',
184 '../third_party/python_26/Lib/cgi.py',
185 '../third_party/python_26/Lib/codecs.py',
186 '../third_party/python_26/Lib/collections.py',
187 '../third_party/python_26/Lib/copy.py',
188 '../third_party/python_26/Lib/copy_reg.py',
189 '../third_party/python_26/Lib/dbhash.py',
190 '../third_party/python_26/Lib/dumbdbm.py',
191 '../third_party/python_26/Lib/email/__init__.py',
192 '../third_party/python_26/Lib/email/_parseaddr.py',
193 '../third_party/python_26/Lib/email/base64mime.py',
[email protected]dc0fd5f02012-10-29 16:49:23194 '../third_party/python_26/Lib/email/charset.py',
[email protected]2b95d7b2012-05-01 13:32:12195 '../third_party/python_26/Lib/email/encoders.py',
[email protected]dc0fd5f02012-10-29 16:49:23196 '../third_party/python_26/Lib/email/errors.py',
197 '../third_party/python_26/Lib/email/feedparser.py',
198 '../third_party/python_26/Lib/email/iterators.py',
199 '../third_party/python_26/Lib/email/message.py',
[email protected]2b95d7b2012-05-01 13:32:12200 '../third_party/python_26/Lib/email/mime/__init__.py',
[email protected]dc0fd5f02012-10-29 16:49:23201 '../third_party/python_26/Lib/email/parser.py',
202 '../third_party/python_26/Lib/email/quoprimime.py',
[email protected]2b95d7b2012-05-01 13:32:12203 '../third_party/python_26/Lib/email/utils.py',
204 '../third_party/python_26/Lib/encodings/__init__.py',
205 '../third_party/python_26/Lib/encodings/aliases.py',
206 '../third_party/python_26/Lib/encodings/cp1252.py',
207 '../third_party/python_26/Lib/encodings/hex_codec.py',
208 '../third_party/python_26/Lib/fnmatch.py',
209 '../third_party/python_26/Lib/functools.py',
210 '../third_party/python_26/Lib/genericpath.py',
211 '../third_party/python_26/Lib/gettext.py',
212 '../third_party/python_26/Lib/glob.py',
213 '../third_party/python_26/Lib/hashlib.py',
214 '../third_party/python_26/Lib/heapq.py',
215 '../third_party/python_26/Lib/hmac.py',
216 '../third_party/python_26/Lib/httplib.py',
217 '../third_party/python_26/Lib/imaplib.py',
218 '../third_party/python_26/Lib/json/__init__.py',
219 '../third_party/python_26/Lib/json/decoder.py',
220 '../third_party/python_26/Lib/json/encoder.py',
221 '../third_party/python_26/Lib/json/scanner.py',
222 '../third_party/python_26/Lib/keyword.py',
223 '../third_party/python_26/Lib/linecache.py',
224 '../third_party/python_26/Lib/locale.py',
[email protected]dc0fd5f02012-10-29 16:49:23225 '../third_party/python_26/Lib/logging/__init__.py',
226 '../third_party/python_26/Lib/logging/handlers.py',
[email protected]2b95d7b2012-05-01 13:32:12227 '../third_party/python_26/Lib/md5.py',
228 '../third_party/python_26/Lib/mimetools.py',
[email protected]dc0fd5f02012-10-29 16:49:23229 '../third_party/python_26/Lib/mimetypes.py',
[email protected]2b95d7b2012-05-01 13:32:12230 '../third_party/python_26/Lib/ntpath.py',
231 '../third_party/python_26/Lib/nturl2path.py',
232 '../third_party/python_26/Lib/optparse.py',
233 '../third_party/python_26/Lib/os.py',
234 '../third_party/python_26/Lib/poplib.py',
[email protected]dc0fd5f02012-10-29 16:49:23235 '../third_party/python_26/Lib/posixpath.py',
[email protected]2b95d7b2012-05-01 13:32:12236 '../third_party/python_26/Lib/quopri.py',
237 '../third_party/python_26/Lib/random.py',
238 '../third_party/python_26/Lib/re.py',
239 '../third_party/python_26/Lib/rfc822.py',
240 '../third_party/python_26/Lib/sha.py',
241 '../third_party/python_26/Lib/shutil.py',
242 '../third_party/python_26/Lib/site-packages/google.pth',
243 '../third_party/python_26/Lib/site-packages/pywin32.pth',
244 '../third_party/python_26/Lib/site.py',
245 '../third_party/python_26/Lib/smtplib.py',
246 '../third_party/python_26/Lib/socket.py',
247 '../third_party/python_26/Lib/sre_compile.py',
248 '../third_party/python_26/Lib/sre_constants.py',
249 '../third_party/python_26/Lib/sre_parse.py',
250 '../third_party/python_26/Lib/ssl.py',
251 '../third_party/python_26/Lib/stat.py',
252 '../third_party/python_26/Lib/string.py',
253 '../third_party/python_26/Lib/struct.py',
254 '../third_party/python_26/Lib/tarfile.py',
255 '../third_party/python_26/Lib/tempfile.py',
256 '../third_party/python_26/Lib/textwrap.py',
257 '../third_party/python_26/Lib/threading.py',
258 '../third_party/python_26/Lib/traceback.py',
259 '../third_party/python_26/Lib/types.py',
260 '../third_party/python_26/Lib/urllib.py',
261 '../third_party/python_26/Lib/urlparse.py',
[email protected]dc0fd5f02012-10-29 16:49:23262 '../third_party/python_26/Lib/uu.py',
[email protected]2b95d7b2012-05-01 13:32:12263 '../third_party/python_26/Lib/warnings.py',
264 '../third_party/python_26/Lib/xml/__init__.py',
265 '../third_party/python_26/Lib/xml/dom/NodeFilter.py',
266 '../third_party/python_26/Lib/xml/dom/__init__.py',
267 '../third_party/python_26/Lib/xml/dom/domreg.py',
268 '../third_party/python_26/Lib/xml/dom/minicompat.py',
269 '../third_party/python_26/Lib/xml/dom/minidom.py',
270 '../third_party/python_26/Lib/xml/dom/xmlbuilder.py',
271 '../third_party/python_26/Lib/xml/sax/__init__.py',
272 '../third_party/python_26/Lib/xml/sax/_exceptions.py',
273 '../third_party/python_26/Lib/xml/sax/handler.py',
274 '../third_party/python_26/Lib/xml/sax/saxutils.py',
275 '../third_party/python_26/Lib/xml/sax/xmlreader.py',
276 '../third_party/python_26/Lib/xmlrpclib.py',
277 '../third_party/python_26/python.exe',
278 '../third_party/python_26/python26.dll',
[email protected]243d52e3d2012-10-21 22:20:04279 '<(PRODUCT_DIR)/ffmpegsumo.dll',
[email protected]4e0482c2012-11-05 14:37:32280 '<(PRODUCT_DIR)/gyp-win-tool',
[email protected]2b95d7b2012-05-01 13:32:12281 '<(PRODUCT_DIR)/icudt.dll',
[email protected]2b95d7b2012-05-01 13:32:12282 ],
283 'isolate_dependency_untracked': [
284 '../ppapi/lib/gl/include/KHR/',
[email protected]7636a1b2012-07-06 00:24:16285 '../skia/ext/data/vectorcanvastest/basicdrawing/',
[email protected]1330fb82012-07-17 19:19:20286 '../skia/ext/data/vectorcanvastest/bitmaps/',
[email protected]63bb8be22012-06-23 08:35:10287 '../skia/ext/data/vectorcanvastest/circles/',
288 '../skia/ext/data/vectorcanvastest/clippingclean/',
[email protected]bbd0a662012-07-06 14:32:03289 '../skia/ext/data/vectorcanvastest/clippingcombined/',
[email protected]1330fb82012-07-17 19:19:20290 '../skia/ext/data/vectorcanvastest/clippingintersect/',
[email protected]63bb8be22012-06-23 08:35:10291 '../skia/ext/data/vectorcanvastest/clippingpath/',
[email protected]9cf2a332012-07-06 15:08:03292 '../skia/ext/data/vectorcanvastest/clippingrect/',
[email protected]63bb8be22012-06-23 08:35:10293 '../skia/ext/data/vectorcanvastest/diagonallines/',
[email protected]9cf2a332012-07-06 15:08:03294 '../skia/ext/data/vectorcanvastest/lineorientation/',
[email protected]f9e6c452012-07-17 19:29:40295 '../skia/ext/data/vectorcanvastest/pathorientation/',
[email protected]2b95d7b2012-05-01 13:32:12296 '../third_party/python_26/Lib/xml/parsers/',
297 '../ui/base/glib/',
[email protected]4b0985b2013-01-23 17:38:55298 '<(PRODUCT_DIR)/test_data/ui/',
[email protected]2b95d7b2012-05-01 13:32:12299 ],
300 },
301 }, {
302 'variables': {
303 'isolate_dependency_tracked': [
304 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py',
[email protected]0fb638372012-07-18 13:19:10305 ],
[email protected]2b95d7b2012-05-01 13:32:12306 },
307 }],
308 ],
309}