summaryrefslogtreecommitdiffstats
path: root/chrome/unit_tests.isolate
blob: aa94efe5aada24026d13be295321cc0cbcb60720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
  'variables': {
    'isolate_dependency_tracked': [
      '../base/prefs/test/data/pref_service/invalid.json',
      '../base/prefs/test/data/pref_service/read.json',
      '../base/prefs/test/data/pref_service/read.need_empty_value.json',
      '../base/prefs/test/data/pref_service/write.golden.json',
      '../base/prefs/test/data/pref_service/write.golden.need_empty_value.json',
      '../net/data/ssl/certificates/expired_cert.pem',
      '../net/data/ssl/certificates/test_mail_google_com.pem',
      '../net/data/ssl/certificates/unittest.originbound.der',
      '../net/data/ssl/certificates/unittest.originbound.key.der',
      '../net/tools/testserver/asn1.py',
      '../net/tools/testserver/echo_message.py',
      '../net/tools/testserver/minica.py',
      '../net/tools/testserver/testserver.py',
      '../net/tools/testserver/testserver_base.py',
      '../testing/test_env.py',
      '../third_party/hunspell_dictionaries/af-ZA-2-3.bdic',
      '../third_party/hunspell_dictionaries/bg-BG-2-0.bdic',
      '../third_party/hunspell_dictionaries/ca-ES-1-2.bdic',
      '../third_party/hunspell_dictionaries/ca-ES-2-3.bdic',
      '../third_party/hunspell_dictionaries/cs-CZ-1-2.bdic',
      '../third_party/hunspell_dictionaries/da-DK-1-2.bdic',
      '../third_party/hunspell_dictionaries/de-DE-1-2.bdic',
      '../third_party/hunspell_dictionaries/el-GR-1-1.bdic',
      '../third_party/hunspell_dictionaries/en-AU-1-2.bdic',
      '../third_party/hunspell_dictionaries/en-AU-2-3.bdic',
      '../third_party/hunspell_dictionaries/en-AU-2-4.bdic',
      '../third_party/hunspell_dictionaries/en-CA-2-1.bdic',
      '../third_party/hunspell_dictionaries/en-CA-2-3.bdic',
      '../third_party/hunspell_dictionaries/en-CA-2-4.bdic',
      '../third_party/hunspell_dictionaries/en-GB-1-2.bdic',
      '../third_party/hunspell_dictionaries/en-GB-2-3.bdic',
      '../third_party/hunspell_dictionaries/en-GB-2-4.bdic',
      '../third_party/hunspell_dictionaries/en-US-2-1.bdic',
      '../third_party/hunspell_dictionaries/en-US-2-3.bdic',
      '../third_party/hunspell_dictionaries/en-US-2-4.bdic',
      '../third_party/hunspell_dictionaries/es-ES-1-1.bdic',
      '../third_party/hunspell_dictionaries/et-EE-1-1.bdic',
      '../third_party/hunspell_dictionaries/fo-FO-2-3.bdic',
      '../third_party/hunspell_dictionaries/fr-FR-2-0.bdic',
      '../third_party/hunspell_dictionaries/he-IL-1-1.bdic',
      '../third_party/hunspell_dictionaries/hi-IN-1-1.bdic',
      '../third_party/hunspell_dictionaries/hr-HR-1-2.bdic',
      '../third_party/hunspell_dictionaries/hu-HU-2-0.bdic',
      '../third_party/hunspell_dictionaries/id-ID-1-2.bdic',
      '../third_party/hunspell_dictionaries/it-IT-1-2.bdic',
      '../third_party/hunspell_dictionaries/lt-LT-1-3.bdic',
      '../third_party/hunspell_dictionaries/lv-LV-1-2.bdic',
      '../third_party/hunspell_dictionaries/nb-NO-1-2.bdic',
      '../third_party/hunspell_dictionaries/nl-NL-1-1.bdic',
      '../third_party/hunspell_dictionaries/pl-PL-1-3.bdic',
      '../third_party/hunspell_dictionaries/pt-BR-2-2.bdic',
      '../third_party/hunspell_dictionaries/pt-PT-1-2.bdic',
      '../third_party/hunspell_dictionaries/ro-RO-2-0.bdic',
      '../third_party/hunspell_dictionaries/ru-RU-2-0.bdic',
      '../third_party/hunspell_dictionaries/sh-2-2.bdic',
      '../third_party/hunspell_dictionaries/sk-SK-1-2.bdic',
      '../third_party/hunspell_dictionaries/sl-SI-1-2.bdic',
      '../third_party/hunspell_dictionaries/sr-2-0.bdic',
      '../third_party/hunspell_dictionaries/sv-SE-1-1.bdic',
      '../third_party/hunspell_dictionaries/tr-TR-1-1.bdic',
      '../third_party/hunspell_dictionaries/uk-UA-2-0.bdic',
      '../third_party/hunspell_dictionaries/vi-VN-1-2.bdic',
      '../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
      '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/__init__.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/_stream_base.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hixie75.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hybi.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/common.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/dispatch.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/extensions.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/http_header_util.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/memorizingfile.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/msgutil.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/mux.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/standalone.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/stream.py',
      '../third_party/pywebsocket/src/mod_pywebsocket/util.py',
      '../third_party/tlslite/tlslite/BaseDB.py',
      '../third_party/tlslite/tlslite/Checker.py',
      '../third_party/tlslite/tlslite/FileObject.py',
      '../third_party/tlslite/tlslite/HandshakeSettings.py',
      '../third_party/tlslite/tlslite/Session.py',
      '../third_party/tlslite/tlslite/SessionCache.py',
      '../third_party/tlslite/tlslite/SharedKeyDB.py',
      '../third_party/tlslite/tlslite/TLSConnection.py',
      '../third_party/tlslite/tlslite/TLSRecordLayer.py',
      '../third_party/tlslite/tlslite/VerifierDB.py',
      '../third_party/tlslite/tlslite/X509.py',
      '../third_party/tlslite/tlslite/X509CertChain.py',
      '../third_party/tlslite/tlslite/__init__.py',
      '../third_party/tlslite/tlslite/api.py',
      '../third_party/tlslite/tlslite/constants.py',
      '../third_party/tlslite/tlslite/errors.py',
      '../third_party/tlslite/tlslite/integration/AsyncStateMachine.py',
      '../third_party/tlslite/tlslite/integration/ClientHelper.py',
      '../third_party/tlslite/tlslite/integration/HTTPTLSConnection.py',
      '../third_party/tlslite/tlslite/integration/IMAP4_TLS.py',
      '../third_party/tlslite/tlslite/integration/POP3_TLS.py',
      '../third_party/tlslite/tlslite/integration/SMTP_TLS.py',
      '../third_party/tlslite/tlslite/integration/TLSAsyncDispatcherMixIn.py',
      '../third_party/tlslite/tlslite/integration/TLSSocketServerMixIn.py',
      '../third_party/tlslite/tlslite/integration/XMLRPCTransport.py',
      '../third_party/tlslite/tlslite/integration/__init__.py',
      '../third_party/tlslite/tlslite/mathtls.py',
      '../third_party/tlslite/tlslite/messages.py',
      '../third_party/tlslite/tlslite/utils/AES.py',
      '../third_party/tlslite/tlslite/utils/ASN1Parser.py',
      '../third_party/tlslite/tlslite/utils/Python_AES.py',
      '../third_party/tlslite/tlslite/utils/Python_RC4.py',
      '../third_party/tlslite/tlslite/utils/Python_RSAKey.py',
      '../third_party/tlslite/tlslite/utils/RC4.py',
      '../third_party/tlslite/tlslite/utils/RSAKey.py',
      '../third_party/tlslite/tlslite/utils/__init__.py',
      '../third_party/tlslite/tlslite/utils/cipherfactory.py',
      '../third_party/tlslite/tlslite/utils/codec.py',
      '../third_party/tlslite/tlslite/utils/compat.py',
      '../third_party/tlslite/tlslite/utils/cryptomath.py',
      '../third_party/tlslite/tlslite/utils/hmac.py',
      '../third_party/tlslite/tlslite/utils/keyfactory.py',
      '../third_party/tlslite/tlslite/utils/rijndael.py',
      '../third_party/tlslite/tlslite/utils/xmltools.py',
      '../tools/swarm_client/run_isolated.py',
      '../tools/swarm_client/run_test_cases.py',
      '<(PRODUCT_DIR)/resources.pak',
      '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
      'third_party/mock4js/mock4js.js',
    ],
    'isolate_dependency_untracked': [
      '../third_party/pywebsocket/src/mod_pywebsocket/handshake/',
      'test/data/',
    ],
  },
  'conditions': [
    ['OS=="linux"', {
      'variables': {
        'command': [
          '../testing/xvfb.py',
          '<(PRODUCT_DIR)',
          '../tools/swarm_client/run_test_cases.py',
          '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
        ],
        'isolate_dependency_tracked': [
          '../net/data/ssl/certificates/google.single.der',
          '../net/data/ssl/certificates/ndn.ca.crt',
          '../net/data/ssl/certificates/root_ca_cert.crt',
          '../testing/xvfb.py',
          '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py',
          '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py',
          '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py',
          '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py',
          '../third_party/tlslite/tlslite/utils/TripleDES.py',
          '<(PRODUCT_DIR)/chrome.pak',
          '<(PRODUCT_DIR)/libffmpegsumo.so',
          '<(PRODUCT_DIR)/locales/fr.pak',
          '<(PRODUCT_DIR)/pyproto/google/__init__.py',
          '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
        ],
        'isolate_dependency_untracked': [
          '<(PRODUCT_DIR)/test_data/',
        ],
        'isolate_dependency_touched': [
          '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so',
        ],
      },
    }, {
      'variables': {
        'command': [
          '../testing/test_env.py',
          '../tools/swarm_client/run_test_cases.py',
          '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
        ],
        'isolate_dependency_untracked': [
          '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
          '<(PRODUCT_DIR)/test_data/chrome/browser/resources/shared/',
          '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
        ],
      },
    }],
    ['OS=="mac"', {
      'variables': {
        'isolate_dependency_tracked': [
          '<(PRODUCT_DIR)/ffmpegsumo.so',
        ],
        'isolate_dependency_untracked': [
          '<(PRODUCT_DIR)/Chromium Framework.framework/',
        ],
      },
    }, {
      'variables': {
        'isolate_dependency_tracked': [
          '../third_party/hunspell_dictionaries/en-AU-2-5.bdic',
          '../third_party/hunspell_dictionaries/en-GB-2-5.bdic',
          '<(PRODUCT_DIR)/chrome_100_percent.pak',
          '<(PRODUCT_DIR)/locales/en-US.pak',
        ],
      },
    }],
    ['OS=="win"', {
      'variables': {
        'isolate_dependency_tracked': [
          '../third_party/python_26/DLLs/_hashlib.pyd',
          '../third_party/python_26/DLLs/_socket.pyd',
          '../third_party/python_26/DLLs/_ssl.pyd',
          '../third_party/python_26/DLLs/pyexpat.pyd',
          '../third_party/python_26/DLLs/select.pyd',
          '../third_party/python_26/Lib/BaseHTTPServer.py',
          '../third_party/python_26/Lib/CGIHTTPServer.py',
          '../third_party/python_26/Lib/ConfigParser.py',
          '../third_party/python_26/Lib/Queue.py',
          '../third_party/python_26/Lib/SimpleHTTPServer.py',
          '../third_party/python_26/Lib/SocketServer.py',
          '../third_party/python_26/Lib/StringIO.py',
          '../third_party/python_26/Lib/UserDict.py',
          '../third_party/python_26/Lib/__future__.py',
          '../third_party/python_26/Lib/_abcoll.py',
          '../third_party/python_26/Lib/abc.py',
          '../third_party/python_26/Lib/anydbm.py',
          '../third_party/python_26/Lib/asynchat.py',
          '../third_party/python_26/Lib/asyncore.py',
          '../third_party/python_26/Lib/atexit.py',
          '../third_party/python_26/Lib/base64.py',
          '../third_party/python_26/Lib/bisect.py',
          '../third_party/python_26/Lib/cgi.py',
          '../third_party/python_26/Lib/codecs.py',
          '../third_party/python_26/Lib/collections.py',
          '../third_party/python_26/Lib/copy.py',
          '../third_party/python_26/Lib/copy_reg.py',
          '../third_party/python_26/Lib/dbhash.py',
          '../third_party/python_26/Lib/dumbdbm.py',
          '../third_party/python_26/Lib/email/__init__.py',
          '../third_party/python_26/Lib/email/_parseaddr.py',
          '../third_party/python_26/Lib/email/base64mime.py',
          '../third_party/python_26/Lib/email/charset.py',
          '../third_party/python_26/Lib/email/encoders.py',
          '../third_party/python_26/Lib/email/errors.py',
          '../third_party/python_26/Lib/email/feedparser.py',
          '../third_party/python_26/Lib/email/iterators.py',
          '../third_party/python_26/Lib/email/message.py',
          '../third_party/python_26/Lib/email/mime/__init__.py',
          '../third_party/python_26/Lib/email/parser.py',
          '../third_party/python_26/Lib/email/quoprimime.py',
          '../third_party/python_26/Lib/email/utils.py',
          '../third_party/python_26/Lib/encodings/__init__.py',
          '../third_party/python_26/Lib/encodings/aliases.py',
          '../third_party/python_26/Lib/encodings/cp1252.py',
          '../third_party/python_26/Lib/encodings/hex_codec.py',
          '../third_party/python_26/Lib/fnmatch.py',
          '../third_party/python_26/Lib/functools.py',
          '../third_party/python_26/Lib/genericpath.py',
          '../third_party/python_26/Lib/gettext.py',
          '../third_party/python_26/Lib/glob.py',
          '../third_party/python_26/Lib/hashlib.py',
          '../third_party/python_26/Lib/heapq.py',
          '../third_party/python_26/Lib/hmac.py',
          '../third_party/python_26/Lib/httplib.py',
          '../third_party/python_26/Lib/imaplib.py',
          '../third_party/python_26/Lib/json/__init__.py',
          '../third_party/python_26/Lib/json/decoder.py',
          '../third_party/python_26/Lib/json/encoder.py',
          '../third_party/python_26/Lib/json/scanner.py',
          '../third_party/python_26/Lib/keyword.py',
          '../third_party/python_26/Lib/linecache.py',
          '../third_party/python_26/Lib/locale.py',
          '../third_party/python_26/Lib/logging/__init__.py',
          '../third_party/python_26/Lib/logging/handlers.py',
          '../third_party/python_26/Lib/md5.py',
          '../third_party/python_26/Lib/mimetools.py',
          '../third_party/python_26/Lib/mimetypes.py',
          '../third_party/python_26/Lib/ntpath.py',
          '../third_party/python_26/Lib/nturl2path.py',
          '../third_party/python_26/Lib/optparse.py',
          '../third_party/python_26/Lib/os.py',
          '../third_party/python_26/Lib/poplib.py',
          '../third_party/python_26/Lib/posixpath.py',
          '../third_party/python_26/Lib/quopri.py',
          '../third_party/python_26/Lib/random.py',
          '../third_party/python_26/Lib/re.py',
          '../third_party/python_26/Lib/rfc822.py',
          '../third_party/python_26/Lib/sha.py',
          '../third_party/python_26/Lib/shutil.py',
          '../third_party/python_26/Lib/site-packages/google.pth',
          '../third_party/python_26/Lib/site-packages/pywin32.pth',
          '../third_party/python_26/Lib/site.py',
          '../third_party/python_26/Lib/smtplib.py',
          '../third_party/python_26/Lib/socket.py',
          '../third_party/python_26/Lib/sre_compile.py',
          '../third_party/python_26/Lib/sre_constants.py',
          '../third_party/python_26/Lib/sre_parse.py',
          '../third_party/python_26/Lib/ssl.py',
          '../third_party/python_26/Lib/stat.py',
          '../third_party/python_26/Lib/string.py',
          '../third_party/python_26/Lib/struct.py',
          '../third_party/python_26/Lib/tarfile.py',
          '../third_party/python_26/Lib/tempfile.py',
          '../third_party/python_26/Lib/textwrap.py',
          '../third_party/python_26/Lib/threading.py',
          '../third_party/python_26/Lib/traceback.py',
          '../third_party/python_26/Lib/types.py',
          '../third_party/python_26/Lib/urllib.py',
          '../third_party/python_26/Lib/urlparse.py',
          '../third_party/python_26/Lib/uu.py',
          '../third_party/python_26/Lib/warnings.py',
          '../third_party/python_26/Lib/xml/__init__.py',
          '../third_party/python_26/Lib/xml/dom/NodeFilter.py',
          '../third_party/python_26/Lib/xml/dom/__init__.py',
          '../third_party/python_26/Lib/xml/dom/domreg.py',
          '../third_party/python_26/Lib/xml/dom/minicompat.py',
          '../third_party/python_26/Lib/xml/dom/minidom.py',
          '../third_party/python_26/Lib/xml/dom/xmlbuilder.py',
          '../third_party/python_26/Lib/xml/sax/__init__.py',
          '../third_party/python_26/Lib/xml/sax/_exceptions.py',
          '../third_party/python_26/Lib/xml/sax/handler.py',
          '../third_party/python_26/Lib/xml/sax/saxutils.py',
          '../third_party/python_26/Lib/xml/sax/xmlreader.py',
          '../third_party/python_26/Lib/xmlrpclib.py',
          '../third_party/python_26/python.exe',
          '../third_party/python_26/python26.dll',
          '<(PRODUCT_DIR)/ffmpegsumo.dll',
          '<(PRODUCT_DIR)/gyp-win-tool',
          '<(PRODUCT_DIR)/icudt.dll',
        ],
        'isolate_dependency_untracked': [
          '../ppapi/lib/gl/include/KHR/',
          '../skia/ext/data/vectorcanvastest/basicdrawing/',
          '../skia/ext/data/vectorcanvastest/bitmaps/',
          '../skia/ext/data/vectorcanvastest/circles/',
          '../skia/ext/data/vectorcanvastest/clippingclean/',
          '../skia/ext/data/vectorcanvastest/clippingcombined/',
          '../skia/ext/data/vectorcanvastest/clippingintersect/',
          '../skia/ext/data/vectorcanvastest/clippingpath/',
          '../skia/ext/data/vectorcanvastest/clippingrect/',
          '../skia/ext/data/vectorcanvastest/diagonallines/',
          '../skia/ext/data/vectorcanvastest/lineorientation/',
          '../skia/ext/data/vectorcanvastest/pathorientation/',
          '../third_party/python_26/Lib/xml/parsers/',
          '../ui/base/glib/',
        ],
      },
    }, {
      'variables': {
        'isolate_dependency_tracked': [
          '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py',
        ],
      },
    }],
  ],
}