OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'isolate_dependency_tracked': [ | 6 'isolate_dependency_tracked': [ |
7 '../chrome/test/data/animate1.gif', | 7 '../chrome/test/data/animate1.gif', |
8 '../chrome/test/data/server-unavailable.html', | 8 '../chrome/test/data/server-unavailable.html', |
9 '../chrome/test/data/server-unavailable.html.mock-http-headers', | 9 '../chrome/test/data/server-unavailable.html.mock-http-headers', |
10 '../chrome/test/data/simple.html', | 10 '../chrome/test/data/simple.html', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 '../third_party/tlslite/tlslite/utils/RSAKey.py', | 62 '../third_party/tlslite/tlslite/utils/RSAKey.py', |
63 '../third_party/tlslite/tlslite/utils/__init__.py', | 63 '../third_party/tlslite/tlslite/utils/__init__.py', |
64 '../third_party/tlslite/tlslite/utils/cipherfactory.py', | 64 '../third_party/tlslite/tlslite/utils/cipherfactory.py', |
65 '../third_party/tlslite/tlslite/utils/codec.py', | 65 '../third_party/tlslite/tlslite/utils/codec.py', |
66 '../third_party/tlslite/tlslite/utils/compat.py', | 66 '../third_party/tlslite/tlslite/utils/compat.py', |
67 '../third_party/tlslite/tlslite/utils/cryptomath.py', | 67 '../third_party/tlslite/tlslite/utils/cryptomath.py', |
68 '../third_party/tlslite/tlslite/utils/hmac.py', | 68 '../third_party/tlslite/tlslite/utils/hmac.py', |
69 '../third_party/tlslite/tlslite/utils/keyfactory.py', | 69 '../third_party/tlslite/tlslite/utils/keyfactory.py', |
70 '../third_party/tlslite/tlslite/utils/rijndael.py', | 70 '../third_party/tlslite/tlslite/utils/rijndael.py', |
71 '../third_party/tlslite/tlslite/utils/xmltools.py', | 71 '../third_party/tlslite/tlslite/utils/xmltools.py', |
| 72 '../tools/swarm_client/run_isolated.py', |
72 '../tools/swarm_client/run_test_cases.py', | 73 '../tools/swarm_client/run_test_cases.py', |
73 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', | 74 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', |
74 'tools/testserver/asn1.py', | 75 'tools/testserver/asn1.py', |
75 'tools/testserver/echo_message.py', | 76 'tools/testserver/echo_message.py', |
76 'tools/testserver/minica.py', | 77 'tools/testserver/minica.py', |
77 'tools/testserver/testserver.py', | 78 'tools/testserver/testserver.py', |
78 ], | 79 ], |
79 'isolate_dependency_untracked': [ | 80 'isolate_dependency_untracked': [ |
80 '../third_party/pywebsocket/src/mod_pywebsocket/handshake/', | 81 '../third_party/pywebsocket/src/mod_pywebsocket/handshake/', |
81 '../third_party/tlslite/tlslite/', | 82 '../third_party/tlslite/tlslite/', |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 }, | 502 }, |
502 }, { | 503 }, { |
503 'variables': { | 504 'variables': { |
504 'isolate_dependency_tracked': [ | 505 'isolate_dependency_tracked': [ |
505 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.
py', | 506 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.
py', |
506 ], | 507 ], |
507 }, | 508 }, |
508 }], | 509 }], |
509 ], | 510 ], |
510 } | 511 } |
OLD | NEW |