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

Side by Side Diff: net/net.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 | « chrome/chrome_tests.gypi ('k') | third_party/cacheinvalidation/cacheinvalidation.gyp » ('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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 2259 matching lines...) Expand 10 before | Expand all | Expand 10 after
2270 'action_name': 'isolate', 2270 'action_name': 'isolate',
2271 'inputs': [ 2271 'inputs': [
2272 'net_unittests.isolate', 2272 'net_unittests.isolate',
2273 '<@(isolate_dependency_tracked)', 2273 '<@(isolate_dependency_tracked)',
2274 ], 2274 ],
2275 'outputs': [ 2275 'outputs': [
2276 '<(PRODUCT_DIR)/net_unittests.results', 2276 '<(PRODUCT_DIR)/net_unittests.results',
2277 ], 2277 ],
2278 'action': [ 2278 'action': [
2279 'python', 2279 'python',
2280 '../tools/isolate/isolate.py', 2280 '../tools/swarm_client/isolate.py',
2281 '<(test_isolation_mode)', 2281 '<(test_isolation_mode)',
2282 '--outdir', '<(test_isolation_outdir)', 2282 '--outdir', '<(test_isolation_outdir)',
2283 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', 2283 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
2284 '--variable', 'OS', '<(OS)', 2284 '--variable', 'OS', '<(OS)',
2285 '--result', '<@(_outputs)', 2285 '--result', '<@(_outputs)',
2286 '--isolate', 'net_unittests.isolate', 2286 '--isolate', 'net_unittests.isolate',
2287 ], 2287 ],
2288 }, 2288 },
2289 ], 2289 ],
2290 }, 2290 },
2291 ], 2291 ],
2292 }], 2292 }],
2293 ], 2293 ],
2294 } 2294 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | third_party/cacheinvalidation/cacheinvalidation.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698