| 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 4805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4816 { | 4816 { |
| 4817 'action_name': 'isolate', | 4817 'action_name': 'isolate', |
| 4818 'inputs': [ | 4818 'inputs': [ |
| 4819 '<@(isolate_dependency_tracked)', | 4819 '<@(isolate_dependency_tracked)', |
| 4820 ], | 4820 ], |
| 4821 'outputs': [ | 4821 'outputs': [ |
| 4822 '<(PRODUCT_DIR)/unit_tests.results', | 4822 '<(PRODUCT_DIR)/unit_tests.results', |
| 4823 ], | 4823 ], |
| 4824 'action': [ | 4824 'action': [ |
| 4825 'python', | 4825 'python', |
| 4826 '../tools/isolate/isolate.py', | 4826 '../tools/swarm_client/isolate.py', |
| 4827 '<(test_isolation_mode)', | 4827 '<(test_isolation_mode)', |
| 4828 '--outdir', '<(test_isolation_outdir)', | 4828 '--outdir', '<(test_isolation_outdir)', |
| 4829 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', | 4829 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', |
| 4830 '--variable', 'OS', '<(OS)', | 4830 '--variable', 'OS', '<(OS)', |
| 4831 '--result', '<@(_outputs)', | 4831 '--result', '<@(_outputs)', |
| 4832 '--isolate', 'unit_tests.isolate', | 4832 '--isolate', 'unit_tests.isolate', |
| 4833 ], | 4833 ], |
| 4834 }, | 4834 }, |
| 4835 ], | 4835 ], |
| 4836 }, | 4836 }, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 4847 { | 4847 { |
| 4848 'action_name': 'isolate', | 4848 'action_name': 'isolate', |
| 4849 'inputs': [ | 4849 'inputs': [ |
| 4850 '<@(isolate_dependency_tracked)', | 4850 '<@(isolate_dependency_tracked)', |
| 4851 ], | 4851 ], |
| 4852 'outputs': [ | 4852 'outputs': [ |
| 4853 '<(PRODUCT_DIR)/browser_tests.results', | 4853 '<(PRODUCT_DIR)/browser_tests.results', |
| 4854 ], | 4854 ], |
| 4855 'action': [ | 4855 'action': [ |
| 4856 'python', | 4856 'python', |
| 4857 '../tools/isolate/isolate.py', | 4857 '../tools/swarm_client/isolate.py', |
| 4858 '<(test_isolation_mode)', | 4858 '<(test_isolation_mode)', |
| 4859 '--outdir', '<(test_isolation_outdir)', | 4859 '--outdir', '<(test_isolation_outdir)', |
| 4860 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', | 4860 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', |
| 4861 '--variable', 'OS', '<(OS)', | 4861 '--variable', 'OS', '<(OS)', |
| 4862 '--result', '<@(_outputs)', | 4862 '--result', '<@(_outputs)', |
| 4863 '--isolate', 'browser_tests.isolate', | 4863 '--isolate', 'browser_tests.isolate', |
| 4864 ], | 4864 ], |
| 4865 }, | 4865 }, |
| 4866 ], | 4866 ], |
| 4867 }, | 4867 }, |
| 4868 ], | 4868 ], |
| 4869 }], | 4869 }], |
| 4870 ], # 'conditions' | 4870 ], # 'conditions' |
| 4871 } | 4871 } |
| OLD | NEW |