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

Side by Side Diff: base/base.gyp

Issue 11045023: Move src/tools/isolate to src/tools/swarm_client as a DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use r159961 Created 8 years, 2 months 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 | « DEPS ('k') | build/common.gypi » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 'action_name': 'isolate', 1039 'action_name': 'isolate',
1040 'inputs': [ 1040 'inputs': [
1041 'base_unittests.isolate', 1041 'base_unittests.isolate',
1042 '<@(isolate_dependency_tracked)', 1042 '<@(isolate_dependency_tracked)',
1043 ], 1043 ],
1044 'outputs': [ 1044 'outputs': [
1045 '<(PRODUCT_DIR)/base_unittests.results', 1045 '<(PRODUCT_DIR)/base_unittests.results',
1046 ], 1046 ],
1047 'action': [ 1047 'action': [
1048 'python', 1048 'python',
1049 '../tools/isolate/isolate.py', 1049 '../tools/swarm_client/isolate.py',
1050 '<(test_isolation_mode)', 1050 '<(test_isolation_mode)',
1051 '--outdir', '<(test_isolation_outdir)', 1051 '--outdir', '<(test_isolation_outdir)',
1052 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', 1052 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
1053 '--variable', 'OS', '<(OS)', 1053 '--variable', 'OS', '<(OS)',
1054 '--result', '<@(_outputs)', 1054 '--result', '<@(_outputs)',
1055 '--isolate', 'base_unittests.isolate', 1055 '--isolate', 'base_unittests.isolate',
1056 ], 1056 ],
1057 }, 1057 },
1058 ], 1058 ],
1059 }, 1059 },
1060 ], 1060 ],
1061 }], 1061 }],
1062 ], 1062 ],
1063 } 1063 }
OLDNEW
« no previous file with comments | « DEPS ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698