| 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 '../testing/test_env.py', | 8 '../testing/test_env.py', |
| 9 '../third_party/pyftpdlib/src/pyftpdlib/__init__.py', | 9 '../third_party/pyftpdlib/src/pyftpdlib/__init__.py', |
| 10 '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py', | 10 '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 '../third_party/tlslite/tlslite/utils/RSAKey.py', | 45 '../third_party/tlslite/tlslite/utils/RSAKey.py', |
| 46 '../third_party/tlslite/tlslite/utils/__init__.py', | 46 '../third_party/tlslite/tlslite/utils/__init__.py', |
| 47 '../third_party/tlslite/tlslite/utils/cipherfactory.py', | 47 '../third_party/tlslite/tlslite/utils/cipherfactory.py', |
| 48 '../third_party/tlslite/tlslite/utils/codec.py', | 48 '../third_party/tlslite/tlslite/utils/codec.py', |
| 49 '../third_party/tlslite/tlslite/utils/compat.py', | 49 '../third_party/tlslite/tlslite/utils/compat.py', |
| 50 '../third_party/tlslite/tlslite/utils/cryptomath.py', | 50 '../third_party/tlslite/tlslite/utils/cryptomath.py', |
| 51 '../third_party/tlslite/tlslite/utils/hmac.py', | 51 '../third_party/tlslite/tlslite/utils/hmac.py', |
| 52 '../third_party/tlslite/tlslite/utils/keyfactory.py', | 52 '../third_party/tlslite/tlslite/utils/keyfactory.py', |
| 53 '../third_party/tlslite/tlslite/utils/rijndael.py', | 53 '../third_party/tlslite/tlslite/utils/rijndael.py', |
| 54 '../third_party/tlslite/tlslite/utils/xmltools.py', | 54 '../third_party/tlslite/tlslite/utils/xmltools.py', |
| 55 '../tools/isolate/run_test_cases.py', |
| 55 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', | 56 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', |
| 56 'tools/testserver/asn1.py', | 57 'tools/testserver/asn1.py', |
| 57 'tools/testserver/echo_message.py', | 58 'tools/testserver/echo_message.py', |
| 58 'tools/testserver/minica.py', | 59 'tools/testserver/minica.py', |
| 59 'tools/testserver/testserver.py', | 60 'tools/testserver/testserver.py', |
| 60 ], | 61 ], |
| 61 'isolate_dependency_untracked': [ | 62 'isolate_dependency_untracked': [ |
| 62 '../third_party/tlslite/tlslite/', | 63 '../third_party/tlslite/tlslite/', |
| 63 'data/', | 64 'data/', |
| 64 'tools/testserver/', | 65 'tools/testserver/', |
| 65 ], | 66 ], |
| 66 }, | 67 }, |
| 67 'conditions': [ | 68 'conditions': [ |
| 68 ['OS=="linux"', { | 69 ['OS=="linux"', { |
| 69 'variables': { | 70 'variables': { |
| 70 'command': [ | 71 'command': [ |
| 71 '../testing/xvfb.py', | 72 '../testing/xvfb.py', |
| 72 '<(PRODUCT_DIR)', | 73 '<(PRODUCT_DIR)', |
| 74 '../tools/isolate/run_test_cases.py', |
| 73 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', | 75 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', |
| 74 ], | 76 ], |
| 75 'isolate_dependency_tracked': [ | 77 'isolate_dependency_tracked': [ |
| 76 '../testing/xvfb.py', | 78 '../testing/xvfb.py', |
| 77 '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py', | 79 '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py', |
| 78 '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py', | 80 '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py', |
| 79 '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py', | 81 '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py', |
| 80 '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py', | 82 '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py', |
| 81 '../third_party/tlslite/tlslite/utils/TripleDES.py', | 83 '../third_party/tlslite/tlslite/utils/TripleDES.py', |
| 82 '<(PRODUCT_DIR)/pyproto/google/__init__.py', | 84 '<(PRODUCT_DIR)/pyproto/google/__init__.py', |
| 83 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 85 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
| 84 'data/ssl/certificates/client-nokey.p12', | 86 'data/ssl/certificates/client-nokey.p12', |
| 85 'data/ssl/certificates/client.p12', | 87 'data/ssl/certificates/client.p12', |
| 86 'data/ssl/certificates/dod_ca_13_cert.der', | 88 'data/ssl/certificates/dod_ca_13_cert.der', |
| 87 'data/ssl/certificates/punycodetest.der', | 89 'data/ssl/certificates/punycodetest.der', |
| 88 ], | 90 ], |
| 89 }, | 91 }, |
| 90 }, { | 92 }, { |
| 91 'variables': { | 93 'variables': { |
| 92 'command': [ | 94 'command': [ |
| 93 '../testing/test_env.py', | 95 '../testing/test_env.py', |
| 96 '../tools/isolate/run_test_cases.py', |
| 94 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', | 97 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', |
| 95 ], | 98 ], |
| 96 }, | 99 }, |
| 97 }], | 100 }], |
| 98 ['OS=="mac"', { | 101 ['OS=="mac"', { |
| 99 'variables': { | 102 'variables': { |
| 100 'isolate_dependency_touched': [ | 103 'isolate_dependency_touched': [ |
| 101 '../third_party/pyftpdlib/src/pyftpdlib/__init__.py', | 104 '../third_party/pyftpdlib/src/pyftpdlib/__init__.py', |
| 102 ], | 105 ], |
| 103 }, | 106 }, |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 }, | 325 }, |
| 323 }, { | 326 }, { |
| 324 'variables': { | 327 'variables': { |
| 325 'isolate_dependency_tracked': [ | 328 'isolate_dependency_tracked': [ |
| 326 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.
py', | 329 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.
py', |
| 327 ], | 330 ], |
| 328 }, | 331 }, |
| 329 }], | 332 }], |
| 330 ], | 333 ], |
| 331 } | 334 } |
| OLD | NEW |