OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |