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