Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Side by Side Diff: net/net_unittests.isolate

Issue 11360143: Add run_isolate.py to all .isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/unit_tests.isolate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/unit_tests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698