Enabling tests which should be fixed by r173829.
[chromium-blink-merge.git] / chrome / browser_tests.isolate
blobaf6f2842e418ccb34712c2038bf9f72eec092a2f
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5   'variables': {
6     'isolate_dependency_tracked': [
7       '../net/data/ssl/certificates/expired_cert.pem',
8       '../net/data/ssl/certificates/ok_cert.pem',
9       '../net/data/ssl/certificates/root_ca_cert.crt',
10       '../net/tools/testserver/asn1.py',
11       '../net/tools/testserver/echo_message.py',
12       '../net/tools/testserver/minica.py',
13       '../net/tools/testserver/testserver.py',
14       '../net/tools/testserver/testserver_base.py',
15       '../ppapi/tests/test_case.html',
16       '../ppapi/tests/test_page.css',
17       '../testing/test_env.py',
18       '../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
19       '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
20       '../third_party/pywebsocket/src/mod_pywebsocket/__init__.py',
21       '../third_party/pywebsocket/src/mod_pywebsocket/_stream_base.py',
22       '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hixie75.py',
23       '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hybi.py',
24       '../third_party/pywebsocket/src/mod_pywebsocket/common.py',
25       '../third_party/pywebsocket/src/mod_pywebsocket/dispatch.py',
26       '../third_party/pywebsocket/src/mod_pywebsocket/extensions.py',
27       '../third_party/pywebsocket/src/mod_pywebsocket/http_header_util.py',
28       '../third_party/pywebsocket/src/mod_pywebsocket/memorizingfile.py',
29       '../third_party/pywebsocket/src/mod_pywebsocket/msgutil.py',
30       '../third_party/pywebsocket/src/mod_pywebsocket/mux.py',
31       '../third_party/pywebsocket/src/mod_pywebsocket/standalone.py',
32       '../third_party/pywebsocket/src/mod_pywebsocket/stream.py',
33       '../third_party/pywebsocket/src/mod_pywebsocket/util.py',
34       '../third_party/tlslite/tlslite/BaseDB.py',
35       '../third_party/tlslite/tlslite/Checker.py',
36       '../third_party/tlslite/tlslite/FileObject.py',
37       '../third_party/tlslite/tlslite/HandshakeSettings.py',
38       '../third_party/tlslite/tlslite/Session.py',
39       '../third_party/tlslite/tlslite/SessionCache.py',
40       '../third_party/tlslite/tlslite/SharedKeyDB.py',
41       '../third_party/tlslite/tlslite/TLSConnection.py',
42       '../third_party/tlslite/tlslite/TLSRecordLayer.py',
43       '../third_party/tlslite/tlslite/VerifierDB.py',
44       '../third_party/tlslite/tlslite/X509.py',
45       '../third_party/tlslite/tlslite/X509CertChain.py',
46       '../third_party/tlslite/tlslite/__init__.py',
47       '../third_party/tlslite/tlslite/api.py',
48       '../third_party/tlslite/tlslite/constants.py',
49       '../third_party/tlslite/tlslite/errors.py',
50       '../third_party/tlslite/tlslite/integration/AsyncStateMachine.py',
51       '../third_party/tlslite/tlslite/integration/ClientHelper.py',
52       '../third_party/tlslite/tlslite/integration/HTTPTLSConnection.py',
53       '../third_party/tlslite/tlslite/integration/IMAP4_TLS.py',
54       '../third_party/tlslite/tlslite/integration/POP3_TLS.py',
55       '../third_party/tlslite/tlslite/integration/SMTP_TLS.py',
56       '../third_party/tlslite/tlslite/integration/TLSAsyncDispatcherMixIn.py',
57       '../third_party/tlslite/tlslite/integration/TLSSocketServerMixIn.py',
58       '../third_party/tlslite/tlslite/integration/XMLRPCTransport.py',
59       '../third_party/tlslite/tlslite/integration/__init__.py',
60       '../third_party/tlslite/tlslite/mathtls.py',
61       '../third_party/tlslite/tlslite/messages.py',
62       '../third_party/tlslite/tlslite/utils/AES.py',
63       '../third_party/tlslite/tlslite/utils/ASN1Parser.py',
64       '../third_party/tlslite/tlslite/utils/Python_AES.py',
65       '../third_party/tlslite/tlslite/utils/Python_RC4.py',
66       '../third_party/tlslite/tlslite/utils/Python_RSAKey.py',
67       '../third_party/tlslite/tlslite/utils/RC4.py',
68       '../third_party/tlslite/tlslite/utils/RSAKey.py',
69       '../third_party/tlslite/tlslite/utils/__init__.py',
70       '../third_party/tlslite/tlslite/utils/cipherfactory.py',
71       '../third_party/tlslite/tlslite/utils/codec.py',
72       '../third_party/tlslite/tlslite/utils/compat.py',
73       '../third_party/tlslite/tlslite/utils/cryptomath.py',
74       '../third_party/tlslite/tlslite/utils/hmac.py',
75       '../third_party/tlslite/tlslite/utils/keyfactory.py',
76       '../third_party/tlslite/tlslite/utils/rijndael.py',
77       '../third_party/tlslite/tlslite/utils/xmltools.py',
78       '../tools/swarm_client/run_isolated.py',
79       '../tools/swarm_client/run_test_cases.py',
80       '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
81       '<(PRODUCT_DIR)/resources.pak',
82       'common/extensions/docs/examples/apps/calculator/app/model.js',
83       'third_party/mock4js/mock4js.js',
84     ],
85     'isolate_dependency_untracked': [
86       '../content/test/data/',
87       '../third_party/pywebsocket/src/mod_pywebsocket/handshake/',
88       '<(PRODUCT_DIR)/pseudo_locales/',
89       '<(PRODUCT_DIR)/test_data/chrome/',
90       'common/extensions/docs/examples/apps/calculator/tests/',
91       'test/data/',
92     ],
93   },
94   'conditions': [
95     ['OS=="linux"', {
96       'variables': {
97         'command': [
98           '../testing/xvfb.py',
99           '<(PRODUCT_DIR)',
100           '../tools/swarm_client/run_test_cases.py',
101           '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
102         ],
103         'isolate_dependency_tracked': [
104           '../net/data/ssl/certificates/websocket_cacert.pem',
105           '../net/data/ssl/certificates/websocket_client_cert.p12',
106           '../testing/xvfb.py',
107           '../third_party/WebKit/Tools/Scripts/VCSUtils.pm',
108           '../third_party/WebKit/Tools/Scripts/new-run-webkit-httpd',
109           '../third_party/WebKit/Tools/Scripts/webkit-build-directory',
110           '../third_party/WebKit/Tools/Scripts/webkitdirs.pm',
111           '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py',
112           '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py',
113           '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py',
114           '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py',
115           '../third_party/tlslite/tlslite/utils/TripleDES.py',
116           '<(PRODUCT_DIR)/DumpRenderTree<(EXECUTABLE_SUFFIX)',
117           '<(PRODUCT_DIR)/chrome.pak',
118           '<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)',
119           '<(PRODUCT_DIR)/libffmpegsumo.so',
120           '<(PRODUCT_DIR)/libosmesa.so',
121           '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so',
122           '<(PRODUCT_DIR)/libppapi_tests.so',
123           '<(PRODUCT_DIR)/nacl_helper<(EXECUTABLE_SUFFIX)',
124           '<(PRODUCT_DIR)/nacl_helper_bootstrap<(EXECUTABLE_SUFFIX)',
125           '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
126           'browser/nacl_host/test/debug_stub_browser_tests.py',
127           'browser/nacl_host/test/gdb_rsp.py',
128         ],
129       },
130     }, {
131       'variables': {
132         'command': [
133           '../testing/test_env.py',
134           '../tools/swarm_client/run_test_cases.py',
135           '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
136         ],
137       },
138     }],
139     ['OS=="mac"', {
140       'variables': {
141         'isolate_dependency_tracked': [
142           '<(PRODUCT_DIR)/ffmpegsumo.so',
143           '<(PRODUCT_DIR)/plugins/TestNetscapePlugIn.plugin/Contents/Info.plist',
144           '<(PRODUCT_DIR)/plugins/TestNetscapePlugIn.plugin/Contents/MacOS/TestNetscapePlugIn',
145           '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/Contents/Info.plist',
146           '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/Contents/MacOS/npapi_test_plugin',
147           '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
148         ],
149         'isolate_dependency_untracked': [
150           '<(PRODUCT_DIR)/Chromium Framework.framework/',
151           '<(PRODUCT_DIR)/Chromium.app/',
152         ],
153       },
154     }, {
155       'variables': {
156         'isolate_dependency_tracked': [
157           '../net/data/websocket/close-code-and-reason_wsh.py',
158           '../net/data/websocket/close_wsh.py',
159           '../net/data/websocket/connect_check.html',
160           '../net/data/websocket/echo-with-no-extension_wsh.py',
161           '../net/data/websocket/protocol-test_wsh.py',
162           '../net/tools/testserver/asn1der.py',
163           '../net/tools/testserver/device_management.py',
164           '../third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver',
165           '../third_party/safe_browsing/testing/external_test_pb2.py',
166           '../third_party/safe_browsing/testing/safebrowsing_test_server.py',
167           '../third_party/safe_browsing/testing/testing_input_nomac.dat',
168           '../third_party/simplejson/__init__.py',
169           '../third_party/simplejson/decoder.py',
170           '../third_party/simplejson/encoder.py',
171           '../third_party/simplejson/scanner.py',
172           '<(PRODUCT_DIR)/chrome_100_percent.pak',
173           '<(PRODUCT_DIR)/locales/en-US.pak',
174           '<(PRODUCT_DIR)/locales/fr.pak',
175           '<(PRODUCT_DIR)/mock_nacl_gdb<(EXECUTABLE_SUFFIX)',
176           '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
177           '<(PRODUCT_DIR)/nacl_test_data/glibc/nacl_load_test.html',
178           '<(PRODUCT_DIR)/nacl_test_data/glibc/nacltest.js',
179           '<(PRODUCT_DIR)/nacl_test_data/glibc/pm_exit_status_test.html',
180           '<(PRODUCT_DIR)/nacl_test_data/glibc/pm_exit_status_test.nmf',
181           '<(PRODUCT_DIR)/nacl_test_data/glibc/pm_exit_status_test_glibc_x86_64.nexe',
182           '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_ppb_core.html',
183           '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_ppb_core.nmf',
184           '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_ppb_core_glibc_x86_64.nexe',
185           '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_progress_events.html',
186           '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_progress_events.nmf',
187           '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_progress_events_glibc_x86_64.nexe',
188           '<(PRODUCT_DIR)/nacl_test_data/glibc/progress_event_listener.js',
189           '<(PRODUCT_DIR)/nacl_test_data/glibc/simple.nmf',
190           '<(PRODUCT_DIR)/nacl_test_data/glibc/simple_glibc_x86_64.nexe',
191           '<(PRODUCT_DIR)/nacl_test_data/newlib/nacl_load_test.html',
192           '<(PRODUCT_DIR)/nacl_test_data/newlib/nacltest.js',
193           '<(PRODUCT_DIR)/nacl_test_data/newlib/pm_exit_status_test.html',
194           '<(PRODUCT_DIR)/nacl_test_data/newlib/pm_exit_status_test.nmf',
195           '<(PRODUCT_DIR)/nacl_test_data/newlib/pm_exit_status_test_newlib_x86_64.nexe',
196           '<(PRODUCT_DIR)/nacl_test_data/newlib/ppapi_ppb_core.html',
197           '<(PRODUCT_DIR)/nacl_test_data/newlib/ppapi_ppb_core.nmf',
198           '<(PRODUCT_DIR)/nacl_test_data/newlib/ppapi_ppb_core_newlib_x86_64.nexe',
199           '<(PRODUCT_DIR)/nacl_test_data/newlib/ppapi_progress_events.html',
200           '<(PRODUCT_DIR)/nacl_test_data/newlib/ppapi_progress_events.nmf',
201           '<(PRODUCT_DIR)/nacl_test_data/newlib/ppapi_progress_events_newlib_x86_64.nexe',
202           '<(PRODUCT_DIR)/nacl_test_data/newlib/progress_event_listener.js',
203           '<(PRODUCT_DIR)/nacl_test_data/newlib/simple.nmf',
204           '<(PRODUCT_DIR)/nacl_test_data/newlib/simple_newlib_x86_64.nexe',
205           '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc.nmf',
206           '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe',
207           '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf',
208           '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x64.nexe',
209           '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/chrome_device_policy_pb2.py',
210           '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/cloud_policy_pb2.py',
211           '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/device_management_backend_pb2.py',
212           '<(PRODUCT_DIR)/pyproto/google/__init__.py',
213           '<(PRODUCT_DIR)/pyproto/google/protobuf/__init__.py',
214           '<(PRODUCT_DIR)/pyproto/google/protobuf/descriptor.py',
215           '<(PRODUCT_DIR)/pyproto/google/protobuf/descriptor_pb2.py',
216           '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/__init__.py',
217           '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/api_implementation.py',
218           '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/containers.py',
219           '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/decoder.py',
220           '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/encoder.py',
221           '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/message_listener.py',
222           '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/python_message.py',
223           '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/type_checkers.py',
224           '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/wire_format.py',
225           '<(PRODUCT_DIR)/pyproto/google/protobuf/message.py',
226           '<(PRODUCT_DIR)/pyproto/google/protobuf/reflection.py',
227           '<(PRODUCT_DIR)/pyproto/google/protobuf/service.py',
228           '<(PRODUCT_DIR)/pyproto/google/protobuf/service_reflection.py',
229           '<(PRODUCT_DIR)/pyproto/google/protobuf/text_format.py',
230           '<(PRODUCT_DIR)/test_case.html',
231           '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
232           '<(PRODUCT_DIR)/test_page.css',
233           'browser/safe_browsing/safe_browsing_testserver.py',
234           'common/extensions/docs/examples/apps/calculator/app/controller.js',
235           'common/extensions/docs/examples/apps/calculator/app/view.js',
236         ],
237         'isolate_dependency_untracked': [
238           '../third_party/WebKit/Tools/Scripts/webkitpy/',
239           '../third_party/bidichecker/',
240           '<(PRODUCT_DIR)/lib64/',
241           '<(PRODUCT_DIR)/nacl_test_data/glibc/pm_exit_status_test_libs/lib64/',
242           '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_ppb_core_libs/lib64/',
243           '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_progress_events_libs/lib64/',
244           '<(PRODUCT_DIR)/nacl_test_data/glibc/simple_libs/lib64/',
245           '<(PRODUCT_DIR)/plugins/',
246           '<(PRODUCT_DIR)/resources/extension/',
247           '<(PRODUCT_DIR)/test_url_loader_data/',
248         ],
249         'isolate_dependency_touched': [
250           '../net/data/websocket/OWNERS',
251           '../net/data/websocket/README',
252           '../net/data/websocket/websocket_shared_worker.html',
253           '../net/data/websocket/websocket_worker_simple.js',
254         ],
255       },
256     }],
257     ['OS=="win"', {
258       'variables': {
259         'isolate_dependency_tracked': [
260           '../third_party/cygwin/bin/bash.exe',
261           '../third_party/cygwin/setup_mount.bat',
262           '../third_party/psyco_win32/psyco/__init__.py',
263           '../third_party/psyco_win32/psyco/_psyco.pyd',
264           '../third_party/psyco_win32/psyco/core.py',
265           '../third_party/psyco_win32/psyco/kdictproxy.py',
266           '../third_party/psyco_win32/psyco/profiler.py',
267           '../third_party/psyco_win32/psyco/support.py',
268           '../third_party/python_26/DLLs/_ctypes.pyd',
269           '../third_party/python_26/DLLs/_hashlib.pyd',
270           '../third_party/python_26/DLLs/_multiprocessing.pyd',
271           '../third_party/python_26/DLLs/_socket.pyd',
272           '../third_party/python_26/DLLs/_ssl.pyd',
273           '../third_party/python_26/DLLs/pyexpat.pyd',
274           '../third_party/python_26/DLLs/select.pyd',
275           '../third_party/python_26/Lib/BaseHTTPServer.py',
276           '../third_party/python_26/Lib/CGIHTTPServer.py',
277           '../third_party/python_26/Lib/ConfigParser.py',
278           '../third_party/python_26/Lib/Queue.py',
279           '../third_party/python_26/Lib/SimpleHTTPServer.py',
280           '../third_party/python_26/Lib/SocketServer.py',
281           '../third_party/python_26/Lib/StringIO.py',
282           '../third_party/python_26/Lib/UserDict.py',
283           '../third_party/python_26/Lib/__future__.py',
284           '../third_party/python_26/Lib/_abcoll.py',
285           '../third_party/python_26/Lib/abc.py',
286           '../third_party/python_26/Lib/anydbm.py',
287           '../third_party/python_26/Lib/asynchat.py',
288           '../third_party/python_26/Lib/asyncore.py',
289           '../third_party/python_26/Lib/atexit.py',
290           '../third_party/python_26/Lib/base64.py',
291           '../third_party/python_26/Lib/bisect.py',
292           '../third_party/python_26/Lib/cgi.py',
293           '../third_party/python_26/Lib/codecs.py',
294           '../third_party/python_26/Lib/collections.py',
295           '../third_party/python_26/Lib/copy.py',
296           '../third_party/python_26/Lib/copy_reg.py',
297           '../third_party/python_26/Lib/ctypes/__init__.py',
298           '../third_party/python_26/Lib/ctypes/_endian.py',
299           '../third_party/python_26/Lib/dbhash.py',
300           '../third_party/python_26/Lib/difflib.py',
301           '../third_party/python_26/Lib/dumbdbm.py',
302           '../third_party/python_26/Lib/email/__init__.py',
303           '../third_party/python_26/Lib/email/_parseaddr.py',
304           '../third_party/python_26/Lib/email/base64mime.py',
305           '../third_party/python_26/Lib/email/charset.py',
306           '../third_party/python_26/Lib/email/encoders.py',
307           '../third_party/python_26/Lib/email/errors.py',
308           '../third_party/python_26/Lib/email/feedparser.py',
309           '../third_party/python_26/Lib/email/iterators.py',
310           '../third_party/python_26/Lib/email/message.py',
311           '../third_party/python_26/Lib/email/mime/__init__.py',
312           '../third_party/python_26/Lib/email/parser.py',
313           '../third_party/python_26/Lib/email/quoprimime.py',
314           '../third_party/python_26/Lib/email/utils.py',
315           '../third_party/python_26/Lib/encodings/__init__.py',
316           '../third_party/python_26/Lib/encodings/aliases.py',
317           '../third_party/python_26/Lib/encodings/cp1252.py',
318           '../third_party/python_26/Lib/encodings/hex_codec.py',
319           '../third_party/python_26/Lib/encodings/mbcs.py',
320           '../third_party/python_26/Lib/encodings/utf_8.py',
321           '../third_party/python_26/Lib/filecmp.py',
322           '../third_party/python_26/Lib/fileinput.py',
323           '../third_party/python_26/Lib/fnmatch.py',
324           '../third_party/python_26/Lib/functools.py',
325           '../third_party/python_26/Lib/genericpath.py',
326           '../third_party/python_26/Lib/getopt.py',
327           '../third_party/python_26/Lib/getpass.py',
328           '../third_party/python_26/Lib/gettext.py',
329           '../third_party/python_26/Lib/glob.py',
330           '../third_party/python_26/Lib/hashlib.py',
331           '../third_party/python_26/Lib/heapq.py',
332           '../third_party/python_26/Lib/hmac.py',
333           '../third_party/python_26/Lib/htmlentitydefs.py',
334           '../third_party/python_26/Lib/httplib.py',
335           '../third_party/python_26/Lib/imaplib.py',
336           '../third_party/python_26/Lib/json/__init__.py',
337           '../third_party/python_26/Lib/json/decoder.py',
338           '../third_party/python_26/Lib/json/encoder.py',
339           '../third_party/python_26/Lib/json/scanner.py',
340           '../third_party/python_26/Lib/keyword.py',
341           '../third_party/python_26/Lib/linecache.py',
342           '../third_party/python_26/Lib/locale.py',
343           '../third_party/python_26/Lib/logging/__init__.py',
344           '../third_party/python_26/Lib/logging/handlers.py',
345           '../third_party/python_26/Lib/markupbase.py',
346           '../third_party/python_26/Lib/md5.py',
347           '../third_party/python_26/Lib/mimetools.py',
348           '../third_party/python_26/Lib/mimetypes.py',
349           '../third_party/python_26/Lib/multiprocessing/__init__.py',
350           '../third_party/python_26/Lib/multiprocessing/process.py',
351           '../third_party/python_26/Lib/multiprocessing/util.py',
352           '../third_party/python_26/Lib/new.py',
353           '../third_party/python_26/Lib/ntpath.py',
354           '../third_party/python_26/Lib/nturl2path.py',
355           '../third_party/python_26/Lib/optparse.py',
356           '../third_party/python_26/Lib/os.py',
357           '../third_party/python_26/Lib/platform.py',
358           '../third_party/python_26/Lib/poplib.py',
359           '../third_party/python_26/Lib/posixpath.py',
360           '../third_party/python_26/Lib/quopri.py',
361           '../third_party/python_26/Lib/random.py',
362           '../third_party/python_26/Lib/re.py',
363           '../third_party/python_26/Lib/rfc822.py',
364           '../third_party/python_26/Lib/sgmllib.py',
365           '../third_party/python_26/Lib/sha.py',
366           '../third_party/python_26/Lib/shlex.py',
367           '../third_party/python_26/Lib/shutil.py',
368           '../third_party/python_26/Lib/site-packages/google.pth',
369           '../third_party/python_26/Lib/site-packages/pywin32.pth',
370           '../third_party/python_26/Lib/site-packages/win32/pywintypes26.dll',
371           '../third_party/python_26/Lib/site-packages/win32/win32file.pyd',
372           '../third_party/python_26/Lib/site-packages/win32/win32pipe.pyd',
373           '../third_party/python_26/Lib/site.py',
374           '../third_party/python_26/Lib/smtplib.py',
375           '../third_party/python_26/Lib/socket.py',
376           '../third_party/python_26/Lib/sre_compile.py',
377           '../third_party/python_26/Lib/sre_constants.py',
378           '../third_party/python_26/Lib/sre_parse.py',
379           '../third_party/python_26/Lib/ssl.py',
380           '../third_party/python_26/Lib/stat.py',
381           '../third_party/python_26/Lib/string.py',
382           '../third_party/python_26/Lib/struct.py',
383           '../third_party/python_26/Lib/subprocess.py',
384           '../third_party/python_26/Lib/tarfile.py',
385           '../third_party/python_26/Lib/tempfile.py',
386           '../third_party/python_26/Lib/textwrap.py',
387           '../third_party/python_26/Lib/threading.py',
388           '../third_party/python_26/Lib/traceback.py',
389           '../third_party/python_26/Lib/types.py',
390           '../third_party/python_26/Lib/urllib.py',
391           '../third_party/python_26/Lib/urllib2.py',
392           '../third_party/python_26/Lib/urlparse.py',
393           '../third_party/python_26/Lib/uu.py',
394           '../third_party/python_26/Lib/warnings.py',
395           '../third_party/python_26/Lib/weakref.py',
396           '../third_party/python_26/Lib/webbrowser.py',
397           '../third_party/python_26/Lib/xml/__init__.py',
398           '../third_party/python_26/Lib/xml/dom/NodeFilter.py',
399           '../third_party/python_26/Lib/xml/dom/__init__.py',
400           '../third_party/python_26/Lib/xml/dom/domreg.py',
401           '../third_party/python_26/Lib/xml/dom/minicompat.py',
402           '../third_party/python_26/Lib/xml/dom/minidom.py',
403           '../third_party/python_26/Lib/xml/dom/xmlbuilder.py',
404           '../third_party/python_26/Lib/xml/sax/__init__.py',
405           '../third_party/python_26/Lib/xml/sax/_exceptions.py',
406           '../third_party/python_26/Lib/xml/sax/handler.py',
407           '../third_party/python_26/Lib/xml/sax/saxutils.py',
408           '../third_party/python_26/Lib/xml/sax/xmlreader.py',
409           '../third_party/python_26/Lib/xmlrpclib.py',
410           '../third_party/python_26/Lib/zipfile.py',
411           '../third_party/python_26/python.exe',
412           '../third_party/python_26/python26.dll',
413           '<(PRODUCT_DIR)/D3DCompiler_43.dll',
414           '<(PRODUCT_DIR)/d3dx9_43.dll',
415           '<(PRODUCT_DIR)/environment.x86',
416           '<(PRODUCT_DIR)/ffmpegsumo.dll',
417           '<(PRODUCT_DIR)/gyp-win-tool',
418           '<(PRODUCT_DIR)/icudt.dll',
419           '<(PRODUCT_DIR)/libEGL.dll',
420           '<(PRODUCT_DIR)/libGLESv2.dll',
421           '<(PRODUCT_DIR)/nacl64<(EXECUTABLE_SUFFIX)',
422           '<(PRODUCT_DIR)/osmesa.dll',
423           '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
424           '<(PRODUCT_DIR)/ppapi_tests.dll',
425           '<(PRODUCT_DIR)/security_tests.dll',
426           'third_party/jstemplate/jstemplate_compiled.js',
427           'tools/build/repack_locales.py',
428         ],
429         'isolate_dependency_untracked': [
430           '../third_party/npapi/npspy/extern/plugin/',
431           '../third_party/python_26/Lib/xml/parsers/',
432         ],
433       },
434     }, {
435       'variables': {
436         'isolate_dependency_tracked': [
437           '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py',
438         ],
439       },
440     }],
441   ],