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

Side by Side Diff: base/base_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 | « no previous file | chrome/browser_tests.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 '../testing/test_env.py', 7 '../testing/test_env.py',
8 '../tools/swarm_client/run_isolated.py',
8 '../tools/swarm_client/run_test_cases.py', 9 '../tools/swarm_client/run_test_cases.py',
9 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 10 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
10 'data/json/bom_feff.json', 11 'data/json/bom_feff.json',
11 ], 12 ],
12 'isolate_dependency_untracked': [ 13 'isolate_dependency_untracked': [
13 'data/file_util_unittest/', 14 'data/file_util_unittest/',
14 ], 15 ],
15 }, 16 },
16 'conditions': [ 17 'conditions': [
17 ['OS=="linux"', { 18 ['OS=="linux"', {
(...skipping 22 matching lines...) Expand all
40 'variables': { 41 'variables': {
41 'isolate_dependency_tracked': [ 42 'isolate_dependency_tracked': [
42 '<(PRODUCT_DIR)/icudt.dll', 43 '<(PRODUCT_DIR)/icudt.dll',
43 'data/file_version_info_unittest/FileVersionInfoTest1.dll', 44 'data/file_version_info_unittest/FileVersionInfoTest1.dll',
44 'data/file_version_info_unittest/FileVersionInfoTest2.dll', 45 'data/file_version_info_unittest/FileVersionInfoTest2.dll',
45 ], 46 ],
46 }, 47 },
47 }], 48 }],
48 ], 49 ],
49 } 50 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698