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

Side by Side Diff: chrome/unit_tests.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/sync_integration_tests.isolate ('k') | net/net_unittests.isolate » ('j') | 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 '../net/data/ssl/certificates/expired_cert.pem', 7 '../net/data/ssl/certificates/expired_cert.pem',
8 '../net/data/ssl/certificates/test_mail_google_com.pem', 8 '../net/data/ssl/certificates/test_mail_google_com.pem',
9 '../net/data/ssl/certificates/unittest.originbound.der', 9 '../net/data/ssl/certificates/unittest.originbound.der',
10 '../net/data/ssl/certificates/unittest.originbound.key.der', 10 '../net/data/ssl/certificates/unittest.originbound.key.der',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 '../third_party/tlslite/tlslite/utils/RSAKey.py', 113 '../third_party/tlslite/tlslite/utils/RSAKey.py',
114 '../third_party/tlslite/tlslite/utils/__init__.py', 114 '../third_party/tlslite/tlslite/utils/__init__.py',
115 '../third_party/tlslite/tlslite/utils/cipherfactory.py', 115 '../third_party/tlslite/tlslite/utils/cipherfactory.py',
116 '../third_party/tlslite/tlslite/utils/codec.py', 116 '../third_party/tlslite/tlslite/utils/codec.py',
117 '../third_party/tlslite/tlslite/utils/compat.py', 117 '../third_party/tlslite/tlslite/utils/compat.py',
118 '../third_party/tlslite/tlslite/utils/cryptomath.py', 118 '../third_party/tlslite/tlslite/utils/cryptomath.py',
119 '../third_party/tlslite/tlslite/utils/hmac.py', 119 '../third_party/tlslite/tlslite/utils/hmac.py',
120 '../third_party/tlslite/tlslite/utils/keyfactory.py', 120 '../third_party/tlslite/tlslite/utils/keyfactory.py',
121 '../third_party/tlslite/tlslite/utils/rijndael.py', 121 '../third_party/tlslite/tlslite/utils/rijndael.py',
122 '../third_party/tlslite/tlslite/utils/xmltools.py', 122 '../third_party/tlslite/tlslite/utils/xmltools.py',
123 '../tools/swarm_client/run_isolated.py',
123 '../tools/swarm_client/run_test_cases.py', 124 '../tools/swarm_client/run_test_cases.py',
124 '<(PRODUCT_DIR)/resources.pak', 125 '<(PRODUCT_DIR)/resources.pak',
125 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', 126 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
126 'test/data/History/ArchivedNoDuration', 127 'test/data/History/ArchivedNoDuration',
127 'test/data/History/HistoryNoDuration', 128 'test/data/History/HistoryNoDuration',
128 'test/data/History/HistoryNoSource', 129 'test/data/History/HistoryNoSource',
129 'test/data/History/history.20.sql', 130 'test/data/History/history.20.sql',
130 'test/data/History/thumbnails.3.sql', 131 'test/data/History/thumbnails.3.sql',
131 'test/data/History/url_history_provider_test.db.txt', 132 'test/data/History/url_history_provider_test.db.txt',
132 'test/data/History/url_history_provider_test_limited.db.txt', 133 'test/data/History/url_history_provider_test_limited.db.txt',
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 'test/data/native_messaging/single_message_response.msg', 889 'test/data/native_messaging/single_message_response.msg',
889 ], 890 ],
890 'isolate_dependency_untracked': [ 891 'isolate_dependency_untracked': [
891 'test/data/extensions/manifest_tests/_locales/', 892 'test/data/extensions/manifest_tests/_locales/',
892 'test/data/native_messaging/Native Hosts/echo.py', 893 'test/data/native_messaging/Native Hosts/echo.py',
893 ], 894 ],
894 }, 895 },
895 }], 896 }],
896 ], 897 ],
897 } 898 }
OLDNEW
« no previous file with comments | « chrome/sync_integration_tests.isolate ('k') | net/net_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698